Macromedia flex 2-migrating applications to flex 2 Manual De Usuario

Descargar
Página de 184
Core classes
43
mx.core.Container
The class as been moved to the mx.core package.
createLater
addToCreationQueue
direction
The 
direction
 property has been replaced by the 
layout
 
property.
fillAlphas/fillColors
The application background gradient now uses the 
backgroundGradientAlphas
 and 
backgroundGradientColors
 
style properties for styling, instead of the 
fillAlphas
 and 
fillColors
 style properties. If the 
backgroundGradientColors
 property is undefined (which is 
the default), the background colors are calculated based 
on the 
backgroundColor
 style property. 
This means you no longer have to set the 
fillColors
 (or 
backgroundGradientColors
) property when setting the 
backgroundColor
 property unless you require specific 
control over the gradient colors.
getURL()
Removed. For more information, see 
handleEvent()
Removed.
isFontEmbedded()
Removed. Use the SystemManager’s 
isFontFaceEmbedded()
 method instead. 
marginBottom
paddingBottom
marginLeft
paddingLeft
marginRight
paddingRight
marginTop
paddingTop
modalTransparency
The range for this property is now 0 to 1, instead of 0 to 
100. 
onSetFocus()
Removed.
resize()
Removed. Now in the UIComponent class.
selfContained
Removed. 
Member
Change description