Re: [flexcoders] Bindable popupmanager

2008-10-21 Thread Michael Schmalle
Hi, You can create a bindable model class, the bind this classes popupText to each of your TextInput.text properties. Mike class Model { [Bindable] public var sharedText:String = ""; } ... your control (not popup) ... then in the popup Mike On Tue, Oct 21, 2008 at 8:48 AM, Giro <

[flexcoders] Bindable popupmanager

2008-10-21 Thread Giro
Is possible for example to make a input with a bindable text, but this text content come from another input text inside a component thas is used as popup? Thanks Giro