> > I looked into this a little while ago and as far as I could tell using > the ListDataProvider prevents the loading indicator from ever being > shown (long explanation which I never got round to writing up, but if > there's interest I will do). The ListDataProvider is intended to be > used when all of the data is resident in the client, if it isn't then > you should use AsyncDataProvider. >
Even when using an AsyncDataProvider the loading indicator isn't shown when calling list.setVisibleRangeAndClearData(list.getVisibleRange(), true) and the list data is empty at that time. I think its independent of the DataProvider you use. As soon as you have no data in your CellList the loading indicator does not work like expected....well or I have missed something obvious?! -- J. -- 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/-/305iEPbSaGYJ. 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.
