Re: uiBinder with RootLayoutPanel problem

2010-04-28 Thread kerrr
If you want to inset what your building with the uiBinder model into a specific bit of html then you will have to use RootPanel.get("module1"). You don't explain what you are doing to instantiate and add the uiBinder widget to the RootPanel. If you had a widget that was working before trying to p

Re: Switch RootPanel with RootLayoutPanel

2010-04-15 Thread kerrr
then removing it. This leaves the RootLayoutPanel still attached, bu the underlying RootPanel inactive. Wouldn't it be a good idea to automatically detach the RootLayoutPanel if all of it's children are detached? Cheers Kerr On Apr 15, 2:48 pm, kerrr wrote: > I'm having a similar

Re: Switch RootPanel with RootLayoutPanel

2010-04-15 Thread kerrr
I'm having a similar issue. I have widgets added to elements using RootLayout.get("foo").add(widget) but then want to add a Panel on top using RootLayoutPanel.get().add(layout). that's all fine, but removign the LayoutPanel leaves somethign behind that means the widgets on the page cannot be clic