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 |
How will flex 3 be packaged?
What are sealed classes in flex?
Different ways of using style sheets?
I have I input text field on stage and I have a button also, further I am writing some text in that input text field. I want to save my written data on my local system (onmy computer), how can I do this? : adobe flex action script
What is the difference between changewatcher.watch, and bindingutils.bindproperty?
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
When I have only a single record, why does not it appear in my datagrid? : adobe flex action script
Can I add charting to the flex builder standard edition?
What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script
How do u implement PUSH on a flex appln?
What design patterns have you used in actionscript and java? : adobe flex action script
What is the difference between graphical skinning and stateful skinning?