Bingo! cheers. ~~~~~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give feedback :)
2009/10/17 Thomas Broyer <[email protected]>: > > > > On 16 oct, 20:02, darkflame <[email protected]> wrote: >> I have a HTML page, and want to know the mouses location wherever it >> is on the page, but not to block the links being clickable. >> I can easily make a transparent widget of some sort, add a >> addMouseMoveHandler, and set it to be the size of the page ontop of >> everything else. This will give me the co-ordinates nicely. But it >> also prevents html links working, and (indeed) any other mouse >> interaction. >> >> Any workarounds? Any methods just to listen for mouse moves, without >> interfering with clicks on elements under? > > Use Event.addNativePreviewHandler. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
