I've got the MenuBar on the top of the screen. And I'd like to force 
opened windows to go BELOW it, not over it.

I've been using PopUpManager.addPopUp() to make popups:
 
PopUpManager.addPopUp(window, parent, modal, 
PopUpManagerChildList.PARENT);

I tried everything, like setting parent to some display object that 
doesn't overlap with menubar on top. But it seems that addPopUp() 
places every new window on the top application level..

What am I doing wrong?

Reply via email to