Is double-clicking supported on various components?
Answer / Kunwar Prabhat Singh
Yes, double-clicking is supported on many Flex components, such as DataGrid and List, by default. To handle a double-click event, you can use the doubleClick event of the component in question, which triggers when a user double-clicks the component.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is shared object? (Or) how to store the data in local?
Can I embed html in my flex application?
Can we use text input/editable component as itemrenderer?
How polymorphism works on actionscript? : adobe flex action script
What is singleton class? Explain the steps to create a singleton class?
How do we use css styles in flex? : adobe flex action script
What is shared object?
How do you generate random numbers within a given limit with actionscript? : adobe flex action script
What is mvc and how do you relate it to flex apps?
What is display object?
What is calllater() method?
Explain in which level does the original movie resides?