On Thu, May 28, 2009 at 11:15 PM, luvfotography
<[email protected]> wrote:
> How do I get databinding to work in textinput?
> In this example below, I have a TextInput defined with the text bound to 
> {userName}, when I run the app, and enter text into the TextInput field, I 
> would like the text entered assigned to the Bindable character string 
> userName, however it is not.  What's the proper way to do this?

  <mx:String id="userName">{myName.text}</mx:String>

MXML rules.

Manish

Reply via email to