--- In [email protected], "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

