The following example shows how you can open a new browser window/tab by double clicking a Flex Image control by setting the doubleClickEnabled property to true and calling the navigateToURL() method
Full code after the jump.
Continue reading ‘Opening a new browser window by double clicking an Image control in Flex’
The following example shows how you can detect when a user double clicks a Flex TextInput control using the doubleClick event.
Full code after the jump.
Continue reading ‘Detecting a double click on a TextInput control in Flex’
The following examples show how you can set a Flex Button control to listen for doubleClick events by setting the doubleClickEnabled property using both MXML and ActionScript.
Full code after the jump.
Continue reading ‘Creating a double-click-able Button control in Flex’
The following example shows how you can use the itemDoubleClick event to open the selected Tree node in Flex.
Full code after the jump.
Continue reading ‘Using the itemDoubleClick event to open nodes in a Flex Tree control’