Is double-clicking supported on various components?
Unfortunately, double-clicking is not supported by default. If you wish to add this functionality to, say, a List or DataGrid component, you will have to add the following ActionScript 2.0 code to your application: // used to detect a double-click var someTimestamp:Number; … /** * Double-click handler for some DataGrid component.