Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
Answer / Sudha Maurya
This issue might occur due to event bubbling or capturing. When an event is not captured by a specific display object, it may not trigger the 'click' or 'mousedown' events if the mouse is not moved over the intended target area. You can use event listeners like 'mouseDownOutside' or 'mouseUpInside' to handle these cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I still purchase flex charting?
What is the difference between httpservice and data service? : adobe flex action script
What is interface or benefit of interface in term of oop? : adobe flex action script
Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script
How binding works in mxml components in flex? : Adobe Flex ActionScript
How do u implement PUSH on a flex appln?
What is adapter in blaze ds?
When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
Can I use flex builder 2 to create applications using the flex 3 sdk?
Explain in which level does the original movie resides? : adobe flex action script
What is the difference between target and current target?
How do I run flex as a service? : adobe flex action script