Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » DragSourceListener.dragSetData() never called
DragSourceListener.dragSetData() never called [message #648691] Fri, 14 January 2011 03:33
Ani  is currently offline Ani Friend
Messages: 37
Registered: November 2010
Member
Hi,

I've dragsource from a tableviewer and droptarget on a composite of multipageeditor part.
In this case, I'm using only text transfers whose values i'm trying to
set to event.data in the dragsourcelistener.
Based on this text value i'm executing a command.

But while debugging i found that ragSourceListener.dragSetData() is never called and hence the event data is not set. So my commands are not getting executed.
I tried setting the data in dragStart() method also, but it didn't
help.

Does anybody know why this happens and how to get it done?

Regards.
Previous Topic:[Debug + GMF] Displaying debugger annotations on a diagram
Next Topic:Globalization of manifest file
Goto Forum:
  


Current Time: Sat Sep 21 10:44:22 GMT 2024

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

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

Back to the top