The following example shows how you can use an embedded font with the Flex HSlider control by setting the fontFamily and labelStyleName styles.
Full code after the jump.
Continue reading ‘Using an embedded font with the Slider controls in Flex’
In a previous example, “Setting the tick thickness on a Slider control in Flex”, we saw how to change the thickness of a tick on a Flex HSlider control by setting the tickThickness style.
The following example shows how you can set the length of a tick on a Flex HSlider control by setting the tickLength style.
Full code after the jump.
Continue reading ‘Setting the tick length on a Slider control in Flex’