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’
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’
Here’s a quick post on converting some colors from strings to integers, and splitting colors into separate red/green/blue values, and formatting colors using Flex.
Full code after the jump.
Continue reading ‘Converting and formatting colors’