On 2 juil, 18:22, andreas <[email protected]> wrote: > You could show your load screen (for example a popup panel or even > just a label) right after issuing the RPC and hide it in onSuccess() > and onFailure().
And if you want the same panel to be shown in most cases, you could bake it into a RpcRequestBuilder that you then inject inside you RemoteService/Async, and that's it, nothing special to be done at the "call site" of your service's method. -- 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.
