--- In [email protected], "Michael Schmalle"
<[EMAIL PROTECTED]> 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

Reply via email to