Adobe FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manual page 93

Migrating applications to flex 2
Table of Contents

Advertisement

mx.managers.PopUpManager
The following table describes changes to the PopUpManager class:
Member
closeButton
createPopUp()
deletePopUp()
(was
popUpWindow()
)
popupWindow()
mx.managers.SystemManager
The SystemManager class now implements the ISystemManager interface.
The following table describes changes to the SystemManager class:
Member
(formerly
cursors
)
cursorChildrenList
embeddedFontList()
getClassByName()
getManager()
getTopLevelSystemManager()
initializeChild()
registerInitCallback()
(formerly
toolTips
toolTipChildrenList
topMostChildrenList
Change description
The default value of the
To enable a close button on your pop-ups, you must
explicitly set the value of the
The
createPopUp()
arguments, and returns an IFlexDisplayObject.
You can no longer pass an initObj to the
method. Instead, you declare the variables that you want
to set inside the pop-up's definition, and set them on the
pop-up in the calling application.
removePopUp()
The name of the method also changed to
Formerly inherited from the Application object, this
method is now a method of the PopUpManager class.
Change description
cursorChildren
This method is now private. Use the Font class's
enumerateFonts()
getDefinitionByName()
getSystemManager()
topLevelSystemManager
childAdded()
This method is now private.
toolTipChildren
)
popupChildren
property is now
closeButton
closeButton
method now takes only three
method.
.
false
property to
.
true
createPopUp()
.
addPopUp()
Managers
93

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex 2

Table of Contents