Setting the chrome color on the Spark HSlider control in Flex 4
The following example shows how you can style the base color on the Spark HSlider control’s thumb and track in Flex 4 by setting the chromeColor style. The following example(s) require Flash Player 10...
View ArticleStyling the data tip on a Spark HSlider control in Flex 4
The following example shows how you can style the data tip on a Spark HSlider control in Flex 4 by creating a custom skin and setting the skinClass style. Full code after the jump. The following...
View ArticleSetting the slide duration on a Spark HSlider control in Flex 4
The following example shows how you can set the slide duration on a Spark HSlider control in Flex 4 by setting the slideDuration style. Full code after the jump. The following example(s) require Flash...
View ArticleSetting live dragging on a Spark HSlider control in Flex 4
The following example shows how you can set live dragging on a Spark HSlider control in Flex Gumbo by setting the liveDragging style. The following example(s) require Flash Player 10 and the Adobe Flex...
View ArticleSkinning the track on a Spark HSlider control in Flex 4
The following example shows how you can reskin the track on a Spark HSlider control in Flex 4 by creating a custom HSlider skin and specifying the track skin part’s skinClass style. The following...
View ArticleSetting the thumb color based on the current value of a Spark HSlider control...
The following example shows how you can set the thumb color on a Spark HSlider control in Flex 4 by listening for the change and valueCommit events and setting the chromeColor style on the thumb skin...
View ArticlePreventing the user from clicking the track on a Spark HSlider control in Flex 4
The following example shows how you can toggle whether a user is allowed to click on a Spark HSlider control’s track in Flex 4 by setting the Boolean mouseEnabled property on the HSlider controls track...
View ArticleCreating a custom track skin on a Spark HSlider control in Flex 4
The following example shows how you can create a custom track skin on a Spark HSlider control in Flex 4 by setting a custom skin class on the slider’s track skin part. The following example(s) require...
View ArticleCreating a custom thumb skin on a Spark HSlider control in Flex 4
In a previous example, “Creating a custom track skin on a Spark HSlider control in Flex 4″, we saw how you could create a custom track skin on a Spark HSlider control in Flex 4 by setting a custom skin...
View ArticleCreating a custom Spark HSlider thumb in Flex 4
The following example shows how you can use a Spark Button control as a thumb for the Spark HSlider control by setting the skinClass style on the thumb skin part in a custom Spark HSlider control skin....
View Article