Re: Mix Fixed and Relative Column Widths in CellTable?

2011-12-08 Thread nacho
Is anyone using fixed width and relative width columns in Chrome / Mac? I would like to know if this issue that I am having is something that I am doing wrong. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: Mix Fixed and Relative Column Widths in CellTable?

2011-12-08 Thread Thomas Broyer
Could you first tell us what doesn't work? There are a whole lot of possibilities between it doesn't compile and it doesn't display like I'd like Also, what are you expecting this ro render? where do you expect the % to be calculated from? and what (do you expect) should happen to the

Re: Mix Fixed and Relative Column Widths in CellTable?

2011-12-08 Thread nacho
It doesn't display the way that I'd like. I would like that my table has a 100% width so it adjust it size to the container div. Here is a capture: http://www.under-code.com/cap-celltable.png In FF It displays in the way that I want: http://www.under-code.com/cap-ff.png -- You received

Re: Mix Fixed and Relative Column Widths in CellTable?

2011-12-08 Thread Thomas Broyer
Are you sure this is because of the columns sizes? Your CellTable seems to be within another table with no specified width. A quick test in pure HTML shows that Firefox extends the outer table to width:100% while Chrome doesn't (and the inner table then has the minimum size required to show the

Re: Mix Fixed and Relative Column Widths in CellTable?

2011-12-08 Thread nacho
You are right, I am a total dumb. My CellTable was inside a VerticalPanel. Removing the VerticalPanel now my CellTable is displaying as I want. About what you are saying of having at least one column without width, that was my first attempt, also displaying well in FF but not in Chrome, but

Mix Fixed and Relative Column Widths in CellTable?

2011-11-25 Thread nacho
I'm trying to have fixed width columns and relative width columns togheter, can't get it running. As described here http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html I am trying to do it in this way: table.addColumn(checkBoxColumn); table.addColumn(nameColumn,