Re: [qooxdoo-devel] Re-implemented Drag & Drop for TreeVirtual

2010-06-16 Thread panyasan
Ok, thanks, that will allow us to get rid of the TreeVirtual patches. For the event code, I opened a bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3768 C. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Re-implemented-Drag-Drop-for-TreeVirtual-tp5174546p5185350.html Sent

Re: [qooxdoo-devel] Re-implemented Drag & Drop for TreeVirtual

2010-06-15 Thread Derrell Lipman
On Tue, Jun 15, 2010 at 11:13, panyasan wrote: > Derrell Lipman wrote: > > > > Yuck. The patches required of TreeVirtual and Table are *fugly*! Some of > > the patches appear unnecessary, like patching Scroller, where there are > > already nice provided means to do that sort of thing. In this c

Re: [qooxdoo-devel] Re-implemented Drag & Drop for TreeVirtual

2010-06-15 Thread panyasan
Derrell Lipman wrote: > > On Sun, Jun 13, 2010 at 11:21, panyasan wrote: > >> Pressed by my users who missed the D&D they got used to in the 0.7 >> version >> of my app, I finally decided to revisit the issue and reworked saaj's >> code >> for my needs. > > Nice! This has been a much-request

Re: [qooxdoo-devel] Re-implemented Drag & Drop for TreeVirtual

2010-06-13 Thread Derrell Lipman
On Sun, Jun 13, 2010 at 11:21, panyasan wrote: > Pressed by my users who missed the D&D they got used to in the 0.7 version > of my app, I finally decided to revisit the issue and reworked saaj's code > for my needs. To implement D&D within the current TreeVirtual is somewhat > painful, and the c

[qooxdoo-devel] Re-implemented Drag & Drop for TreeVirtual

2010-06-13 Thread panyasan
Hello everybody, in the true spirit of open source collaboration, here comes another fruit of this weekend's hard labor. In 0.7, I had written a mixin that provided drag & drop for the TreeVirtual widget. This mixin broke in the 0.8 version and I never had time to work on that. In the meantime, s