Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-08-01 Thread Peter Schneider
sorry, missed something... ;) tabStructParameter = new qx.ui.table.SimpleTableModel(); tabStructParameter.setColumns([ID, Name, Value, Type]); tabStructParameter.setColumnEditable(0, false); tabStructParameter.setColumnEditable(1, false);

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-08-01 Thread Peter Schneider
, July 31, 2007 6:51:23 PM Subject: Re: [qooxdoo-devel] Table column sorting issue in 0.6.6 Hi Phaneesh, unfortunately I've forgotten to look at the qooxdoo version number you've added to your query. Could you please send me (PM or here in the forum) some code, that you are using? I think

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-08-01 Thread Phaneesh N
Hi Peter, That worked a zillion thanks to u... ;-) - Original Message From: Peter Schneider [EMAIL PROTECTED] To: qooxdoo Development qooxdoo-devel@lists.sourceforge.net Sent: Wednesday, August 1, 2007 1:55:28 PM Subject: Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Peter Schneider
Hi, maybe it's too late, but I've just started catching up my read on this forum after about three weeks of absence... Here's my workaround*: The class qx.ui.table.model.Simple uses the wrong class to access the EVENT_TYPE_META_DATA_CHANGED constant in the setColumnSortable() method.

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Fabian Jakobs
Peter Schneider schrieb: Hi, maybe it's too late, but I've just started catching up my read on this forum after about three weeks of absence... Here's my workaround*: The class qx.ui.table.model.Simple uses the wrong class to access the EVENT_TYPE_META_DATA_CHANGED constant in the

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Phaneesh N
-devel] Table column sorting issue in 0.6.6 Peter Schneider schrieb: Hi, maybe it's too late, but I've just started catching up my read on this forum after about three weeks of absence... Here's my workaround*: The class qx.ui.table.model.Simple uses the wrong class to access

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Fabian Jakobs
: [qooxdoo-devel] Table column sorting issue in 0.6.6 Peter Schneider schrieb: Hi, maybe it's too late, but I've just started catching up my read on this forum after about three weeks of absence... Here's my workaround*: The class qx.ui.table.model.Simple uses the wrong class

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Peter Schneider
PROTECTED] To: qooxdoo Development qooxdoo-devel@lists.sourceforge.net Sent: Tuesday, July 31, 2007 2:13:43 PM Subject: Re: [qooxdoo-devel] Table column sorting issue in 0.6.6 Peter Schneider schrieb: Hi, maybe it's too late, but I've just started catching up my read on this forum after

Re: [qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-31 Thread Phaneesh N
@lists.sourceforge.net Sent: Tuesday, July 31, 2007 6:51:23 PM Subject: Re: [qooxdoo-devel] Table column sorting issue in 0.6.6 Hi Phaneesh, unfortunately I've forgotten to look at the qooxdoo version number you've added to your query. Could you please send me (PM or here in the forum) some code, that you are using

[qooxdoo-devel] Table column sorting issue in 0.6.6

2007-07-20 Thread Phaneesh N
Hi, I am using qooxdoo 0.6.6 in my application. I want to disable column sorting for Table. I am using Table.getTableModel(0.setColumnSortable(2, false); but this is not working. Please give me a workaround to disable column sorting. Thanks, Phaneesh