Here's another example of bi-directional binding..
check example 3.

http://www.quietlyscheming.com/blog/components/a-couple-of-samples-from-max-no-not-that-one/

--- In flexcoders@yahoogroups.com, shaun <[EMAIL PROTECTED]> wrote:
>
> Durres76 wrote:
> > hi, is this possible. var arr : ArrayCollection;
> > 
> > <textfield text='{arr.someProperty}'>
> > 
> > I know the textfield text will change everytime the ArrayCollection
> > updates, but can the ArrayCollection update when a user types in the
> > textfield. essentially binding the array propety to the textfield
> > value
> 
> You can do something like:
> <textinput id=ti text={a.b} change="a.b=ti.text" />
> 
> cheers,
>   - shaun
>


Reply via email to