Re: Switch RootPanel with RootLayoutPanel

2010-04-15 Thread kerrr
Hi, I've figured out that you need to remove the RootLayoutPanel from the RootPanel. You can do this with RootPanel.get().remove(RootLayoutPanel.get()), or RootLayoutPanel.get().removeFromParent(). Note that this means that the singlton RootLayoutPanel returned from RootLayoutPanel.get() will no

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

Switch RootPanel with RootLayoutPanel

2010-04-14 Thread gadaleta.marco
Hi, I'm trying to switch diinamically RootPanel with RootLayoutPanel and viceversa. But after the switch, the interface seems to be locked. Can you give me an help? Thx, Marco -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to thi