Hello (problem seems to be solved ... :) ). To solve the problem is necessary "NOT" use : qx.ui.table.TablePane.CONTENT_CELL_STYLE_HEIGHT=XXX; to set the hight of the cells.
In this way cells do not go in upper position and the new height of the cells function. Then the "new" problem to solve (the hight of the row is not good) , but it is easy ti set whith: tablePane.setTableRowHeight(4+XXX); TO alex.d , if i use : qx.ui.table.TablePane.USE_ARRAY_JOIN = true; Then the CONTENT_CELL_STYLE_HEIGHT=XXX Have not effect (then there is not problem ... but there is not new hight !! )... Thanks at all. ramon ---------- Initial Header ----------- >From : [EMAIL PROTECTED] To : "qooxdoo Development" [email protected] Cc : Date : Thu, 26 Oct 2006 12:20:53 +0200 Subject : Re: [qooxdoo-devel] table: Over position fields > Hmm... i understand. It's strange. What combination of USE_ARRAY_JOIN > and USE_TABLE are you using? I have had some strange issues using > USE_ARRAY_JOIN:false and USE_TABLE:false options. Try > USE_ARRAY_JOIN:true > USE_TABLE:false > and tell whether it works. > > Cheers, > alex.d > > Thanks. > > But my principal problem is it goes on "over position" to the next column > > (by default if your data is too long don't make it). Is not possible do the > > same ? which object/property/method i need to change ? (TablePane?, > > TableColumnModel ? ... ) > > > > tanks again > > > > ---------- Initial Header ----------- > > > > >From : [EMAIL PROTECTED] > > To : "qooxdoo Development" [email protected] > > Cc : > > Date : Thu, 26 Oct 2006 09:26:39 +0200 > > Subject : Re: [qooxdoo-devel] table: Over position fields > > > > > > > >> Table columns do not automatically change their width depending on > >> content. You have to do it manually or make them wide enough. > >> > >> Cheers, > >> alex.d > >> > >>> Hi all, > >>> > >>> I change the size-font of the rows(height too) on a table whith: > >>> qx.ui.table.TablePane.CONTENT_ROW_FONT_SIZE = XXX; > >>> qx.ui.table.TablePane.CONTENT_CELL_STYLE_HEIGHT = XXX; > >>> > >>> And then the end of data from the cells which are longer than the column > >>> width, goes on "over position" to the next column. > >>> > >>> Any explanation is welcomed !! > >>> > >>> Best Regards, > >>> Ramon Galaron > >>> > >>> > >>> > >>> ------------------------------------------------------------------------- > >>> Using Tomcat but need to do more? Need to support web services, security? > >>> Get stuff done quickly with pre-integrated technology to make your job > >>> easier > >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> _______________________________________________ > >>> qooxdoo-devel mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > >>> > >>> > >>> > >> ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, security? > >> Get stuff done quickly with pre-integrated technology to make your job > >> easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> _______________________________________________ > >> qooxdoo-devel mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > >> > >> > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > qooxdoo-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > > ------------------------------------------------------ Perdi 2 Taglie in 60 Giorni con Perdi Peso Cerotto! http://click.libero.it/perdipesocerotto3 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
