[flexcoders] Excuting a function in main app which is triggered by popup window

2008-09-19 Thread ghus32
Hello Everyone, I was wondering if it is possible to execute a function from my main app triggered by the closing of my popup window? Is this done by event listeners? If so, does anyone have any examples? Thanks

Re: [flexcoders] Excuting a function in main app which is triggered by popup window

2008-09-19 Thread Michael Schmalle
Hi, When you create the popup and an event listener for CloseEvent.CLOSE on the popup. This will be dispatched when the user clicks the closeButton of the popup. If you want another event you could listen for, the Event.REMOVED will fire when the popup is actually about to be taken off the