Hi,
I used gwt 1.6.1 to implement an small aplication. And to get the
coordinates of the mouse on an event inside the widget I used:

 int x = Event.getRelativeX(event, this.getElement());
 int y = Event.getRelativeY(event, this.getElement());

but now I changed to 1.6.4, and I get an error. This functions do no
exist, and they are not in the API anymore. Anyone knows why?
is there a better way to do the same?
Thank you!

--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@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