[flexcoders] Preventing PopupManager to make popups over the MenuBar?

2007-03-15 Thread Danko Kozar
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

Re: [flexcoders] Preventing PopupManager to make popups over the MenuBar?

2007-03-15 Thread Dima Ulich
From: Danko Kozar [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 15, 2007 11:01:46 AM Subject: [flexcoders] Preventing PopupManager to make popups over the MenuBar? I've got the MenuBar on the top of the screen. And I'd like to force opened windows to go BELOW