Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-19 Thread Fabian Jakobs
Hi Christian, > Hello Fabian, > > thank you very much for accepting my cellrenderers and celleditors. > There is one small patch necessary which I attach: the > qx.ui.table.cellrenderer.Password needs to be patched so that the > renderer does not choke on "null" values, but everything else works

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-18 Thread bibliograph
Hello Fabian, thank you very much for accepting my cellrenderers and celleditors. There is one small patch necessary which I attach: the qx.ui.table.cellrenderer.Password needs to be patched so that the renderer does not choke on "null" values, but everything else works phantastic. I also att

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-18 Thread Fabian Jakobs
Hi Christian, thanks for your contribution. I have just commited your patch to trunk and legacy_0_7. The focus bug caused me some gray hair but I think it is finally fixed. Please check if it is working as expected. Best Fabian > Hello, > > attached you find a patch (you need to rename the .zip

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-12 Thread Fabian Jakobs
Hi Christian, I will take a look at you patch tomorrow. I think we should integrate it but first we have to fix this focus bug. This bug seems to be around for a long time now - just take a look at the bugzilla bugs #125 and #126

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and

2007-09-11 Thread bibliograph
Hello Sebastian,Di 11 Sep 2007 09:38:23 UTC von Sebastian Werner an qooxdoo Development Betreff: Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRendersDerrell Lipman schrieb:> On 9/8/07, *bibliograph* > > wrote:>> Hello,>> attached you find

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and

2007-09-11 Thread Sebastian Werner
What patch? Can you send it again? Do you refer to any bugs? Sebastian bibliograph schrieb: > Hello Sebastian, > > Di 11 Sep 2007 09:38:23 UTC von Sebastian Werner an qooxdoo Development > Betreff: Re: [qooxdoo-devel] Extending the Table with dynamic > cellEditors

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-11 Thread Sebastian Werner
Derrell Lipman schrieb: > On 9/8/07, *bibliograph* <[EMAIL PROTECTED] > > wrote: > > Hello, > > attached you find a patch (you need to rename the .zipp extension back > to .zip) to the qx.ui.table package which adds the following classes : > > > Christian

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-09 Thread bibliograph
Derrell Lipman schrieb: > > I believe that these bugs should be fixed before it gets applied to > the 0.7 branch. The 0.7 branch is not a "development" branch per se, > so it should, I think, always be in a fully "working" state. It is > the current "release" and should, I think, act as such.

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-09 Thread Derrell Lipman
On 9/8/07, bibliograph <[EMAIL PROTECTED]> wrote: > > Hello, > > attached you find a patch (you need to rename the .zipp extension back > to .zip) to the qx.ui.table package which adds the following classes : Christian, this will be a nice addition! > As you can see from the demobrowser page, i

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-08 Thread Hugh Gibson
> This functionality, however, is necessary if one wants > to use the Table as a property editor (see attached screen shot) or > in a true spreadsheet-like fashion. Ooh! Very nice. It would be great if this could be included as standard functionality! Hugh --

[qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-08 Thread bibliograph
Hello, attached you find a patch (you need to rename the .zipp extension back to .zip) to the qx.ui.table package which adds the following classes : qx.ui.table.celleditor.ComboBox qx.ui.table.celleditor.Dynamic qx.ui.table.celleditor.PasswordField qx.ui.table.cellrenderer.Dynamic qx.ui.table