Re: [qooxdoo-devel] Re mote table model

2010-06-29 Thread Derrell Lipman
On Tue, Jun 29, 2010 at 02:05, Nika wrote: > > Hi Derrel > > I maybe didnt explain exaclty what I meant. I want to hide columns header. > And I wonder if I need to set it up by using function setColumns. I > definitely need to have columns Ids. So I wanted to use only one function: > setColumnIds

Re: [qooxdoo-devel] Re mote table model

2010-06-28 Thread Nika
Hi Derrel I maybe didnt explain exaclty what I meant. I want to hide columns header. And I wonder if I need to set it up by using function setColumns. I definitely need to have columns Ids. So I wanted to use only one function: setColumnIds. However this return me an error. Thanks for the code f

Re: [qooxdoo-devel] Re mote table model calls _loadRowCount a lot

2009-01-27 Thread Roman Schmid
Hi Kanugula Thanks for that. I'll do as you proposed. Cheers - Roman Kanugula wrote: > The kludge I put for the same problem works great to me. > > http://www.nabble.com/RmoteTable-fires-_loadRowCount()-multiple-times-for-very-1st-request-to16628238.html#a16644482 > prevent multiple firings >

Re: [qooxdoo-devel] Re mote table model calls _loadRowCount a lot

2009-01-27 Thread Kanugula
The kludge I put for the same problem works great to me. http://www.nabble.com/RmoteTable-fires-_loadRowCount()-multiple-times-for-very-1st-request-to16628238.html#a16644482 prevent multiple firings _loadRowCount: function () { if (this.blockRowCount == undefined) { thi

Re: [qooxdoo-devel] Re mote table model -- was anyone using it?

2008-09-22 Thread Deacon Frost
Hi Derrell, I have used the Remote Table quite a bit in Version 0.7.2 and it worked OK -- extending qx.ui.table.model.Remote, implementing _loadRowCount and _loadRowData. I have not used the Remote Table in 0.8 (well, I have not used 0.8 at all, yet). hth, Deacon Derrell Lipman wrote: > > I