What do you mean by document body? You might want to look into a DOMHandler. That's how I got mouse move handlers to work on my grid. Grid's don't have an obvious method that allows you to add a MouseMoveHandler like a lot of other things do (grids only have addMouseClickHandler). I'd take a look again at what you want to add the handler too and make sure it doesn't have an obvious method like that.
Another option is wrapping things in an HTMLPanel, which would allow you to add a MouseMoveHandler, etc. ~Scott On Aug 5, 10:11 pm, "Randy S." <[email protected]> wrote: > I'd like to add a MouseMoveHandler and MouseUpHandler to the > document's body, but haven't discovered how. Thanks in advance to > anyone who can answer this. > > -- Randy -- 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.
