Hi, I'm making an async callback and in the onSuccess function I loop through a result set. I would like to update a label or progressbar after each iteration of the loop.
Right now, the label does not get updated until after the onSuccess function is finished, and then it immediately shows the last number of the counter (equal to the size of the results set) so that isn't much use. Just wondering if there are any tips on this. Thanks, Stephen -- 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.
