fredsa / gwt-dnd

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT
44 stars 40 forks source link

Copy drag'n'drop #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is rather question than issue. I want to do something like demo 7 but I 
don't want the dragged Image dissapear from its original panel. I just want to 
notify another Image that I'm dragging another one on him. Lets tell that I 
want to drag a pumpkin to free slot, so I get 2 punpkins (dragged one still on 
it's place and a copy in desired slot). Is there something that would help me 
do that?

Original issue reported on code.google.com by jacek.kw...@gmail.com on 8 Oct 2012 at 11:28

GoogleCodeExporter commented 9 years ago
I wish I could do that without clonning. There should be a method makeDraggable 
that allows to define wheter I want my dragged object to be removed or not

Original comment by jacek.kw...@gmail.com on 8 Oct 2012 at 12:12

GoogleCodeExporter commented 9 years ago
I meant demo 10, not demo 7. Sorry for mistake

Original comment by jacek.kw...@gmail.com on 8 Oct 2012 at 12:15

GoogleCodeExporter commented 9 years ago
Try this example, which clones widgets when they are dragged:

   https://gwt-dnd.appspot.com/#PaletteExample

Original comment by fredsa@google.com on 28 Mar 2013 at 10:05