Re: Getting CellBrowser width, (re)position and re-size panel

2012-01-15 Thread Tibo
Thank you for your answer. That is actually what I was thinking, but I hoped that it might be a workaround. I will take some time to re-think my interface then! On Jan 14, 12:38 pm, Thomas Broyer wrote: > CellBrowser is a RequiresResize panel > (seehttp://code.google.com/webtoolkit/doc/latest

Re: Getting CellBrowser width, (re)position and re-size panel

2012-01-14 Thread Thomas Broyer
CellBrowser is a RequiresResize panel (see http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html ), it doesn't have an "intrinsic" size and grow with its content; instead it should be given explicit dimensions (possibly automatically by a ProvidesResize parent widget) and it fits i

Getting CellBrowser width, (re)position and re-size panel

2012-01-13 Thread Tibo
Hello, I am new to gwt, and I'm having trouble building the user interface for my application. First, I would like my application to have a CellBrowser widget on the left side, and a panel on the right size that fill the remaining space left by the CellBrowser, in order to display some informatio