[Solution] Code Behind: Databinding breaks

14 11 2008

Today I experienced a problem with databinding and the code behind design.

I connected the enabled property of an TextInput with the text property of another TextInput.

<mx: TextInput id="textInput2" ...
     enabled="{textInput1.text != ''}" />
 Read the rest of this entry »







Follow

Get every new post delivered to your Inbox.