Posts tagged as:

errorString

The following example shows how you can change the background color of a Flex error tip by setting the borderColor style on the .errorTip CSS selector.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set an error string on a Flex CheckBox control by setting the errorString property.

Full code after the jump.

[click to continue…]

{ 5 comments }

The following example shows how you can display an error string on the Flex Image control when an image is unable to be loaded.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can use an embedded font with an error tool tip in Flex.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows a few different ways of checking to see if the user selected a CheckBox control before allowing them to click a Button control. Got other tips? Leave them in the comments!

Full code after the jump.

[click to continue…]

{ 12 comments }

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.

[click to continue…]

{ 9 comments }