GWT Release: 1.5.3 + canvas
The following code produces images without title (no tooltip, firefox
2.x/3.x):
String[] urls = new String[] {"img/circle-green.gif"};
ImageLoader.loadImages(urls, new ImageLoader.CallBack() {
public void onImagesLoaded(ImageElement[] imageElements) {
ImageElement imgCircleGreen = imageElements[0];
imgCircleGreen.setTitle("green point");
canvas.drawImage(imgProjectline, 111, 111);
...
...
I could not find any workaround, some ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---