From the category archives:

HSlider (Spark)

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 part.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

The following example shows how you can set live dragging on a Spark HSlider control in Flex Gumbo by setting the liveDragging style.

The liveDragging property was changed to a style in Flex SDK build 4.0.0.7472. For more information, see http://bugs.adobe.com/jira/browse/SDK-21032.

Full code after the jump.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 1 comment }

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.

[click to continue…]

{ 13 comments }

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.

[click to continue…]

{ 0 comments }

The following example shows how you can change the value in a Flex 4 HSlider control by using the changeValueByStep() method.

Full code after the jump.

[click to continue…]

{ 2 comments }