Hi All, I've been scouring the web for the past couple of days looking for some way of implementing this and I have yet to find a way to do this. My setup is as follows: I have a custom widget (Composite) that utilizes a DockLayoutPanel for it's structure. I would like to capture mouse clicks anywhere on this widget and do something with them (Eventual thought is a context menu). I thought that perhaps if I Implemented ClickHandler (as per Example Composite on the Building User Interfaces page) I could go from there but I noticed that it looks like the wiring is happening with the .addClickHandler which it doesn't look like DockLayoutPanel supports. So my question is, is this possible / has anybody had any experience with this? Any information would be much appreciated.
Thanks, Ryan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
