So, what is the code at: at com.fuelquest.darkstar.client.DarkStar$14$1.run(DarkStar.java: 1062)
On Mon, Jun 22, 2009 at 6:09 PM, everlongh<[email protected]> wrote: > > Sorry, I thought I had included the exception... here it is below, it > occurs on the line > > RootPanel.get(divId).getElement().setInnerHTML( > > getTankInventoryForMapTree(tivo)); > > The link in the code is inside a gwt-,maps InfoWindow > > link.addClickHandler(new ClickHandler() { > �...@override > public void onClick(ClickEvent event) { > > I do not get the excpetion with gwt-1.5.3. > > [ERROR] A widget that has an existing parent widget may not be added > to the detach list > java.lang.AssertionError: A widget that has an existing parent widget > may not be added to the detach list > at com.google.gwt.user.client.ui.RootPanel.detachOnWindowClose > (RootPanel.java:122) > at com.google.gwt.user.client.ui.RootPanel.get(RootPanel.java:197) > at com.fuelquest.darkstar.client.DarkStar$14$1.run(DarkStar.java: > 1062) > at com.google.gwt.user.client.Timer.fireImpl(Timer.java:160) > at com.google.gwt.user.client.Timer.fireAndCatch(Timer.java:146) > at com.google.gwt.user.client.Timer.fire(Timer.java:138) > 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:597) > at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java: > 103) > at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod > (IDispatchImpl.java:126) > at com.google.gwt.dev.shell.ie.IDispatchProxy.invoke > (IDispatchProxy.java:155) > at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke > (IDispatchImpl.java:294) > at com.google.gwt.dev.shell.ie.IDispatchImpl.method6 > (IDispatchImpl.java:194) > at org.eclipse.swt.internal.ole.win32.COMObject.callback6 > (COMObject.java:117) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) > at com.google.gwt.dev.SwtHostedModeBase.processEvents > (SwtHostedModeBase.java:235) > at com.google.gwt.dev.HostedModeBase.pumpEventLoop > (HostedModeBase.java:558) > at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405) > at com.google.gwt.dev.HostedMode.main(HostedMode.java:232) > > > On Jun 17, 9:16 am, Eric Ayers <[email protected]> wrote: >> Hi, >> >> I see your code, but I don't see any code ingwt-mapsbeing called (at >> least, not directly) and I am not sure what exception you are >> referring to. >> > > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
