How to Know if user has click outside some display object
Hi All,
I am trying to develop a flex application in which I have a TextArea and I want to perform some actions if user click outside that TextArea. I thought FlexMouseEvent.MOUSE_DOWN_OUTSIDE will occur whenever user click outside TextArea but it's not happening. Can someone explain me how to approach this problem.
Thanks
N