Re: panel set width with percentage

2010-03-29 Thread Pondmouse
I haven't used % with those widgets before, but if you can't do it why not try get the browser Window.getClientWidth() and then fire a resize event to keep sizes in check On Mar 27, 5:21 pm, kozura koz...@gmail.com wrote: Try using one of the new LayoutPanels rooted in RootLayoutPanel, these

Re: panel set width with percentage

2010-03-27 Thread JD
anyone? On Mar 20, 3:04 pm, JD j_ste...@encs.concordia.ca wrote: Hi, I have a series of panels as follows: HorizontalSplitPanel whose right widget is a VerticalSplitPanel (creating three panes in total). The HorizontalSplitPanel is placed inside a DecoratorPanel. I would like to set the

Re: panel set width with percentage

2010-03-27 Thread kozura
Try using one of the new LayoutPanels rooted in RootLayoutPanel, these seem to work much better for resizable % based layout. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

panel set width with percentage

2010-03-20 Thread JD
Hi, I have a series of panels as follows: HorizontalSplitPanel whose right widget is a VerticalSplitPanel (creating three panes in total). The HorizontalSplitPanel is placed inside a DecoratorPanel. I would like to set the total width and height of this whole thing to stretch 100% of the