What about setting a JS timer and checking in the callback if the main app has been loaded? http://www.w3schools.com/js/js_timing.asp
On Dec 25, 9:47 pm, Icky <[email protected]> wrote: > hi there, > > I have an app where the main HTML file contains a loading div with a > "Loading, please wait..." message, and when the GWT app loads, it will > remove the loading div and start rendering the application. > > However i am running into a problem where if the GWT js file fails to > be retrieved (ie. network issues) then the page will remain with the > "Loading, please wait..." message forever. > Could I please get some advice on how to resolve this? > > Best Regards, > Icky -- 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.
