Tag Archive for 'open'

30
Apr

Determining when the DateField control is opened or closed in Flex

The following example shows how you can determine when the Flex DateField control’s is opened or closed by listening for the open or close events.

Full code after the jump.

Continue reading ‘Determining when the DateField control is opened or closed in Flex’

18
Feb

Detecting when the Flex PopUpButton control is opened or closed

The following example shows how you can detect when the Flex PopUpButton control is opened or closed by listening for the open or close event.

Full code after the jump.

Continue reading ‘Detecting when the Flex PopUpButton control is opened or closed’