RE: [flexcoders] Is data binding a one-way street from vars to component properties?

2006-10-09 Thread Matt Chotin
Sorry, data binding is one-way. You can use a mx:Binding tag to set up two-way pretty easily though. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of tombaggett Sent: Thursday, October 05, 2006 12:50 PM To: flexcoders@yahoogroups.com

[flexcoders] Is data binding a one-way street from vars to component properties?

2006-10-05 Thread tombaggett
I expected that binding a data variable to a UI component would result in (a) the UI component being automatically initialized using the variable's value and (b) the variable's value being changed to reflect the UI component's current state whenever that state changed. The accompanying example