Re: [qooxdoo-devel] Pooling tables

2008-07-14 Thread Jim Hunter
Well, then I guess I will have to wait for it. I have an idea for pooling the tables, I'll post it if I get it working. Jim On Mon, Jul 14, 2008 at 12:35 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Hi Jim, > > > For my app this is not feasible as I have no idea what the max number > > of col

Re: [qooxdoo-devel] Pooling tables

2008-07-14 Thread Fabian Jakobs
Hi Jim, > For my app this is not feasible as I have no idea what the max number > of columns used would be, it's all user defined. I would logically > think that no more then 50 would be used but I recently saw an > instance that had over 100 columns. So I am not sure if it would be > practica

Re: [qooxdoo-devel] Pooling tables

2008-07-11 Thread Jim Hunter
For my app this is not feasible as I have no idea what the max number of columns used would be, it's all user defined. I would logically think that no more then 50 would be used but I recently saw an instance that had over 100 columns. So I am not sure if it would be practical to create all column

Re: [qooxdoo-devel] Pooling tables

2008-07-11 Thread Derrell Lipman
On Fri, Jul 11, 2008 at 2:13 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > But are you able to change the column models properties? I would need to > have it associate with a new set of columns for the new use. I thought that > was not possible. I never know from one instance of a table to the next

Re: [qooxdoo-devel] Pooling tables

2008-07-11 Thread Jim Hunter
But are you able to change the column models properties? I would need to have it associate with a new set of columns for the new use. I thought that was not possible. I never know from one instance of a table to the next what column information it will need. Jim On Fri, Jul 11, 2008 at 11:02 AM,

Re: [qooxdoo-devel] Pooling tables

2008-07-11 Thread Derrell Lipman
On Fri, Jul 11, 2008 at 1:56 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > So you are thinking that if I have a pool for the column models and a pool > for the tables, and for each re-use of the table I just re-associate the > model with the table it 'should' work? Not quite. Once you associate a

Re: [qooxdoo-devel] Pooling tables

2008-07-11 Thread Jim Hunter
Yes, it was the table column model that I was thinking about, not the table model, thanks for correcting me. So you are thinking that if I have a pool for the column models and a pool for the tables, and for each re-use of the table I just re-associate the model with the table it 'should' work? The

Re: [qooxdoo-devel] Pooling tables

2008-07-11 Thread Derrell Lipman
On Fri, Jul 11, 2008 at 1:46 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > Has anyone tried to create a pool class for tables? It was pretty straight > forward for other classes, but the table is not easy to re-use. The table > model, if I remember correctly, can't easily be changed on the fly. I am

[qooxdoo-devel] Pooling tables

2008-07-11 Thread Jim Hunter
Has anyone tried to create a pool class for tables? It was pretty straight forward for other classes, but the table is not easy to re-use. The table model, if I remember correctly, can't easily be changed on the fly. I am trying to pool all the controls I use so that I get better performance in IE