[qooxdoo-devel] qooxdoo portal

2007-12-18 Thread Ivan Garcia
How is it possible to have a portal in qooxdoo? So far qooxdoo windows has freedom to me moved everywhere in the page but I would like them to have the behavior of a Portal (like Netvibes widgets or Igoogle, etc) where I define 2 or 3 columns page and the windows can only be moved in that regions

Re: [qooxdoo-devel] [PATCH] TreeVirtual fixes and small improvements

2007-12-18 Thread Derrell Lipman
On Dec 18, 2007 12:58 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > > Well, please try to use a dataModel which needs "ids" and you'll see > what I mean. In that case and with the current TreeVirtual, you'll > need to set column names twice: once via the headings and once when > setting the ids

[qooxdoo-devel] TableModel DataCellRenderer in Delphi for PHP

2007-12-18 Thread 405hp
Hello I searched the list and I don't see many posts about D4PHP so I'm not sure if this is something any of you will help with. As you may know D4php is an IDE that wraps widgets. I am having a problem with one of them. I have just about got an application ready to roll out that relies heavily

Re: [qooxdoo-devel] [PATCH] TreeVirtual fixes and small improvements

2007-12-18 Thread Gaetan de Menten
On Dec 18, 2007 4:37 PM, Derrell Lipman <[EMAIL PROTECTED]> wrote: > > On Dec 18, 2007 4:46 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > > On Dec 17, 2007 10:07 PM, Derrell Lipman > > > > <[EMAIL PROTECTED]> wrote: > > > > > > > > On Nov 14, 2007 10:48 AM, Gaetan de Menten < [EMAIL PROTECTED]>

Re: [qooxdoo-devel] [PATCH] TreeVirtual fixes and small improvements

2007-12-18 Thread Derrell Lipman
On Dec 18, 2007 4:46 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > On Dec 17, 2007 10:07 PM, Derrell Lipman > <[EMAIL PROTECTED]> wrote: > > > > On Nov 14, 2007 10:48 AM, Gaetan de Menten < [EMAIL PROTECTED]> wrote: > > > > > - made the TreeVirtual more customization friendly: when using a > >

Re: [qooxdoo-devel] Issue with display co-ordinates on browserresize...

2007-12-18 Thread Jaikumar C
Hi Fabian, Thanks for the quick reply. I have verified the fix from the legacy branch and all my controls are now working fine on resize. Thanks again and will let you know if I face similar issue on any other control. Thanks and Regards C Jaikumar -Original Message- From: [E

Re: [qooxdoo-devel] [PATCH] TreeVirtual fixes and small improvements

2007-12-18 Thread Gaetan de Menten
By the way, any thoughts about that paragraph? On Nov 14, 2007 4:48 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > I also wish (but didnd't include that in the patch) that the > handleMoveKeyDown wasn't overridden in SelectionManager, as it > introduces a different behavior for trees and table

Re: [qooxdoo-devel] [PATCH] TreeVirtual fixes and small improvements

2007-12-18 Thread Gaetan de Menten
On Dec 17, 2007 10:07 PM, Derrell Lipman <[EMAIL PROTECTED]> wrote: > > On Nov 14, 2007 10:48 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > > > - made the TreeVirtual more customization friendly: when using a > > custom DataModel, I was still required to provide headings in the > > TreeVirtual