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 Sent: Wednesday, August 1, 2007 1:55:28 PM Subject: Re: [qooxdoo-devel] Table column sorting issue in 0.6.6 sorry, missed som

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); > tabStructParameter.se

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

2007-08-01 Thread Peter Schneider
ot working. The page will not load > if I put those two lines. > > Please look into the issue > > - Original Message > From: Peter Schneider <[EMAIL PROTECTED]> > To: qooxdoo Development > Sent: Tuesday, July 31, 2007 6:51:23 PM > Subject: Re: [qooxdoo-devel]

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

2007-07-31 Thread Phaneesh N
r <[EMAIL PROTECTED]> To: qooxdoo Development 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

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

2007-07-31 Thread Peter Schneider
sage > From: Fabian Jakobs <[EMAIL PROTECTED]> > To: qooxdoo Development > 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

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

2007-07-31 Thread Fabian Jakobs
: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 about three weeks of absence... > >

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

2007-07-31 Thread Phaneesh N
Hi Fabian, Thanks for the reply. How to fix this in the current 0.6.6 code? Is there a way to do this? - Original Message From: Fabian Jakobs <[EMAIL PROTECTED]> To: qooxdoo Development Sent: Tuesday, July 31, 2007 2:13:43 PM Subject: Re: [qooxdoo-devel] Table column sorting is

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

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. ("qx.ui

[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 _