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

2010-07-12 Thread Scott
m] On Behalf Of Scott Sent: Monday, July 12, 2010 2:33 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Child of a child custom event handler That makes a lot of sense. But... How do I reference the popup at the top level? Is it PopUpmanager.POPUP or? Is there a way to lo

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

2010-07-12 Thread Scott
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

[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" wrote: > > > > I've got a pare