I have issue on using "enabled" with j:Button
.
I know that I must add functionality with this bead :
<j:Button id="bp_next" text="Next" >
<j:beads>
<j:Disabled/>
</j:beads>
</j:Button>
But now I have the button showing disabled state.
How to change enabled/disabled with AS3 code as there is no enabled
property on j:Button
?
Regards