Tag Archive for 'open()'

13
Dec

Programmatically opening and closing ComboBox controls in Flex

The following examples show how you can programmatically open and close a ComboBox control’s drop down menu in Flex by using the open() and close() methods of the ComboBox class in Flex.

Full code after the jump.

Continue reading ‘Programmatically opening and closing ComboBox controls in Flex’