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

2007-03-15 Thread Danko Kozar
Thanks, but I want my windows to be freely movable. I'm trying to get a Windows-like behaviour.. Something like the TaskBar (at the bottom of the screen). If a window is dragged over the taskbar, it renders BELOW the taskbar. But you CAN drag it over. --- In flexcoders@yahoogroups.com, Dima

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

2007-03-15 Thread Alex Harui
PopupManager to make popups over the MenuBar? Thanks, but I want my windows to be freely movable. I'm trying to get a Windows-like behaviour.. Something like the TaskBar (at the bottom of the screen). If a window is dragged over the taskbar, it renders BELOW the taskbar. But you CAN drag it over

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

2007-03-15 Thread Derrick Grigg
Use the application's instance of the 'mx.manager.SystemManager' and add the MenuBar as a child of that. It will put the MenuBar above everything else. Derrick -- Derrick Grigg www.dgrigg.com [EMAIL PROTECTED]