Re: Need help with states

2017-12-25 Thread Harbs
I think you should also be able to just include SimpleStatesImpl in the list of . But it looks like it’s missing from the component list, so it can’t be normally declared in MXML. I assume this is an oversight and should be fixed. Harbs > On Dec 26, 2017, at 1:10 AM, Piotr Zarzycki wrote: >

Re: Need help with states

2017-12-25 Thread Piotr Zarzycki
Hi Olaf, You are missing bead SimpleStatesImpl, which need to be added in the following way [1] [1] https://paste.apache.org/C6GW Thanks, Piotr :) 2017-12-25 23:42 GMT+01:00 Olaf Krueger : > Hi, > I am trying to change the text of a TextButton by using states [1] but the > text of the button

Need help with states

2017-12-25 Thread Olaf Krueger
Hi, I am trying to change the text of a TextButton by using states [1] but the text of the button is always empty. I've tried several things but nothing works for me. It seems to me that that the value of currentState is set correctly, but it doesn't have any effect on the properties of the compone