Re: [qooxdoo-devel] Drag & Drop on table

2014-04-09 Thread panyasan
FYI, here's what I came up with long ago: http://sourceforge.net/p/qooxdoo-contrib/code/HEAD/tree/trunk/qooxdoo-contrib/qcl/trunk/source/class/qcl/ui/treevirtual/DragDropTree.js and the related bug report: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3768 In the bug, I see that the "old" tree v

Re: [qooxdoo-devel] Drag & Drop on table

2014-04-09 Thread panyasan
Hi Richard, by any chance, do you plan on officially supporting Drag & Drop on the TreeVirtual (which is based on the Table) or virtual.Tree as well? There have been solutions, I know, but I've been struggling with this in the past, and ran into strange bugs, so it would be really great to have "o

Re: [qooxdoo-devel] Dialog library for qx,Mobile

2014-04-09 Thread panyasan
Oh thanks - I hadn't seen this! I was looking for individual widgets in the namespace and didn't find any. Need to check that out. Any plans to "port" this back to qx.Desktop? It would be so good if I could retire the "Dialog" contribution that was never meant to be more than a quick-and-dirty solu

Re: [qooxdoo-devel] Dialog library for qx,Mobile

2014-04-09 Thread Christopher Zündorf
Hi, yes, there is a library available in the framework: http://demo.qooxdoo.org/current/apiviewer/#qx.ui.mobile.dialog.Manager Greetz Christopher Am 09.04.2014 um 09:49 schrieb panyasan mailto:i...@bibliograph.org>>: Hello, I am wondering - has anyone written a library for the most common d

[qooxdoo-devel] Dialog library for qx,Mobile

2014-04-09 Thread panyasan
Hello, I am wondering - has anyone written a library for the most common dialog widgets (alert, prompt, confirm, choose) for qx.Mobile, just as it exists for qx.Desktop (Dialog contribution)? I vaguely remember that there were plans to integrate these very common widgets into the core widget set a

Re: [qooxdoo-devel] Table looses focus if cell values are set in changeSelection listener

2014-04-09 Thread Mustafa Sak
Hi danovics, ist not actually a matter of setValue on a changeSelection event. IMHO it looks like an issue on the mouse event. To verify just change selection by keyboard, no focus out will be fired. Please feel free to open a bug. But I guess you will need to implement a workaround in the mea