Hi all,
Can anyone explain how the applyproperties of SDK 3.0.0 works with the dictionary method as is described in the help. It does not explain at least not to me how to use it.
Cheers, Carlo
1 Answer
Accepted Answer
for example with a button :
//myButton.enabled=true; //myButton.color='white'; myButton.applyProperties({enabled:true,color:'white'});
Your Answer
Think you can help? Login to answer this question!