Tag Archive for 'backgrounddisabledcolor'

10
Oct

Changing the background color of a disabled Flex TextInput control

The following example shows how you can use the backgroundDisabledColor style to customize the overlay color on a Flex TextInput control when the control’s enabled property is set to false.

Full code after the jump.

Continue reading ‘Changing the background color of a disabled Flex TextInput control’

16
Sep

Setting a Flex container’s background disabled color and disabled overlay alpha

The following example shows how to use the backgroundDisabledColor and disabledOverlayAlpha styles to add a nice overlay to a container when the container’s enabled property is set to false.

Full code after the jump.

Continue reading ‘Setting a Flex container’s background disabled color and disabled overlay alpha’