Hi
I am new to GWT and currently developing an application.I am facing
one problem. I have TabPanel and i have added the listeners to handle
the data which loads in the each TabIems but the problem is when i
change the tab the whole Panel freezes I could see that the
application is waiting for events in threaddumps
"main" prio=6 tid=0x000379a0 nid=0x17e4 runnable
[0x0007f000..0x0007fc3c]
at org.eclipse.swt.internal.win32.OS.WaitMessage(Native Method)
at org.eclipse.swt.widgets.Display.sleep(Display.java:3736)
at com.google.gwt.dev.GWTShell.sleep(GWTShell.java:749)
at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:721)
at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)
at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:
90)
Can anyone help me to debug this problem. ?? i have disabled all the
listeners and still i can see this problem :-(
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
-~----------~----~----~----~------~----~------~--~---