Archive for September 1st, 2007

01
Sep

Customizing a Flex ToolTip instance’s appearance using styles

The following example shows how you can customize the appearance of the Flex ToolTip using a <mx:Style /> block.

Full code after the jump.

Continue reading ‘Customizing a Flex ToolTip instance’s appearance using styles’

01
Sep

Customizing a Flex TextInput control’s error color

The following example shows how you can customize a Flex TextInput control’s error color and error string using the errorColor style and errorString property.

Full code after the jump.

Continue reading ‘Customizing a Flex TextInput control’s error color’