Containers - Adobe FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manual

Migrating applications to flex 2
Table of Contents

Advertisement

mx.core.UITextFormat
The following table describes the changes to the UITextFormat class:
Member
isFontFaceEmbedded
mx.core.View
The mx.core.View class has been removed and its functionality has been distributed between
the SWFLoader (formerly Loader), ScrollControlBase (formerly ScrollView), and Container
classes.
Object creation and destruction methods that were on the View class have been removed. To
create a new object, you now use the
methods to add the new object to the parent container. To destroy an object, you use the
or other methods to remove the object from the parent container.
removeChild()
The following methods of the View class have been removed:
createChild()
createChildWithStyles()
destroyChild()
destroyChildAt()
destroyAllChildren()

Containers

This section describes changes to Flex classes in the mx.containers package. In addition to the
changes listed here, there are also changes to the layouts. For more information, see Chapter
15, "Using Layout Containers," in Flex 2 Developer's Guide.
Change description
Moved to the SystemManager class.
operator and use the
new
method or other
addChild()
Containers
53

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex 2

Table of Contents