To create a pop-up window, use the PopUpManager's createPopUp()
method. The createPopUp()
method has the following signature:
public static createPopUp(
parent:DisplayObject,
class:Class,
modal
:Boolean = false) : IFlexDisplayObject
The method has the following arguments:
Argument | Description |
---|---|
parent | A reference to a window to pop-up over. |
class | A reference to the class of object you want to create, typically a custom MXML component that implements a TitleWindow container. |
modal | (Optional) A Boolean value that indicates whether the window is modal, and takes all mouse input until it is closed ( |
NOTE | Flex continues executing code in the parent even after you create a modal pop-up window |
flex에서 Using the htmlText property 사용하기 (0) | 2007.08.08 |
---|---|
flex에서 Data formatting(데이터 포맷 지정하기) (0) | 2007.08.08 |
flex에서 swf나 mxml에 파라미터를 던지는 방법(Using query string parameters) (0) | 2007.08.06 |
Compile mxml in Apache/IIS (0) | 2007.08.04 |
flex에서 Data type (0) | 2007.08.04 |