Yeah, there's no functionality built-in for what you want. Maybe try catching mouseDown off the systemManager in capture phase and stopImmediatePropagation() when clicking on the first popup
________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of reflexactions Sent: Friday, January 11, 2008 4:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Non-modal windows I want to have a non-modal popup window which then has a child non modal popup window that floats above it. But when I click on the first window it places it in front of the child window. Is there a way to do this, from my reading of the PopUpManager/SystemManager code there doesnt seem to be support for this as all popups seem to be treated equally rather then treating some as children of others..