Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Drag & drop on model tree
Drag & drop on model tree [message #513571] Wed, 10 February 2010 15:28
Carlos  is currently offline Carlos Friend
Messages: 52
Registered: September 2009
Member
Hello.

I have DND support in my model tree like this:

viewer.addDragSupport(dndOperations, transfers, new ViewerDragAdapter(viewer));
viewer.addDropSupport(dndOperations, transfers, new EditingDomainViewerDropAdapter(editingDomain, viewer));


When user tries to make drag of the root resource element at the tree, and drops it, after that DND operation, it will not work other DND operation again...

What can I do for catching this issue? Because when user drags the root element, there is not thrown any event like the case of any other element... (apparently)

Thanks in advance.
Previous Topic:Re: [CDO]
Next Topic:Drag & drop on model tree
Goto Forum:
  


Current Time: Tue Apr 23 17:50:31 GMT 2024

Powered by FUDForum. Page generated in 0.02820 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top