Archive for December 24th, 2007

24
Dec

Displaying a ComboBox control’s inherited styles in Flex

The following example shows how you can debug a component’s inheriting styles by using the static ObjectUtil.toString() method to display a component’s inheritingStyles property.

Full code after the jump.

Continue reading ‘Displaying a ComboBox control’s inherited styles in Flex’

24
Dec

Changing the Flex DateChooser control’s text alignment

The following example shows how you can change the text alignment in the Flex DateChooser control by setting the textAlign style.

Full code after the jump.

Continue reading ‘Changing the Flex DateChooser control’s text alignment’