|
#1
|
|||
|
|||
|
Hi,
I'm wondering if there is a best practice for preloading images. When any user first hits an application, the rendering of the skin is very fragmented due to image loading. After a first run through the application, it is fine, due to the browser caching the images, but unfortunately the customer's first impression is not great. I know Sanjiv has mentioned using image bundles http://www.screaming-penguin.com/docs/gwt-1.4.10/doc/html/com.google.gwt.doc.DeveloperGuide.UserInterface.Im ageBundles.html for SmartGWT - is there any possibility of something similar for the plain-old-javascript implementation? Thanks, Colin |
|
#2
|
|||
|
|||
|
Use the FileLoader to precache images. This is why there's no "image popping" in the SmartClient showcase.
|