Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Martin_GER
I have just open a bug. I think that the best way to solution. "Bug 4182 - Drag&Draw a row ist sometimes not possible (edit)" -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-only-by-LIST-tp5622346p5634589.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Mustafa Sak
using setFocusCellOnMouseMove(true)? Regards Sak -Ursprüngliche Nachricht- Von: Martin_GER [mailto:m...@gmx.de] Gesendet: Donnerstag, 14. Oktober 2010 09:04 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] Drag&Drop only by LIST Just a note from me because the

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Martin_GER
Just a note from me because the demo does not always work. Sometimes when I drag a line, the cursor looks like a stop-symbol. So to move a line is not possible. Only when I drag the line over several lines, the cursor looks right and the drag&drop is possible. Can you/somebody show the code, perha

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Mustafa Sak
Mercie! J Von: Derrell Lipman [mailto:derrell.lip...@unwireduniverse.com] Gesendet: Mittwoch, 13. Oktober 2010 16:54 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Drag&Drop only by LIST On Wed, Oct 13, 2010 at 10:33, Mustafa Sak wrote: Check this out! http://tinyurl.com/3al

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Derrell Lipman
On Wed, Oct 13, 2010 at 10:53, Derrell Lipman < derrell.lip...@unwireduniverse.com> wrote: > On Wed, Oct 13, 2010 at 10:33, Mustafa Sak wrote: > >> Check this out! http://tinyurl.com/3alrcam > > > This example belongs in either demobrowser or the playground pull-down! > In fact, I just created a

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Derrell Lipman
On Wed, Oct 13, 2010 at 10:33, Mustafa Sak wrote: > Check this out! http://tinyurl.com/3alrcam This example belongs in either demobrowser or the playground pull-down! Derrell -- Beautiful is writing same markup. Intern

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Mustafa Sak
Check this out! http://tinyurl.com/3alrcam Regards Sak -Ursprüngliche Nachricht- Von: Martin_GER [mailto:m...@gmx.de] Gesendet: Mittwoch, 13. Oktober 2010 15:58 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] Drag&Drop only by LIST Thanks! Now I have make a si

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Martin_GER
Thanks! Now I have make a simple example with Drag&Drop in table. But the move of lines is not working. Can you or someone view the code? Here the file "Application.js": /* #asset(testdrag/*) **

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-13 Thread Mustafa Sak
{ e.preventDefault(); return; } } else {

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-12 Thread Martin_GER
I will use it on tables. I have tried, but found no solution. I am very interested on a example with tables. So that I would be very helpful. Thanks! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-only-by-LIST-tp5622346p5626282.html Sent from the qooxdoo mailing list

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-12 Thread Mustafa Sak
Drag & drop is working nearly on every widget. I am using it on tables and virtual trees. May be the concept is a bit confusing at the beginning, but later u will see what great job is done. Are you interested on a example with tables and trees? Or much quicker, google for "qooxdoo table dr

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-12 Thread Martin_GER
Hello, due to the huge response to my question, I come to the conclusion that the Drag&Drop function not often is used. I assume that the funktionen was made just for "LIST". Does anyone know whether the functions will be further developed. -- View this message in context: http://qooxdoo.678.n2.

[qooxdoo-devel] Drag&Drop only by LIST

2010-10-11 Thread Martin_GER
Hello, I want to use in a program, the function "Drag&Drop". In the demo-browser I will see an Example with a "List". The qooxdoo-forum already have some entries about this subject, to use it with other widgets (for example table). So, if the Drag&Drop Funktion only for "List"? Thanks, Martin --