Re: Is there a DecoratorPanel that works with LayoutPanel children?

2011-08-08 Thread Francis
Try this DecoratorLayoutPanelclass -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-w

Re: Is there a DecoratorPanel that works with LayoutPanel children?

2011-08-08 Thread Francis
Try this DecoratorLayoutPanelclass -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-w

Re: Is there a DecoratorPanel that works with LayoutPanel children?

2010-03-05 Thread Paul Stockley
I've had no problem putting LayoutPanels such as TabLayoutPanel as children on non-layout panels such as DialogBox. However, you have to explicitly set the size of the layout panel for it to work. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: Is there a DecoratorPanel that works with LayoutPanel children?

2010-03-05 Thread AndiMullaraj
I think you are right, there should be a direct link of LayoutPanel to the RootLayoutPanel in order for things to work. When I test with something simpe though (like adding a SimplePanel to the RootLayoutPanel and then my LayoutPanel on top of it) things seem to work. But not in a more complicated

Is there a DecoratorPanel that works with LayoutPanel children?

2010-02-23 Thread Danni
Hi, I am looking for a DecoratorPanel that works when LayoutPanels are added to it as children (a 'DecoratorLayoutPanel'). If I use the current DecoratorPanel (shipped with gwt 2.0.2) and add a LayoutPanel to it, the layout panel is not displayed because it uses position:relative as opposed to the