Re: Add progress bar while dataprovider is loading

2011-07-07 Thread George Agiasoglou
There is not really a lot to it, actually the celltable does come with a loading indicator already, you should be able to see it whenever the range changes. Make sure on the range change implementation of your AsyncDataProvider to call these two methods updateRowCount(); updateRowData();

Re: Add progress bar while dataprovider is loading

2011-07-07 Thread Issam
Could you please give me more details ? On 7 juil, 16:58, gadev wrote: > What about *setLoadingIndicator(widget);* > > -George -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googl

Re: Add progress bar while dataprovider is loading

2011-07-07 Thread gadev
What about *setLoadingIndicator(widget);* -George -- 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/-/a3ghgfhj2NEJ. To post to this group, send ema

Add progress bar while dataprovider is loading

2011-07-07 Thread Issam
I'm working with dataProviders, pagers ... and I would like to display a progress or any gif image while dataprovider is loading data when the user click on the pager to see next page. Any suggestion are welcome. thanks -- You received this message because you are subscribed to the Google Group