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 On 1/18/07, missgiggygirl <[EMAIL PROTECTED]> wrote:
--- In [email protected] <flexcoders%40yahoogroups.com>, "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Hi, > > I would construct your custom 'menu' in whatever component you like that > fits your requirements. > > Create an interface to it if it extends anything core. > > Then use the PopUpManager.addPopUp() to create the hover you speak of. > > You could then listen for events from the systemManager mouse down to remove > it. This all depends on what you are doing with the menu. > > Basically, the PopUpManager will give you the power to be 'above' and > position things 'outside' of the Application layout. > Thank you for the response... I looked into the PopUpManager, but I do not see anything that allows me to position where the popup is (besides centering it). I will keep looking into this, as I need to have it "pop" right to the side and underneath button that is clicked. -- Ann
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.

