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

Migrating applications to flex 2
Table of Contents

Advertisement

mx.controls.richtexteditorclasses.*
The richtexteditorclasses package is now named richTextEditorClasses.
mx.controls.scrollClasses.ScrollBar
The following table describes changes to the ScrollBar class:
Member
maxPos
minPos
thumbDisabledSkin
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
property.
The following table describes changes to the Slider class:
Member
labelStyleDeclaration
maxValue
minValue
scrollTrackHeight
showTicks
slideEasing
showValueTip
sliderToolTipClass
76
Flex Classes
Change description
maxScrollPosition
minScrollPosition
Removed.
Change description
Removed. Use the
labelStyleName
maximum
minimum
Removed.
Removed. Instead of setting it to
marks, you set
tickInterval
<mx:HSlider id="hs1" snapInterval="1"
tickInterval="0"/>
slideEasingFunction
showDataTip
sliderDataTipClass
toolTip
style.
to turn off tick
false
to 0; for example:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex 2

Table of Contents