Re: GWT + FlowPanel + CSS = Tableless

2009-02-23 Thread El Mentecato Mayor
Except you forgot to mention that JQuery's Themeroller doesn't display properly on IE (not that I have anything against JQuery--a great library, but the things you are pointing out don't look as nice or as intended on the most popular browser, so that alone can make it undesirable in many cases).

Re: GWT + FlowPanel + CSS = Tableless

2009-02-23 Thread Mahavir Jain
I used GWT FlexTable.. 6 columns,8 columns, and many other combinations and formating sometime in same table and sometime in different table.. It works perfectly for me :).. Horizontal and vertical panel also works but there is one issue related to decorator panel but it has got work-arround..

Re: GWT + FlowPanel + CSS = Tableless

2009-02-20 Thread CJ Wilks
Geraldo, that Eric Meyer post is fantastic, most importantly because he wrote it, and so perhaps people will listen and do something about it. Certain GWT uses of tables are clearly an abomination (e.g. DecoratorPanel, DialogBox). There is no need to introduce a table and 9 cells, when other

Re: GWT + FlowPanel + CSS = Tableless

2009-02-19 Thread logicpeters
Excellent advice.. I went through the pain of VerticalPanel / HorizontalPanel (and some of the Grid, and found that .addStyle was not working the way it should -- because the components were being rendered inside of TD tags instead of DIV's. A tremendous waste of time -- although table CSS is

GWT + FlowPanel + CSS = Tableless

2009-02-18 Thread Zé Vicente
Hello All, I am currently developing an application with GWT. It has all I need in order to create a smart/dynamic user interface. But I just would like to start a discussion about the usage of Grid, FlexTable, Vertical Panel, HorizontalPanel and all other component in GWT that generates after

Re: GWT + FlowPanel + CSS = Tableless

2009-02-18 Thread Thomas Broyer
On 18 fév, 11:44, Zé Vicente wrote: This is my feedback: I found out that is much more easy and fast to use FlowPanel + CSS to build layouts than any other GWT components. I only use GRID, FlexTable and similar when I am displaying a real Grid. I chose FlowPanel to organize my layout

Re: GWT + FlowPanel + CSS = Tableless

2009-02-18 Thread Geraldo Lopes
José Vicente, Please read this: http://meyerweb.com/eric/thoughts/2009/02/17/wanted-layout-system/ Hope this helps, Geraldo On 18 fev, 07:44, Zé Vicente josevicentec...@gmail.com wrote: Hello All, I am currently developing an application with GWT. It has all I need in order to create a

Re: GWT + FlowPanel + CSS = Tableless

2009-02-18 Thread ashutosh seth
Hi all I am currently developing an application with GWT. It has all I need in order to create a smart/dynamic user interface.i m confused about using layout. when i used Flow panel+CSS , HTMLdivi think not compatible to all browser and if i used FlexTable, Vertical Panel, Horizontal Panel