Thanks Jeff for your response,

the problem is that the images are within the html page and the gwt
module is just a component that has to be included into that html
page. So what i would need would be a way that the onModule() method
of that gwt component is triggered without having to wait that the
images from the html host page finish loading.

Thanks

Dominik

On 14 Apr., 17:22, Jeff Chimene <[email protected]> wrote:
> On 04/14/2009 09:55 AM, Dominik Steiner wrote:> Hi,
>
> > I have a page that contains a lot of images and some of those images
> > take a long time to load (in total like 1 min)
>
> > I have searched the forum and found this similar post
>
> >http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> > but with no concrete solution to the problem, that IE7 will wait until
> > all the images are loaded until it will then load the GWT module.
>
> > Is there a work around for this so that the gwt module will be loaded
> > before the images have finished loading? (using gwt 1.5.3)
>
> Load the images via RequestBuilder() and attach them to the DOM as they
> arrive?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to