Archive for May 21st, 2008

21
May

Setting an error string on a CheckBox control in Flex

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.

Continue reading ‘Setting an error string on a CheckBox control in Flex’

21
May

Aligning a label in a Button control in Flex

The following example shows how you can align the text label within a Flex Button control by setting the textAlign style.

Full code after the jump.

Continue reading ‘Aligning a label in a Button control in Flex’