An event is probably the easiest way. Implement public propertie(s) on the popup component that contain your data, dispatch a named event (does not need to be a custom event), then in the handler, access the data using event.target.myPublicProperty.
There are also ways to set values directly. http://www.cflex.net/showFileDetails.cfm?ObjectID=558 Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Jackson Sent: Thursday, July 31, 2008 12:15 PM To: [email protected] Subject: [flexcoders] How do we implement pop-up input in Flex? Dear all, I want to have a popup input in my flex apps where the values in the popup window will be set to the parent window that calls this popup window. How do we set the variable chosen to the parent window in Flex? Could anyone give me a hint on these please. Many thanks -- Setting a new landmark. Blog: http://joshuajava.wordpress.com/ <http://joshuajava.wordpress.com/>

