Tag Archive for 'dropshadowenabled'

09
Jul

Toggling the drop shadow on the ComboBox control in Flex

The following example shows how you can toggle the drop shadow on the Flex ComboBox control by setting the dropShadowEnabled style on the ComboBox control’s dropdown menu.

Full code after the jump.

Continue reading ‘Toggling the drop shadow on the ComboBox control in Flex’

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
Sep

Creating drop shadows on the Flex TextArea control

The following example shows how you can control the drop shadow on a Flex TextArea control using the dropShadowColor, shadowDirection, and shadowDistance styles.

Full code after the jump.

Continue reading ‘Creating drop shadows on the Flex TextArea control’

30
Aug

Creating drop shadows on the Flex TextInput control

The following example shows how you can easily create a drop shadow effect on a TextInput control using the dropShadowEnabled style (instead of creating a DropShadowFilter), as well as control the drop shadow effect’s color, direction, and distance (using the dropShadowColor, shadowDirection, and shadowDistance styles, respectively).

Full code after the jump.

Continue reading ‘Creating drop shadows on the Flex TextInput control’