Re: Is it possible to have a resizable FlexTable

2010-01-08 Thread Trevis
I saw your message and my gut reaction is that you should probably be doing this in css. As far as the browser is concerned it's just a table so having it react to the browser resizing should be easily done In css. On Jan 7, 2:37 pm, chris wrote: > I was wondering if any one has had success with

Is it possible to have a resizable FlexTable

2010-01-07 Thread chris
I was wondering if any one has had success with making a FlexTable that re-sizes when the browser does. I've added a ResizeListener that re-sizes the root element whenever the browser re-sizes, and this seems to work with most GWT components. My ResizeListener: " Window.addResizeHandler(new Resiz