Archive for December 23rd, 2007

23
Dec

Removing the drop shadow from the DateField control in Flex

The following example shows how you can remove the default drop shadow from the nested DateChooser control in a Flex DateField control by setting the dropShadowEnabled style.

Full code after the jump.

Continue reading ‘Removing the drop shadow from the DateField control in Flex’

23
Dec

Customizing the background alpha and background color of the Alert control in Flex

The following example shows how you can customize the background alpha and background color of a Flex Alert control by setting the backgroundAlpha, backgroundColor, borderAlpha, and borderColor styles.

Full code after the jump.

Continue reading ‘Customizing the background alpha and background color of the Alert control in Flex’