I have this button and to set it enabled i have to check between 2 variables if both of them are true... it doesnt work in the following example... any clues?
<mx:Button enabled="{variable1 == true && variable2 == true}" />
I have this button and to set it enabled i have to check between 2 variables if both of them are true... it doesnt work in the following example... any clues?
<mx:Button enabled="{variable1 == true && variable2 == true}" />