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 »