MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Bedienungsanleitung Seite 76

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 184
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 75
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
Seitenansicht 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 183 184

Kommentare zu diesen Handbüchern

Keine Kommentare