you can use the Binding tag to bind 'the other way'.  I'd suggest using say
the events though, change maybe, double binding can be a bit well awkward
and not very 'MVC', eh?

I do believe this topic has been brought up here too, try searching the
archives.


DK

On Mon, Aug 18, 2008 at 8:27 PM, Howard Fore <[EMAIL PROTECTED]> wrote:

>   I'd create a function that fires on the KeyboardEvent for the textfield
> (do you mean TextInput?) and pass the event to the function. The function
> can get the value of the TextInput from the event.currentTarget structure
> and set the arr variable (which probably will be something other than an
> ArrayCollection) accordingly.
>
> On Mon, Aug 18, 2008 at 6:59 PM, Durres76 <[EMAIL PROTECTED]> 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
>>
>
>
> --
> Howard Fore, [EMAIL PROTECTED]
> "The universe tends toward maximum irony. Don't push it." - Jeff Atwood
>  
>



-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?

Reply via email to