User Guide
987
33
CHAPTER 33
PopUpManager class
ActionScript Class Name mx.managers.PopUpManager
The PopUpManager class lets you create overlapping windows that can be modal or
nonmodal. (A modal window doesn’t allow interaction with other windows while it’s active.)
You use the methods of this class to create and destroy pop-up windows.
Method summary for the PopUpManager class
The following table lists the methods of the PopUpManager class.
Method Description
PopUpManager.createPopUp() Creates a pop-up window.
PopUpManager.deletePopUp() Deletes a pop-up window created by a call to
PopUpManager.createPopUp().