"Charles SALMON" <[EMAIL PROTECTED]> writes: > I'd like to use the new treevirtual class but I really need the D&D support. > In my application, a tree is used to build an application project (called > 'project source'), ie some folders and file that are imported from a file > system > > I need D&D to: > > ... > > - Easily re-organise the project source (moving files inside folder, > ...)
So you're talking about D&D *within* the tree? If I understand correctly, you want the drag target and drop target to both be the TreeVirtual widget, right? I hadn't even considered that. (Like I said, I don't use D&D.) Since TreeVirtual has a single widget for all tree contents, I wonder if it's even possible. The question is whether you can drag and drop from widget A onto widget A, or whether those events don't even get dispatched due to "same widget". Hmmm... Ok, I'll keep this request in mind for when I get around to trying to implement D&D. Or you could try to implement it (or at least do some experiments to see if it's possible to D&D from/to ones self)... Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
