Gal,
Thanks for the reply. I gave it a try like so:
String[] imageUrls = new String[] {GWT.getHostPageBaseURL()
+
"images/GoogleCode.png"};
But now I get an exception:
05:25:02.432 [ERROR] [mywebapp] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (INDEX_SIZE_ERR):
INDEX_SIZE_ERR: DOM Exception 1
This happens on both the AppEngine version and the non-AppEngine.
-Kevin
On Aug 9, 10:24 pm, Gal Dolber <[email protected]> wrote:
> try this:
> String[] imageUrls = new String[] {GWT.getHostPageBaseURL()
> + "images/GoogleCode.png"};
> > > > What can I do so that I can add images to my eclipse project which I
> > > > can then use with GWTCanvas?
--
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.