applyproperties

You must Login before you can answer or comment on any questions.

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'});

— answered 8 months ago by Vince
answer permalink
1 Comment
  • Thanks, I allready tried that and I got an error.. Now I recreated my app and it works.

    — commented 8 months ago by Carlo Hermus

Your Answer

Think you can help? Login to answer this question!