Re: Switch RootPanel with RootLayoutPanel

2010-04-15 Thread kerrr
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 this group, send

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

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