Archive for November 3rd, 2007

03
Nov

Customizing a slider control’s data tip

The following example shows how you can customize a slider control’s data tip in Flex. This example uses an embedded font and a data tip with a negative data tip offset that overlaps the slider thumb.

Full code after the jump.

Continue reading ‘Customizing a slider control’s data tip’

03
Nov

Programmatically positioning tick marks on a slider control

The following example shows how you can programmatically set tick positions on a Flex Slider control by setting the tickValues property.

Full code after the jump.

Continue reading ‘Programmatically positioning tick marks on a slider control’

03
Nov

Toggling a Flex Slider control’s tickInterval property

The following example shows how you can toggle a Flex Slider control’s tick marks so they are only visible while the user’s mouse cursor is over the HSlider/VSlider control.

Full code after the jump.

Continue reading ‘Toggling a Flex Slider control’s tickInterval property’