[flexcoders] Re: Child of a child custom event handler

2010-07-12 Thread valdhor
Popup windows are parented by the system manager. What you would need to do is add an event listener to the system manager at the application level. When that event fires, you would then inject it into your component. --- In flexcoders@yahoogroups.com, Scott h...@... wrote: I've got a

RE: [flexcoders] Re: Child of a child custom event handler

2010-07-12 Thread Scott
Of valdhor Sent: Monday, July 12, 2010 11:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Child of a child custom event handler Popup windows are parented by the system manager. What you would need to do is add an event listener to the system manager at the application level