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 Ulich <[EMAIL PROTECTED]> wrote:
>
> You could try move popups below the MenuBar. Something like this 
> PopUpManager. addPopUp( window, parent, modal, 
> PopUpManagerChildLi st.PARENT) ;
> window.y = MenuBar.heigth;
> 
> or you could center your popup on the screen
> 
> PopUpManager.centerPopUp(window);
> 
> I hope that helps
> 
> 
> ----- Original Message ----
> 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 it, not over it.
> 
> I've been using PopUpManager. addPopUp( ) to make popups:
> 
> PopUpManager. addPopUp( window, parent, modal, 
> PopUpManagerChildLi st.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?
> 
> 
> 
> 
> 
>  
> 
_____________________________________________________________________
_______________
> Don't get soaked.  Take a quick peek at the forecast
> with the Yahoo! Search weather shortcut.
> http://tools.search.yahoo.com/shortcuts/#loc_weather
>


Reply via email to