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

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-11 Thread kanugula
Thanks Derell. I was able to open that site from my home. I think my office firewall blocking some content and I get invalid XML response error. I liked the Filter they are using with a popup. That's much better than a drop down at the end of each column which I am thinking of. With a popup, at

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Leander Hanwald
A documented API like the one of PHP would be very nice. I often found helpfull examples there, and added my own comments to it. It's one of the best parts of php ;) But I also think that this is a little bit more complex in qooxdoo sinde it doesn't have single powerfull functions but a very hug

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread asaris
There's another feature I'd like to see in qooxdoo. It might be useful to consider option to allow users to add comments in API. Like php manual. It would improve community knowledge share, etc. asaris Fabian Jakobs wrote: In alpha2 we focussed on the widget infrastructure like focus handl

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Fabian Jakobs
Leander Hanwald schrieb: > Hi > > I also thing that the tabview scrolling is not perfect this way. > A dropdown list as option would be good, but also the scrolling itself > is not perfect. A click on the buttons should directly jump to the selected > > Some month ago I wrote a test-app for myself

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Fabian Jakobs
Hi Gaetan, >> Hi, >> >> please see the announcement at >> http://news.qooxdoo.org/second-alpha-release-of-qooxdoo-08 >> >> It would be great to get a lot of user feedback for this release and >> also for the SVN trunk while continuing with development of qooxdoo 0.8. >> If you find any issues, plea

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Gaetan de Menten
On Fri, Jul 11, 2008 at 2:25 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > On Fri, Jul 11, 2008 at 12:40 PM, Andreas Ecker > <[EMAIL PROTECTED]> wrote: >> >> please see the announcement at >> http://news.qooxdoo.org/second-alpha-release-of-qooxdoo-08 >> >> It would be great to get a lot of user

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Gaetan de Menten
On Fri, Jul 11, 2008 at 12:40 PM, Andreas Ecker <[EMAIL PROTECTED]> wrote: > Hi, > > please see the announcement at > http://news.qooxdoo.org/second-alpha-release-of-qooxdoo-08 > > It would be great to get a lot of user feedback for this release and > also for the SVN trunk while continuing with de

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Leander Hanwald
Hi I also thing that the tabview scrolling is not perfect this way. A dropdown list as option would be good, but also the scrolling itself is not perfect. A click on the buttons should directly jump to the selected Some month ago I wrote a test-app for myself about this, the source version can

Re: [qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread asaris
Goods news. :) I waited for it since June. I looked at demos and liked it. However I was not impressed with tabview button scrolling. I would add drop down list of tab buttons in right corner for quick access. Like firefox. asaris Andreas Ecker wrote: > Hi, > > please see the announcement at

[qooxdoo-devel] qooxdoo 0.8-alpha2 released

2008-07-11 Thread Andreas Ecker
Hi, please see the announcement at http://news.qooxdoo.org/second-alpha-release-of-qooxdoo-08 It would be great to get a lot of user feedback for this release and also for the SVN trunk while continuing with development of qooxdoo 0.8. If you find any issues, please open bug reports. Enjoy, An

Re: [qooxdoo-devel] jseclipse

2008-07-11 Thread Peter Schneider
Hello Thomas, > Peter, > > thanks for the patch and the feedback. I also saw that "rubbish" in > between, when I ran the transformation over a file that contained XML for > all qooxdoo classes last night. > >> After that, aptana liked the file much more! > > Again my question: How do you "feed"

Re: [qooxdoo-devel] Bug in Spinner Widget

2008-07-11 Thread Alexander Back
Hi Andreas, you're absolutely right with the bug. I've just committed your patch. Please update your sources. Thanks for the patch! cheers, Alex Fink, Andreas wrote: > Hi Alex, > > I've forgotten to mention that I'm working with the legacy_0_7_x branch and > the bug is still there. > Plea