In computer graphical user interfaces, drag-and-drop is the action of (or support for the action of) selecting a virtual object by "grabbing" it and dragging it to a different location or onto another virtual object.

learn more… | top users | synonyms (3)

0
votes
0answers
640 views

How to move items smoothly in wxPython?

I am trying to drag and drop a button, with the following code in wxPython, however, the drag flickers, and feels jarring, and I'm not sure why -- or how to fix it. I've pored over the wxWidgets docs, ...
0
votes
1answer
1k views

WatiN FireEvent not passing event properties in FireFox

This had been logged as a bug in sourceforge though now deleted. I'm using FireFox 3.6 with associated jssh. I can see in Firebug that the Event Properties are not being set. I'm trying to drag and ...
0
votes
3answers
913 views

DoDragDrop() from another thread

Every time i want let the user to drag an control, i calling DoDragDrop of that control. The drag & drop works fine, but i have problem with things around: DoDragDrop completely blocking the ...
0
votes
3answers
1k views

Dojo extending dojo.dnd.Source, move not happening. Ideas?

NOTICE: THIS IS SOLVED, I WILL PUBLISH THE SOLUTION HERE ASAP. Hey all, Ok... I have a simple dojo page with the bare essentials. Three UL's with some LI's in them. The idea si to allow drag-n-drop ...
0
votes
2answers
2k views

Jquery Drag-Drop (Getting element being dropped into)

I am trying to detect which cell an object is being dropped into. <table> <tr> <td class="weekday">Sun</td> <td class="weekday">Mon</td> <td ...
-2
votes
1answer
155 views

The items in listBox do not want to be dragged out [duplicate]

Possible Duplicate: How to make drag-and-drop from one list to another in C#/WindowsForms? I am trying to make 2 listBoxes (with use of WinForms) with ability to drag and drop form one to ...
22
votes
1answer
19k views

Using jQuery UI drag-and-drop: changing the dragged element on drop

When using jQuery UI draggables and droppables, how do you change the dragged-and-dropped element on drop? I am trying to drag one DIV to another sortable DIV. On drop, I'd like to change the classes ...
13
votes
2answers
6k views

How to POST files from HTML5 Drag-Drop to a Rails 3 App & Paperclip?

I'm trying to get some html5 drag-and-drop functionality in a Rails 3 app with Paperclip. So, basically: One or more files are dragged and dropped onto a DIV Files are POST'ed to a Rails action ...
20
votes
5answers
9k views

Drag'n'drop one or more mails from Outlook to C# WPF application

I'm working on a windows client written in WPF with C# on .Net 3.5 Sp1, where a requirement is that data from emails received by clients can be stored in the database. Right now the easiest way to ...
14
votes
2answers
42k views

jQuery - Drag and drop elements from list into separate blocks

I'm trying to get an jQuery component similar to this http://www.dhtmlgoodies.com/scripts/drag-drop-nodes/drag-drop-nodes-demo2.html . Basically there is a list of available elements in a list, that ...
20
votes
8answers
4k views

'dragleave' of parent element fires when dragging over children elements

Overview I have the following HTML structure and I've attached the dragenter and dragleave events to the <div id="dropzone"> element. <div id="dropzone"> <div ...
12
votes
1answer
5k views

Reorder tabs in WPF TabControl

Is there an easy way to customize the WPF TabControl so that it supports TabItem drag and drop - similar to what IE and firefox do.
10
votes
4answers
18k views

Native HTML5 Drag and Drop in Mobile Safari (iPad, iPod, iPhone)?

I've successfully implemented native HTML5 Drag and Drop for moving HTML elements inside a page (just, say, a div from one place to another, nothing related to interacting with the host OS' files ...
9
votes
2answers
4k views

Drag-and-drop files onto an NSTableView?

I have an NSTableView which I wish to allow users to drag-and-drop video files onto. When they drop the file, it'll get added as a row in the table view. How would I go about doing this? Currently ...
13
votes
4answers
3k views

Safari 5.1 broke HTML native drag and drop?

Last night, I thought I'd do a quick project to demonstrate HTML5 capabilities and to try some things out. However, I can't seem to figure out how to get drag and drop to work in Safari, while it ...
14
votes
5answers
756 views

drag and drop in android 3.x causes illegalStateException after small number on drags

