Flex 1.x:
<mx:TileList id="myTile" dataProvider="{dataObject}"
cellRenderer="ProdtThumbnail" itemWidth="120" itemHeight="116">
Flex 2:
<mx:TileList id="myTile" dataProvider="{dataObject}"
listItemRenderer="ProdThumbnail" columnWidth="120" rowHeight="116">
mx.controls.ToolTip
The following table describes changes to the ToolTip class:
Member
dropShadow
mx.controls.Tree
The following table describes changes to the Tree class:
Member
addChildItem()
alternatingRowColors
cellPress
defaultIcon
expandItemHandler()
getNodeDisplayedAt()
maxHPosition
openEasing
removeChildItem()
rootCollectionChangedHandler()
rootVisible
selectionDuration
selectionEasing
textDisabledColor
Change description
dropShadowEnabled
Change description
This method is now internal.
alternatingItemColors
Removed.
Removed.
This method is now internal.
Removed. Use
Tree.listItems[rowIndex][0].data
instead.
maxHorizontalScrollPosition
openEasingFunction
This method is now internal.
This method is now internal.
showRoot
Removed.
selectionEasingFunction
Was of type Time; is now of type Function.
Removed.
Controls
79
Need help?
Do you have a question about the FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 and is the answer not in the manual?
Questions and answers