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

Descargar
Página de 184
76
Flex Classes
mx.controls.richtexteditorclasses.*
The richtexteditorclasses package is now named richTextEditorClasses.
mx.controls.scrollClasses.ScrollBar
The following table describes changes to the ScrollBar class:
mx.controls.SimpleButton
The SimpleButton class has been removed.
mx.controls.Slider
The thumb labels, which were known as ToolTips on the Slider, HSlider, and VSlider 
controls, are now known as data tips on those controls. Several property names have changed 
to reflect this change. The controls now also support traditional ToolTip labels, which are 
labels that appear for the entire control. You set these by using the inherited 
toolTip
 
property.
The following table describes changes to the Slider class:
Member
Change description
maxPos
maxScrollPosition
minPos
minScrollPosition
thumbDisabledSkin
Removed.
Member
Change description
labelStyleDeclaration
Removed. Use the 
labelStyleName
 style.
maxValue
maximum
minValue
minimum
scrollTrackHeight
Removed.
showTicks
Removed. Instead of setting it to 
false
 to turn off tick 
marks, you set 
tickInterval
 to 0; for example:
<mx:HSlider id="hs1" snapInterval="1" 
tickInterval="0"/>
slideEasing
slideEasingFunction
showValueTip
showDataTip
sliderToolTipClass
sliderDataTipClass