Archive for May 25th, 2008

25
May

Setting the icon color on a disabled NumericStepper control in Flex

In a previous example, Setting the text color on a disabled NumericStepper control in Flex, we saw how to set the text color for a disabled Flex NumericStepper control by setting the disabledColor style.

The following example shows how you can set the icon color for a disabled Flex NumericStepper control by setting the disabledIconColor style.

Full code after the jump.

Continue reading ‘Setting the icon color on a disabled NumericStepper control in Flex’

25
May

Setting the text color on a disabled NumericStepper control in Flex

Continuing on the theme of NumericStepper examples, the following example shows how you can set the text color for a disabled Flex NumericStepper control by setting the disabledColor style.

Full code after the jump.

Continue reading ‘Setting the text color on a disabled NumericStepper control in Flex’