On Mar 28, 6:49 pm, Vik <[email protected]> wrote: > Hie > > In my gwt app when i hit say submit button in a form it takes a while to get > the response from server. > Currently it seems nothing is happened on clicking the button. > > So how to show some kind of indicator showing its in progress?
You can show something (a label, a popup, an animated GIF image, etc.) in onSubmit and hide it in onSubmitComplete; but you won't be able to show "progress". -- 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.
