|
Re: Displaying a "loading" image while waiting on RPC: msg#02265GoogleWebToolkit
I agree with Chad, I have this in my click handler: display.getButton().addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event) { display.getButton().disable(); display.setStatusText("Please wait while your connection is verified..."); doAuthorize(); //rpc called in this method, and status updated with pass/fail messages, button re-enabled } }); On Fri, Jul 31, 2009 at 10:31 AM, Chad <chadler@xxxxxxxxx> wrote:
--~--~---------~--~----~------------~-------~--~----~ 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@xxxxxxxxxxxxxxxx To unsubscribe from this group, send email to Google-Web-Toolkit+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |