the onModuleLoad method should be invoked only after all the page has been loaded.Give a look at the webtoolkit page<http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideBootstrap> says.
On Tue, Jul 21, 2009 at 11:48 PM, mike <[email protected]> wrote: > > I'm used to using jQuery where you can set a callback to detect DOM > readiness, what's the GWT equivalent? > > Specifically I need to wait for the entire host page to load so I can > figure out the width of the page including scroll bars before gwt > starts it's work. > > Thanks, > Mike > > > -- Quer aprender a programar? acompanhe: Wants to learn GWT? Follow this blog -> http://tcninja.blogspot.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
