Hi, I have the same problem and I couldn't Solve it. Could u Show us how
solved this problem?

my code is :
[         ...
          DBGrid2.getTableColumnModel().setColumnWidth(0,50);
          DBGrid2.getTableColumnModel().setColumnWidth(1,100);
          DBGrid2.getTableColumnModel().setColumnWidth(2,100);
          DBGrid2.getTableColumnModel().setColumnWidth(3,50);
          DBGrid2.getTableColumnModel().setColumnWidth(4,150);
          DBGrid2.getTableColumnModel().setColumnWidth(5,20);
          DBGrid2.getTableColumnModel().setColumnWidth(6,10);
          DBGrid2.getTableColumnModel().setColumnVisible(6,false);

          var newRenderer = new qx.ui.table.EasyDataCellRenderer();
          newRenderer.setUseAutoAlign(false);
          newRenderer.fontcolor = "Red";
          newRenderer.alignment = "center";
          DBGrid2.getTableColumnModel().setDataCellRenderer(3,newRenderer);
          ... 

]

the color change but not the alignment, if I try to change other properties
I can, but don't with alignment.
its crazy 'couse I can see the alignment at right, but then it change to
left itself.

Thanks a lot. CarlitosMDQ

-- 
View this message in context: 
http://www.nabble.com/TableModel-DataCellRenderer-in-Delphi-for-PHP-tp14402998p18600603.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to