Either you can set the Label text inside the onSuccess method itself... For this you can make the Label a member variable
OR you can the set the value you retrieved frm the server to a member variable and use it later.... On Fri, Jan 30, 2009 at 5:59 AM, [email protected] <[email protected]>wrote: > > Hi > I'm able to get my data returned in my Async call... inside the call, > in the onSuccess, I can output the data with the system.out.println > (data).... but how to I get the data "out" of the async call so that > it can be used say in a label? > I'm having all sorts of trouble with this. > Any tips/pointers are appreciated. > Thanks > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
