PDA

View Full Version : Drag and drop - Operation.NONE



takayser
30 Jun 2009, 6:11 AM
Drag and drop feature request - Operation.NONE

On drop I may don't want to copy or move anything. I may just need some info about the dropped element and the target. By now I have to set Operation.COPY and overwrite the onDragDrop() method to achieve that. This is not a nice solution. You may put Operation.NONE in addition to Operation.MOVE and Operation.COPY.

ljohnston
25 Jan 2010, 9:58 AM
+1