On Feb 24, 10:50 am, John Denley <[email protected]> wrote: > Have you checked the "google development mode" tab (assuming you are using > eclipse) for uncaught exceptions? > > Im thinking specifically the "A widget that has an existing parent widget > may not be added to the detach list" which will just stop parts of your > screen from loading without any other obvious/external warning/error > > I seem to be getting that error all over the place when I try to use the > "RootPanel.get().add()" functionality, with no obviously good reason at the > moment. Plus I still cant work out what this really actually means! I dont > mean to hijack your thread, but if anyone can explain this error in > "laymans" terms Id appreciate it!
It means you cannot RootPanel.get(...) or SomeWidget.wrap(...) an element that happens to be a child/descendant of a Widget (i.e. of an element which GWT thinks it is a GWT Widget's element). As for Vik's issue, sorry, no idea. -- 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.
