Hi shaselai, Well this code looks just fine, from your further description it really sounds like it may be an issue unrelated to the server call, since you aren't seeing any buttons/listboxes etc even show up. Easy enough to test; just change setListBoxValues to fill in some values without the server call and check if you still see the problem.
More likely is some intermittent error is simply preventing the code creating your buttons etc. Is this an issue in web mode? As much as the GWT team tries to eliminate browser-dependent issues, there are still a few lurking around. Some browsers are more tolerant to certain problems and mask them, while others will barf. Compile the code with -style pretty, and see if there are any javascript errors that come up. Firebug in Firefox is very helpful for this, there's other js debug tools for other browsers. Good luck, jk PS Walden's suggestion is worth a shot if you find the issue really is related to the RPC. However, as long as you are not using anything fancy like delays or timers in your setup, it isn't really possible for the "async" callback to execute before the setup code finishes. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
