Re: Is it possible (necessary) to pre-fetch image bundles?

2009-07-23 Thread Benjii
My original question still holds, but I just realized that prefetch only starts the process... it doesn't give any guarantees on its completion. I've setup my own prefetch w/ notification so that I can guarantee the images have loaded or failed before displaying the applet. On Jul 23, 10:02 am,

Is it possible (necessary) to pre-fetch image bundles?

2009-07-23 Thread Benjii
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 adde