Genius! This helped me tremendously. I was wondering the same thing. It may be interesting to the Flex designers that this is, by no mean, an obvious solution to the problem. Perhaps it's the name "PopUp". Somehow that relates directly to things like dialogs and alerts.
Certainly my own mistake, but it wasn't obvious. Thanks for all in this thread for the help! --- In [email protected], "missgiggygirl" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Michael Schmalle" > <teoti.graphix@> wrote: > > > > Hi, > > > > For instance; > > > > private var hoverMenu:Menu; > > > > hoverMenu = Menu(PopUpManager.createPopUp(this, Menu)); > > > > hoverMenu.x = calcXCoord; > > hoverMenu.y = calcYCoord; > > > > hoverMenu.dataProvider = hoverMenuDP; > > > > You have complete control over the popup once it is created. All the > popup > > manager does is stick it into the systemManager as a child which then > > becomes parented by the systemManager not the Application. > > > > Peace, Mike > > > > Thanks for taking the time to help a newb! I get it now! :) > > -- Ann >

