Hi all, I'm trying to avoid visible loading while my applet is displayed. I have a "please wait" screen in place, and pre-fetch my images.
My question is about ImageBundle. I can see the images loading onto button faces, so I'm guessing there is no prefetch occurring behind the scenes. I've added the following code which works: Image.prefetch(imageBundle.someImage().createImage().getUrl()) .. but this leaves a bad taste in my mouth :) Is there a better way? thanks! Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