there's a problem with drag and drop mechanism at android 3.x : after doing some drags (say 30 drags) an exception accrues (see the attached link) ...
13
votes
2answers
4k views

Twitter Bootstrap Modal Form: How to drag and drop?

I would like to be able to move around (on the greyed-out background, by dragging and dropping) the modal form that is provided by Bootstrap 2. Can anyone tell me what the best practice for achieving ...
9
votes
4answers
2k views

Change position of divs with jquery drag an drop

I'm trying to build a website where the user can drag some items (one item in on div) to other divs on the page. It' not a table or so, just divs somewhere on the page (Example). With html5 ...
6
votes
1answer
9k views

WPF drag and drop to DataGrid

I have been searching the internet high and low but can't find some examples that can help me. I'm developing an application in wpf, in it I use a DataGrid; each cell has a DataTemplate with and ...
6
votes
3answers
4k views

WPF ListView Databound Drag/Drop Auto Scroll

I've been working with Bea's solution here for a while and finding it very helpful. Problem now I'm having is when I drag-n-drop items within or to another ListView control and I want to scroll ...
5
votes
2answers
2k views

HTML5 Drag & Drop Change icon/cursor while dragging

I'm wondering how to change during dragging (dragover/dragenter) icon/cursor when I dragenter for example to deny or allow section. Of course, I can move with cursor a part of DOM positioned ...
5
votes
1answer
3k views

drag n drop textview in android

I want to drag n drop the text view on image in android 2.X please , look at this image below. Here, "Blue" color represents the ViewGrop , "White" is ImageView and the image is set on the ...
21
votes
2answers
3k views

Disable drag&drop in solution explorer

Is there a way to disable the drag&drop functionality for Solution Explorer? Why would you ask? I'm using an wacom pen tablet for quite some years and I love it. But when you use it in solution ...
14
votes
4answers
605 views

How to paint the Dropline of a RowHeader-JTable on the Main-JTable during a DragAndDrop?

I'm using a second JTable in the Viewport of a JScrollPane to build a RowHeader for a main table. DragAndDrop on the main table is disabled. On the rowheader table DnD is enabled. If a Drag on the ...
12
votes
3answers
741 views

How can I wrap text around a moveable image?

I am trying to implement an interface where users can dynamically enter text and upload images. I wish for the interface to have these features: The images should be moveable i.e, ability to drag ...
11
votes
2answers
14k views

HTML5 Drag and Drop API on Touch Screen Devices

I was just wondering if the HTML5 API for Drag and Drop included support for touch screen displays. I was thinking of iPhone, but I know this isn't supported yet. I was wondering if that is just ...
10
votes
3answers
3k views

Qt 4.x: how to implement drag-and-drop onto the desktop or into a folder?

I've written a little file-transfer application written in C++ using Qt 4.x ... it logs into a server, shows the user a list of files available on the server, and lets the user upload or download ...
7
votes
3answers
2k views

jQuery Nested Sortable Draggable. Not working help please

I'm trying to make this thing. The first part allows you to first drag an element into a sortable div, which is working fine. I then want to have that div become sortable as well so I can drag new ...
7
votes
2answers
7k views

Jquery Draggable - How do I create a new draggable div on the fly that can then be dragged?

I'm creating a day planner using jquery, draggable and droppable. When a job is dragged from the unassigned column into a hour time slot, the original draggable item is removed, and a new div is ...
7
votes
2answers
900 views

How to drag NSStatusItems

You all know the menu bar (or better said NSStatusBar) in Mac OS X. There are some items which I can move and other which not. I would like to be able to drag the NSStatusItem of my app. Any idea ...
5
votes
2answers
4k views

iOS - Drag and drop collision detection How to detect when your selected item drags over another subview?

We are adding drag and drop functionality to what is to become a sports field with positions for players. The positions are mapped out using Interface Builder with each being a separate UIImageView. ...
4
votes
2answers
1k views

Drag and Drop images from another website to mine

I ran a quick google and SO search and found similar questions but none were well formed and most were old and looked abandoned (no answers, and no comments for a while). So here goes... I want to ...
4
votes
2answers
3k views

Drag and drop in Windows Phone 7 Mango

How do you implement something like drag and drop using (Silverlight) Windows Phone 7 (Mango)? Ie, I add an image in the center of page, then want to allow the user to move that image around on ...
4
votes
3answers
2k views

