Re: [flexcoders] How to layer popup windows

2010-05-12 Thread Greg Hess
Thanks Alex, much appreciated! -Greg On Tue, May 11, 2010 at 4:21 PM, Alex Harui aha...@adobe.com wrote: The Application and all popups are parented by the SystemManager. The SystemManager divides its children into four childlists (application, popup, tooltip, cursor). The Application

Re: [flexcoders] How to layer popup windows

2010-05-11 Thread Greg Hess
Hi Alex, No, I was not specifying the childList and never understood the implication of using that argument. I updated my code however, same result. My top level popup, or the one I want on top specifies the parent as the main application and uses APPLICATION childList arg. My small middle

Re: [flexcoders] How to layer popup windows

2010-05-11 Thread Alex Harui
The Application and all popups are parented by the SystemManager. The SystemManager divides its children into four childlists (application, popup, tooltip, cursor). The Application childlist is the lowest so that children in the popup childlist float over them, tooltips float over the

[flexcoders] How to layer popup windows

2010-05-10 Thread Greg Hess
Hi All, My application employs a modular architecture(main applications responsibility is just to load and unload modules). My module displays a popup window who's parent is the main application that covers the entire UI. Unfortunately, while this popup is displayed certain events occur in the

Re: [flexcoders] How to layer popup windows

2010-05-10 Thread Alex Harui
Are you using the childLIst parameter of PopUpManager? On 5/10/10 11:30 AM, Greg Hess flexeff...@gmail.com wrote: Hi All, My application employs a modular architecture(main applications responsibility is just to load and unload modules). My module displays a popup window who's parent is