1
vote
2answers
38 views
jQuery UI Drag & Drop
I tried using the solution posted here: http://stackoverflow.com/questions/811037/jquery-draggable-and-overflow-issue, but I can't seem to get it to work for myself. I have a container div …
0
votes
0answers
23 views
Who’s got the focus during a Drag&Drop?
Hi there,
I'm currently trying to receive key events during a drag and drop, but it seems to me that the focus is taken away while dragging so that I can't listen to any key events.
I'm dragging a …
0
votes
0answers
27 views
how to create dnd on drop handler for dijit tree (Dojo 1.3)
Hi all,
Im loading my dijit tree with json data and it is rendering properly.I have specified the dndController as dijit._tree.dndSource.
Example json entry :
…
0
votes
0answers
86 views
+100
Why is drop allowed even if Effects = DragDropEffects.None is set?
Dragging happens from "source" to "target". When the source calls DoDragDrop() with allowedEffects as DragDropEffects.Copy, then I'm able to cancel the drop by setting Effects = DragDropEffects.None …
0
votes
0answers
4 views
Wpf (or silverlight) selecting and dragging multiple thumbs
Hello,
I have a CustomPolyLine class which connects several thumbs. th user is able to drag those thumbs. now i need to be able to select and drag the whole structure, by selecting multiple thumbs. …
0
votes
0answers
7 views
wxPython: Handling drag-and-drop in a parent object - problem with event propagation
I have a wxPython program where I want to be able to drag groups of controls around to reorder them. Each group of controls is on a panel, and I want the panel object to handle the drag-and-drop.
…
0
votes
4answers
163 views
want to make a complex c++ gui simply
Hi!
I want to make a nice simple gui using c++. which have drag and drop capabilities, must be light weight. Im thinking of a gui like utorrent client gui.Its light weight and simple.
please give me …
0
votes
1answer
46 views
Flex tree control drag drop .item position
hi guys,
just facing a difficulty with tree control drag drop..
Suppose i have tree with drag-drop enabled.
I want to which node(id) is droped inside which node.
1]if i drag "Cat1" node inside …
0
votes
1answer
29 views
Drag a link into a batch file
I like using %1 in my batch files, but dragging a link over from the browser (Chrome) doesn't work.
My batch file is
echo %1
pause
How can I make it accept dragged links?
0
votes
1answer
44 views
Silverlight 3 Toolkit - ListBoxDragDropTarget
I have two listboxes that I am dragging one item from to the other. Using the November 2009 build of the Silverlight 3 Toolkit's ListBoxDragDropTarget. I have an EventHandler on the Drop event of the …
1
vote
1answer
23 views
MFC/OLE Drag & Drop - freeing Globally allocated memory
If using COleDataSource & COleDataObject, you allocate some global memory for each clipboard data format you wish to store data in the drag'n'drop operation. In the drop code, you query if the …
0
votes
1answer
34 views
Drag & Drop Javascript sortable with moving marker?
I am searching through "drag & drop sortable" Javascript libraries such as Prototype's sortable, JQuery's sortable, and a number of standalone ones.
I feature that I can't find (but know it's out …
0
votes
2answers
47 views
C# DragEnter event of the Winforms DragDrop.
Why do we actually need to handle DragEnter event of the drop destination?
What is its effect at the destination?
At Source
public partial class ToolBoxForm : System.Windows.Forms.Form
{
…
1
vote
1answer
32 views
Catching a drag exit in Qt?
I've got a custom widget descended from QWidget that I want to be able to drop onto, and while the drag is hovering over the widget I'd like to highlight it to provide a little visual feedback to the …
0
votes
1answer
28 views
COleDataSource - setting drag & drop data between applications
Some code I am working on uses COleDataSource::CacheGlobalData, passing as CF_TEXT an HGLOBAL pointing to some memory allocated for the text. I want to also add a numeric value, so ythe drop-target …
