I did think of that, but I wasnt sure IE would handel it correctly. I remember theres a few issues with getting IE to fire load-listeners with data that might already be cached. The workaround was to use "getOffsetWidth" to check for the load.
Incidently, I'm already seeing *massive* improvement in the loading system using this one-at-a-time method, and this is before I implemented the maze techique. Combined they should reduce the app's apparently loading time a lot. 2009/2/11 lukehashj <[email protected]>: > > You don't necessarily even need the image to be hidden off screen in > that way. > > You could always just set it's display:none and have it exist anywhere > on the DOM - the user won't see it but the browser will still go to > fetch the image. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
