Sorry, I should've mentioned that I'm using GWT 2.1 Activities + Places. On 1 December 2010 20:22, ep <[email protected]> wrote:
> depends on the MVP framework you use - gwtp for instance, already > supports it, if GWT MVP does not, then you can subclass presenter, > call it "IndicatingPresenter" and add one more lifecycle state, > because the presenter will be lazy loaded and shows a loading > indicator until its data is not available... when ready re-render the > view with data loaded. > > On 1 Dez., 19:01, Matt H <[email protected]> wrote: > > Anyone? Surely it's simple enough to do? > > > > On Dec 1, 1:27 am, Matt H <[email protected]> wrote: > > > > > > > > > > > > > > > > > Hi. > > > > > If you poke around some of Google's GWT apps, you'll find that when > > > you click on anything which requires more data to be loaded, that a > > > 'loading' sign is displayed at the top of the screen, and while > > > loading, it stays on the current view, and then when the data for the > > > next view has been downloaded, the loading sign is removed and the new > > > view is shown. > > > > > How can I implement this behavior? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
