Help me understand here. You're saying that this image load failure 
prevents the rest of the application from loading?

Perhaps you can:

   - Not load the image and base64 encode it into a dataURL (nice 
tool<http://dataurl.net/#about>) 
   in your page.
   - Let ImageResource ClientBundle do the above for you in GWT (assuming 
   image is not too large)
   - Dynamically load the image after page load (after GWT script is 
   loaded) either from onLoad() or from GWT client code

But, from what you copied in from the GWT docs, it would appear that the 
img would not block GWT from running (it's not using onLoad()) , but would 
block anything else using onLoad().


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ndhZo3Rr2osJ.
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