[flexcoders] Re: How to pass data to popup window?

2008-11-04 Thread Dmitri Girski
Hi Louise, Why not to use good old callbacks? I see that everyone is obsessed now with the events, but this is so simple just to pass the value to the popup and when popup finishes, it will call the function. Simple. To do this, simply add the function to the popup window code. public function

[flexcoders] Re: How to pass data to popup window?

2008-11-01 Thread Louise Rains
I need to pass data back from a popup window. How is this done? The data consists of 2 numbers. Thanks, Louise

[flexcoders] Re: How to pass data to popup window?

2008-10-31 Thread app.developer
Mark, What data are you passing to the popup so I can get an idea of what to pass to the window...and do you want to do this with or without a framework? Precia --- In flexcoders@yahoogroups.com, markflex2007 [EMAIL PROTECTED] wrote: Hi , I need pass data from main window to popup