Logic behind drag and drop

I am wondering the "how it works" and "how it should be designed and implemented" side of the basic drag & drop functionality. I have never yet implemented such a functionality. I am planning to ...
3
votes
3answers
8k views

jQuery UI Sortable and two connected lists

I am trying to put together the following with jQuery and Sortable: There are two cases that I need to grab: A: move an item within the same list B: move an item from one list to another Case B is ...
1
vote
3answers
1k views

WPF Drag & Drop: How to literally drag an element?

Say I have a ListBox with some items and say I implement drag and drop functionality for that list. If I want to drag an item from that list box, how can I actually move the dragged item? I want to ...
9
votes
1answer
2k views

Drag and drop elements into an iframe. Droppable area has wrong coordinates and collisions are wrong

I need to implement drag and drop functionalities in a web application between elements present in a web page, and elements inside an iframe (before you start complaining about iframes, I NEED it for ...
9
votes
1answer
4k views

Obtaining DoDragDrop DragSource

The WPF DragDrop.DoDragDrop method has DragSource as its first parameter. Is there a way you can obtain this DragSource object in the OnDrop or other drag and drop events?
7
votes
1answer
14k views

Drag & Drop in Treeview wpf

im trying to drag and drop files in my treeview but i have no idea why its breaking down if i run it and try dragind a file. i'm basically a newby in wpf and the code below is as far i can try please ...
6
votes
3answers
2k views

Get URL of resource that is drag-and-dropped on field

I have an html page with a certain input field and I want to add the following functionality. The user should be able to drag and drop a resource onto the field. The result of this action should be ...
5
votes
1answer
3k views

d3.js force directed graph with support for drag and drop to make selected node position fixed when dropped

Example on a force direct graph can be found here: http://bl.ocks.org/950642 How can I easily add support for drag and drop? It should set the node to fixed with current location of where it dropped ...
5
votes
1answer
322 views

What's the best way to structure this Linq-to-Events Drag & Drop code?

I am trying to handle a drag & drop interaction, which involves mouse down, mouse move, and mouse up. Here is a simplified repro of my solution that: on mouse down, creates an ellipse and adds ...
5
votes
4answers
2k views

How do I handle multiple file drag/drop from Finder in Mac OS X 10.5?

I need to get the URLs of all files dragged/dropped into my application from Finder. I have a Cocoa app running on 10.6 which does this by using the new 10.6 NSPasteboard APIs which handle multiple ...
5
votes
4answers
5k views

Drag and drop from Windows File Explorer onto a Windows Form is not working

I'm having an issue dragging a file from Windows Explorer on to a Windows Forms application. It works fine when I drag text, but for some reason it is not recognizing the file. Here is my test ...
4
votes
2answers
1k views

Dragging a JLabel with a TransferHandler (Drag and Drop)

I am using a TransferHandler to pass data from a JPanel to a JTextArea as a JLabel (Click somewhere in the left panel to create the JLabel to drag) The transfer of the data works fine, but I'd like ...
4
votes
1answer
2k views

Testing jQuery Drag & Drop and Droppable with Selenium

I have a page that makes use of jQuery Drag & Drop, and I would like to build a relatively robust test suite for this process using Selenium. Looking into Selenium, I've found that it has a Drag ...
4
votes
3answers
3k views

Python GTK Drag and Drop - Get URL

I'm creating a small app must be able to receive URLs. If the apps window is open, I should be able to drag a link from a browser and drop it into the app - and the app will save the URL to a ...
4
votes
3answers
2k views

Drag and Drop

How to Implement Drag and Drop Between my Program and Explorer ya windows application only
3
votes
4answers
9k views

HTML5 Canvas + select / drag-and-drop features in a JS lib? [closed]

I'd like to use HTML5 Canvas, but I'd like to use it in terms of shapes, texts and curves, able to attach traditional DOM events like onClick or drag-and-drop functions. Is there any Javascript ...
3
votes
4answers
1k views

Drag-and-drop generation of XSLT for displaying XML as HTML?

(I've searched and browsed XSLT questions, as well as looked at Altova's product, though not yet Stylus's product.) I do not want to hear again that XSLT is complicated and difficult to hand-code. ...

1 2 3 4 5 11