Thank you. As you have advised the page is basically a html/css page and gwt is mainly used to interact with server, for example when user clicks on a like button.
Just an additional question, is it the expected behavior that gwt does not starts until all images in a page are loaded? best, ali On Wednesday, May 16, 2012 2:10:43 AM UTC+4:30, Joseph Lust wrote: > > If you must you could add any desired JS to the launch HTML page so that > this simple JS could run before GWT is ready. However, I don't see the GWT > team making an "*onEarlyModuleLoad*" handler since you'd then have to > assure that nothing using the DOM or UiBinder was called from those > methods. That would create nearly 2 applications and you'd delay the main > module load with the pre module load (which would need its own boot > strapper). > > For most applications, the more important aspect is the *appearance of > loading quickly.* To that end the default HTML/CSS of the page could be > setup to show some graphics/animations before any GWT resources are loaded > to give the user the impression of a faster loading app. > > Sincerely, > Joseph > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/hmxLbsgLMHwJ. 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.
