Re: [qooxdoo-devel] How to avoid the cell editor on a double click?

2010-05-16 Thread rsantiagopaz
Can I somehow prevent the focus indicator to jump down to the next line? Try with this class instead Qooxdoo original class (change pediatras.controles.table.Table with your correct namespace) qx.Class.define(pediatras.controles.table.Table, { extend : qx.ui.table.Table,

Re: [qooxdoo-devel] How to avoid the cell editor on a double click?

2010-05-12 Thread Jörg Sawatzki
Hey guys, thanks for your help so far. Gonna try both solution and if nothing suits my needs I will just ask the user for a new name in a popup :) Thanks once again Jörg Am Mittwoch, den 12.05.2010, 07:05 -0700 schrieb rsantiagopaz: Jörg I believe mabe you can use for example something like

Re: [qooxdoo-devel] How to avoid the cell editor on a double click?

2010-05-12 Thread Derrell Lipman
On Wed, May 12, 2010 at 15:56, Jörg Sawatzki joerg.sawat...@web.de wrote: Hey guys, thanks for your help so far. Gonna try both solution and if nothing suits my needs I will just ask the user for a new name in a popup :) Jörg, rsantiagopaz's suggestion is better than mine. Set each column

[qooxdoo-devel] How to avoid the cell editor on a double click?

2010-05-11 Thread Jörg Sawatzki
Hey, usually, when double clicking an editable cell in a table, a cell editor pops up, which is mostly fine. In my web based file manager the user should be able to right click on a cell and then select Rename to start the cell editor to rename the selected file. So, in short: Let cellDblClick

Re: [qooxdoo-devel] How to avoid the cell editor on a double click?

2010-05-11 Thread Derrell Lipman
On Tue, May 11, 2010 at 19:44, Jörg Sawatzki joerg.sawat...@web.de wrote: Hey, usually, when double clicking an editable cell in a table, a cell editor pops up, which is mostly fine. In my web based file manager the user should be able to right click on a cell and then select Rename to