anyone?
On Oct 9, 4:20 pm, shaselai <[EMAIL PROTECTED]> wrote:
> When I load m GWT program it creates a bunch of panels and buttons and
> it also makes a call to the server for data to populate a listbox.
> When I first did this in Windows it was fine and I never "noticed"
> this racing condition. When I run on linux now it is more apparent.
> Sometimes when I startup the window shows only a dividers for the
> split panels, some other time it shows everything. I think it is
> because of the call to the server that is causing the problem. I
> looked through the api but didn't really find anything to "refresh"
> the window without doing everything all over again. I searched through
> here a bit and seems people are asking more on reloading the entire
> page. I did find :
> private native void reload() /*-{
> $wnd.location.reload();
> }-*/;
>
> but that reloads everything - something i am really not looking for. I
> think the buttons and boxes that didn't show up are there but maybe
> need a "push" to show up after the data has been received? Anyone can
> help me out here? 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
-~----------~----~----~----~------~----~------~--~---