Problem with listeners
Hi,
I'm doing a flash mobile project with flash builder 4.6 and I'm finding some problems with listeners.
I have a view and until middle height I have a Skinnable container. I want to know when the user clicks outside the panel.
I mean, if the user clicks in the panel, I don't want to do anything, but if the user clicks on the view (not in the panel) I want to collect that event.
I've tried to use MouseEvent.MOUSE_DOWN, adding this listener to my view, but if you click on the panel, this event goes off too.
Do you know if there is any way to do this? Can I instruct the panel to listen the mouse down listener and don't pass it to the view?
Thanks in advance
