Re: [qooxdoo-devel] Text alignement of Table

2011-12-20 Thread Derrell Lipman
On Tue, Dec 20, 2011 at 11:18, Benjamin Dreux wrote: > After giving much attention to the number cell renderer, i found that > the value that need to ne return is "qooxdoo-table-cell > qooxdoo-table-cell-right" > Great. Glad you got it working. Derrell ---

Re: [qooxdoo-devel] Text alignement of Table

2011-12-20 Thread Benjamin Dreux
After giving much attention to the number cell renderer, i found that the value that need to ne return is "qooxdoo-table-cell qooxdoo-table-cell-right" Thanks for your advices. Regards Le 20 décembre 2011 11:09, Benjamin Dreux a écrit : > I gave it a try, but the text of the column ended up on

Re: [qooxdoo-devel] Text alignement of Table

2011-12-20 Thread Benjamin Dreux
I gave it a try, but the text of the column ended up on the left, over the text of the others column text. Maybe it's not the right cell Class to return Regards Le 20 décembre 2011 10:21, Derrell Lipman a écrit : > On Tue, Dec 20, 2011 at 10:11, Benjamin Dreux > wrote: >> >> Here is a quick exe

Re: [qooxdoo-devel] Text alignement of Table

2011-12-20 Thread Derrell Lipman
On Tue, Dec 20, 2011 at 10:11, Benjamin Dreux wrote: > Here is a quick exemple > > If i understand you, i just need to set the useAutoAlign to align the text > But in my exemple it doesn't work > > What is the part i don't get correctly > You didn't include your example, but what I'm suggesting i

Re: [qooxdoo-devel] Text alignement of Table

2011-12-20 Thread Benjamin Dreux
Here is a quick exemple If i understand you, i just need to set the useAutoAlign to align the text But in my exemple it doesn't work What is the part i don't get correctly Le 20 décembre 2011 09:39, Derrell Lipman a écrit : > On Tue, Dec 20, 2011 at 09:31, Benjamin Dreux > wrote: >> >> Hi >> I

Re: [qooxdoo-devel] Text alignement of Table

2011-12-20 Thread Derrell Lipman
On Tue, Dec 20, 2011 at 09:31, Benjamin Dreux wrote: > Hi > I'm wondering how could i change the text alignement of a table cell > (all cell of a specific column) > I found the class new qx.ui.table.cellrenderer.String > But i can find out how to use it. > I defined a specific align in the constru

[qooxdoo-devel] Text alignement of Table

2011-12-20 Thread Benjamin Dreux
Hi I'm wondering how could i change the text alignement of a table cell (all cell of a specific column) I found the class new qx.ui.table.cellrenderer.String But i can find out how to use it. I defined a specific align in the constructor, but the column is not align at right (the specified align st