You can't "start antother thread" from javascript. And though it's a singlethreaded environment your animation isn't "moving" probably because browser is busy with filling the data. You can show some static text "Loading..." and then load your data.
On 8 Apr., 07:22, Suren <[email protected]> wrote: > Hi All, > > I am loading 100x100 values into the cells of a Grid from the DB. Its > taking some time to show the Grid in IE. > > So thought of showing a progress bar during that time instead of > showing blank page to the user. > > So I am trying to display a progressbar.gif image during the data > load. > > But the problem here is that, still the progressbar is not shown. Its > showing hourglass mouse cursor in the IE and showing nothing and looks > like the loading page. > > what I am doing wrong here? do I need to have a seperate thread to > show the image?? > > Or instead of this approach, I expect if anything else is better way > of doing it from the group. > > Kindly advise > > Thanks > Suren --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
