I programmatically add some Label widgets to a FlowPanel that is inside a 
FocusPanel. I've registered a ClickHandler with the FocusPanel and with the 
labels. The task is to start an action if a label is clicked and another 
(default) action if outside the labels somewhere in the FocusPanel is 
clicked. But it seems that I can't click on the labels - always the default 
action from the FocusPanel starts twice. The event source is always the 
FocusPanel. Is there a way to prevent that the FocusPanel 'steels' the 
click events from the labels?

Holger

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to