The following example shows how you can set the button repeat interval on a Flex Gumbo FxNumericStepper control by setting the repeatInterval style on the nested increment button and decrement button.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can format the value displayed in a Flex Gumbo FxNumericStepper control by setting a custom display format function using the displayFormatFunction property.
The displayFormatFunction property was added in build 4228. Download Adobe Flex Gumbo SDK.
Full code after the jump.
{ 1 comment }
The following example shows how you can wrap values in a Flex FxNumericStepper control by setting the valueWrap property.
Full code after the jump.
{ 0 comments }