Hello all

I am developing an app with GWT. I have an absolutepanel with numerous
child widgets, generally images. I want to be able to click on a
widget, and then click on another location within the absolutepanel.
With the second click, the position of the click in the absolutepanel
is needed. If the user clicks on a child image, it should not matter,
and it should instead get the position of the click in the
absolutepanel. A click event should not be sent to the child widgets.

So my problem is, how do I capture the click event in the
absolutepanel whilst allowing users to click through the child
widgets?

Thanks for any replies.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to