Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Fabian Jakobs
Gaetan de Menten schrieb: > On Thu, Feb 14, 2008 at 9:40 AM, Tobias Koller (GERMO GmbH) > <[EMAIL PROTECTED]> wrote: > > >> is it possible to edit the value of a cellEditor with a single mouse-click? >> >> Now it's necessary to doubleClick a cell before I can edit the value. >> > > I'd pers

Re: [qooxdoo-devel] [PATCH] small patch to correct typos & minor speed optimization in requestQueue

2008-02-14 Thread Fabian Jakobs
Thanks Gaetan, I have applied it to the trunk. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, Thomas Gottschlich, Matthia

Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Derrell Lipman
On Thu, Feb 14, 2008 at 6:53 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > And a single click might be fine for changing the value of a check box, but > it might be annoying if the table went into edit mode every time you clicked > on it. Perhaps the single-click-edit behavior could be limited to cer

Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Jim Hunter
How would you get a focused cell without clicking on it first, thus making it two clicks? I suppose you could use the keyboard to move the focus to the cell you want, but if you have your hands on the keyboard for movement, I think hitting the Enter key puts you into edit mode, doesn't it? And a s

Re: [qooxdoo-devel] Update values(options) cellEditor combobox

2008-02-14 Thread Jim Hunter
What dataChanged event are you wanting to attach to and change your editor combo box? If I have understood you correctly, you want to change the values of the combo box as they are using it? If I am not mistaken, the combo box does not get instantiated until it's used, so at that point the user wil

Re: [qooxdoo-devel] [PATCH] small patch to correct typos & minor speed optimization in requestQueue

2008-02-14 Thread Derrell Lipman
On Thu, Feb 14, 2008 at 9:45 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > Subject says it all... > Thanks. Applied to 0.7. Derrell - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

[qooxdoo-devel] Update values(options) cellEditor combobox

2008-02-14 Thread Oscar Restrepo
Good day, Is it possible to change the values(options) of an cellEditor combobox in an event dataChanged in runtime? Thanks. Oscar ¡Capacidad ilimitada de almacenamiento en tu correo! No te preocupes

Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Tobias Koller (GERMO GmbH)
Done. http://bugzilla.qooxdoo.org/show_bug.cgi?id=795 Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alex Back Gesendet: Donnerstag, 14. Februar 2008 16:00 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] cell-editor Hi Tobias, Tob

Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > is it possible to edit the value of a cellEditor with a single > mouse-click? > > Now it's necessary to doubleClick a cell before I can edit the value. At the moment this behaviour is hard-wired in the table pane class, so it is necessary to put some

[qooxdoo-devel] [PATCH] small patch to correct typos & minor speed optimization in requestQueue

2008-02-14 Thread Gaetan de Menten
Subject says it all... -- Gaëtan de Menten http://openhex.org Index: io/remote/RequestQueue.js === --- io/remote/RequestQueue.js (revision 11777) +++ io/remote/RequestQueue.js (working copy) @@ -133,13 +133,13 @@ */ _debug

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-14 Thread Gaetan de Menten
On Thu, Feb 14, 2008 at 3:02 PM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > > On Wed, Feb 13, 2008 at 9:53 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > > > > > I've been having the following problem for quite a while: whenever I > > > throw an exception in a code which is executed in a

Re: [qooxdoo-devel] Debugging and exceptions in remote request

2008-02-14 Thread Gaetan de Menten
On Wed, Feb 13, 2008 at 9:53 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > > > > I've been having the following problem for quite a while: whenever I > > throw an exception in a code which is executed in a callback of a > > request, nothing noticeable happens, except the request just timeouts

Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Tobias Koller (GERMO GmbH)
Hi, I would like this too ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gaetan de Menten Gesendet: Donnerstag, 14. Februar 2008 10:34 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] cell-editor On Thu, Feb 14, 2008 at 9:40 AM,

Re: [qooxdoo-devel] cell-editor

2008-02-14 Thread Gaetan de Menten
On Thu, Feb 14, 2008 at 9:40 AM, Tobias Koller (GERMO GmbH) <[EMAIL PROTECTED]> wrote: > is it possible to edit the value of a cellEditor with a single mouse-click? > > Now it's necessary to doubleClick a cell before I can edit the value. I'd personally like if this was possible to edit a checkbo

Re: [qooxdoo-devel] New Snippet: Communicating with the Operating System Clipboard

2008-02-14 Thread Helder Magalhães
friedens-warte wrote: > > - So far, only Mozilla-based browsers and Internet Explorer is > supported, I have no idea if and how this works in other browsers > There's a related post [1] Opera support is also claimed (although not tested). Get data from clipboard, IE-specific code, was also fou

Re: [qooxdoo-devel] Table cell background color does not change on edit (using theme Ext)

2008-02-14 Thread Alex Back
Dan Trif wrote: > Hi, > I'm using the theme Ext and a table. > > When a cell is in editing mode the cell background does not turn into > white like in the other themes so the old cell value can be seen in the > back of the new typed text which is a litle disturbing. > > Any ideea how to change the

[qooxdoo-devel] cell-editor

2008-02-14 Thread Tobias Koller (GERMO GmbH)
Hi, is it possible to edit the value of a cellEditor with a single mouse-click? Now it's necessary to doubleClick a cell before I can edit the value. Thanks Tobias - This SF.net email is sponsored by: Microsoft De