Re: How to show waiting status in GWT web apps?

2009-03-26 Thread Vikas

Thanks for hint... I tried to with RPC, works fine...

On Mar 25, 12:38 pm, "alex.d"  wrote:
> You put some Label("Loading...") where you want to have it, make it
> visible when you are fetching data(before an RPC-call), and invisible
> when you are ready (in onSuccess() and onFailure()) ;-)
>
> On 25 Mrz., 08:07, Vikas  wrote:
>
> > Hi All,
>
> > In my GWT web application, while fetching data it takes some time, so
> > for that period I want to show some waiting message like "Fetching
> > record..." similar to gmail for e.g. when we click on inbox it shows
> > "Loading..." status on first line till all mails fetched.
>
> > How to achive this in GWT?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to show waiting status in GWT web apps?

2009-03-25 Thread lukehashj

Alternatively, you may want to double-check that its fetching the data
that's taking a long time (and not rendering it).

Look into using IncrementalCommands to increase the apparent
responsiveness of your UI.

Also, look into using DeferredCommands when you need to show a spinner
but it's not going to be completed at the end of an async method.

On Mar 25, 1:07 am, Vikas  wrote:
> Hi All,
>
> In my GWT web application, while fetching data it takes some time, so
> for that period I want to show some waiting message like "Fetching
> record..." similar to gmail for e.g. when we click on inbox it shows
> "Loading..." status on first line till all mails fetched.
>
> How to achive this in GWT?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to show waiting status in GWT web apps?

2009-03-25 Thread alex.d

You put some Label("Loading...") where you want to have it, make it
visible when you are fetching data(before an RPC-call), and invisible
when you are ready (in onSuccess() and onFailure()) ;-)

On 25 Mrz., 08:07, Vikas  wrote:
> Hi All,
>
> In my GWT web application, while fetching data it takes some time, so
> for that period I want to show some waiting message like "Fetching
> record..." similar to gmail for e.g. when we click on inbox it shows
> "Loading..." status on first line till all mails fetched.
>
> How to achive this in GWT?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



How to show waiting status in GWT web apps?

2009-03-25 Thread Vikas

Hi All,

In my GWT web application, while fetching data it takes some time, so
for that period I want to show some waiting message like "Fetching
record..." similar to gmail for e.g. when we click on inbox it shows
"Loading..." status on first line till all mails fetched.

How to achive this in GWT?



--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---