How to register mouse_down on backpanel?
Posted
by ikky
on Stack Overflow
See other posts from Stack Overflow
or by ikky
Published on 2010-03-16T07:42:04Z
Indexed on
2010/03/16
7:46 UTC
Read the original article
Hit count: 262
Hi. Here is an image to illustrate what i mean:
http://img21.imageshack.us/img21/497/windowsmobilee.png
I have one backpanel that listens to mouse_down event. Infront of that backpanel i have another panel(Overlaying panel), and a label in top.
If i push the mousebutton on the label or the "Overlaying panel", nothing is registered.
Is it possible to just make the backpanel listen for mouse actions, or do i have to create listeners for the other panel and label to?
Thanks in advance
© Stack Overflow or respective owner