The following example shows how you can get the currently selected value from a Spark Spinner control in Flex 4 by getting the value
property.
Continue reading Getting the current value on a Spark Spinner control in Flex 4
The following example shows how you can get the currently selected value from a Spark Spinner control in Flex 4 by getting the value
property.
Continue reading Getting the current value on a Spark Spinner control in Flex 4
The following example shows how you can set the minimum, maximum, and current value on a Flex Gumbo FxHScrollBar control by setting the minimum
, maximum
, and value
properties.
Full code after the jump.
Continue reading Setting the value on the FxHScrollBar control in Flex Gumbo