Tag Archive for 'disabledcolor'

21
Jul

Setting the label color on a disabled List control in Flex

In a previous example, “Changing the background color of a disabled List control in Flex”, we saw how you could customize the background color of a disabled Flex List control by setting the backgroundDisabledColor style.

The following example shows how you can set the label color on a disabled Flex ComboBox control by setting the disabledColor style.

Full code after the jump.

Continue reading ‘Setting the label color on a disabled List control in Flex’

19
Jul

Setting the label color on a disabled ComboBox control in Flex

The following example shows how you can set the label color on a disabled Flex ComboBox control by setting the disabledColor style.

Full code after the jump.

Continue reading ‘Setting the label color on a disabled ComboBox 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’

26
Apr

Setting the disabled text color on a TextArea control in Flex

The following example shows how you can set the text color on an enabled and disabled Flex TextArea control by setting the color and disabledColor styles.

Full code after the jump.

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

26
Aug

Changing a Button control’s text color

The following example shows how you can control the Button control’s text color using the color, disabledColor, textRollOverColor, and textSelectedColor styles.

Full code after the jump.

Continue reading ‘Changing a Button control’s text color’