How to make variable bindable in mxml?
i <s:number id="mybindable"> bindable. closest thing see <fx:metadata>, can't seem attach var.
you need in way
<fx:declarations>
<s:number id="mybindable">
</fx:declarations>
and use in way
<mx:textinput text="{mybindable}"/>
if post answers question or helps, please kindly mark such.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment