Hi,
This is because the popup manager puts the POPUP instances at a different
space in the systemManager IChildList (above all parent popups).

When you create your popups, can't you create a map of them and store it in
some central model class, then just loop through them and call
removePopUp()?

When an Alert is created with show(), it uses the PARENT space, thus all of
your popups will be above standard alert popups.

Mike

On Mon, Sep 22, 2008 at 12:26 PM, male_designer <[EMAIL PROTECTED]
> wrote:

>   I recently needed to be able to close all popup windows at once, so I
> began implementing the "PopUpManagerChildList.POPUP" technique to
> catalog these windows using systemManager:
>
> PopUpManager.createPopUp(this, UserDetailsWin, true,
> PopUpManagerChildList.POPUP));
>
> Problem is - all my Alert windows show up beneath the popups created
> as above.
>
> Does anyone know how to fix this?
>
>  
>



-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to