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.
55
votes
8answers
40k views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads('.upload-area')
...
47
votes
13answers
1k views
JS library (with drag n drop) compatible with iOS and regular browsers
Does anyone know of a JS framework that has drag and drop functionality and is compatible with mobile (iOS) and regular browsers?
I currently have a web-based app and it is a hassle to make its ...
34
votes
1answer
1k views
jQuery's drag and drop - reverse engineering Facebook's uiTokenizer on 'Arts & Interests'
I'm reverse engineering facebook's uiTokenizer using $.special.event.drag and $.special.event.drop and jQuery because jQuery UI's sortable / draggable is heavy and slow.
My question I think is ...
23
votes
1answer
6k views
Tutorial on How to drag and drop item from UITableView to UITableView [closed]
I've been banging my head on this one for a while and I figured it out. I want to give back to the community since I've gotten a lot of help from this website :).
I'm trying to copy an item from one ...
23
votes
6answers
7k views
How do I drag and drop files into a c# application?
I've seen this done in Borland's Turbo C++ environment, but I'm not sure how to go about it for a C# app I'm working on. Are there best practices or gotchas to look out for?
21
votes
2answers
8k views
Basic Drag and Drop in iOS
I want to have a view in which there are vehicles driving around that the user can also drag and drop. What do you think is the best large-scale strategy for doing this? Is it best to get touch events ...
17
votes
3answers
22k views
jQuery draggable table elements
jQuery's draggable functionality doesn't seem to work on tables (in FF3 or Safari). It's kind of difficult to envision how this would work, so it's not really surprising that it doesn't.
<html>
...
17
votes
2answers
4k views
Drag and drop onto Python script in Windows Explorer
I would like to drag and drop my data file onto a Python script and have it process the file and generate output. The Python script accepts the name of the data file as a command-line parameter, but ...
16
votes
5answers
8k views
jQuery Drag And Drop Using Live Events
I have an application with a long list that changes frequently, and I need the items of that list to be draggable.
I've been using the jQuery UI draggable plugin, but it is slow to add to 400+ list ...
15
votes
3answers
553 views
Implementing drag-drop from Chrome on my .NET Windows form
Google Chrome has a handy feature where I can click a download link and drag it into a Windows Explorer window, and then drop. After dropping, Chrome then downloads the file and it appears where I ...
15
votes
2answers
2k views
Drag and drop to Desktop / Explorer
Following my scenario.
I got an Application which loads a Filestructure (Folders, Files) from a Database into a WPF ListView. Now I'd like to grab a file from this ListView, drag it over my Desktop ...
15
votes
2answers
2k 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
1answer
210 views
Slow repaint underneath dragged object on X… Can Qt force drag and drop operations to be internal only?
I'm implementing Qt's drag and drop API across Windows and X. When I pick up an object in the app running on X and drag it, it leaves a white ghost trail of itself on the window underneath, as if the ...
14
votes
4answers
3k views
Drag and Drop between Instances of the same Windows Forms Application
I have created a small Windows Forms test application to try out some drag/drop code. The form consists of three PictureBoxes. My intention was to grab a picture from one PictureBox, display it as a ...
12
votes
2answers
527 views
Why DragHandler exportAsDrag disables my MouseMotionListener?
I want to realize a simple JComponent-Drag-and-Drop with a preview from O.Reilly-Swing.Hacks Hack 69. Translucent Drag-and-Drop.
My Problem is if the TransferHandler start the Drag the ...
12
votes
3answers
6k views
How can I get jQuery UI's Draggable and Sortable functions to work on the iPhone?
I have a page that uses JQuery UI; in particular the Sortable interaction.
The page works fine for desktop web browsers with mice, however I can't get the drag-drop functionality to work on Mobile ...
12
votes
5answers
6k 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 ...
11
votes
1answer
156 views
How to catch and open files dragged and dropped on an application icon?
How to open a document that was dragged and dropped on the application icon?
11
votes
3answers
533 views
How can I set a “bounding” area for my drag-able object in javascript?
I'm making a Drag and Drop JavaScript engine. I learned how to set a bounding box as the parent element. However, now I wish to set the bounding box to any parent of any parent, or as the entire page ...
11
votes
1answer
788 views
Drag & drop not working on Mac
I'm trying to make it possible to drag files from the Finder into my SWT application. On Windows and Ubuntu, the following bit of code works:
public class DndTest {
public static void main(final ...
11
votes
3answers
10k views
Drag and Drop in MobileSafari?
Is it possible to allow users to drag and drop items in mobile safari? Google images on the iPhone does something similar, but I'm not sure if it is true drag and drop or some other work around. ...
11
votes
4answers
3k views
WinForms Interop, Drag & Drop from WinForms -> WPF
I'm trying to drag data from the Winforms portion of my application on a WPF controls that's contained inside an "ElementHost". And it crashes when I try doing so.
Trying the same thing but from ...
11
votes
2answers
11k views
iPhone drag/drop
Trying to get some basic drag/drop functionality happening for an iPhone application.
My current code for trying to do this is as follows:
- (void) touchesMoved:(NSSet*)touches ...
11
votes
3answers
2k views
How do I create drag-and-drop Strawberry Perl programs?
I've got a Strawberry Perl program that accepts a single-file as a command-line argument. How can I set things up such that I can drag and drop the desired file onto the Strawberry Perl program (or a ...
11
votes
4answers
5k views
How do I drag and drop a row in a JTable?
How do you setup a JTable to be able to drag a row to a different index in the table. For example if I have 5 rows and I want to drag the 4th row to the 2nd position?
10
votes
3answers
189 views
Drag & Drop on Safari iOS: Wont drag, wont respond to drop on desktop/iPad
I am coding a webpage to be viewed on iPad. It uses Safaris/Webkits drag & drop. I have exactly copied Safari's example drag & drop code but it wont work.
My Problem: The ondrop event is ...
10
votes
3answers
6k views
How to determine presence of HTML5 drag'n'drop file upload API (like the one from FF3.6)
I am writing an application that's supposed to support HTML5 drag/drop API for file, much like the on described here.
I would like to perform a programmatic check on whether the browser support this ...
10
votes
4answers
1k views
To MVVM or not to MVVM that is the question
Hi
I am rewriting my windows forms based application and I am going to use WPF.
The application relies heavily on drag and drop techniques, in a very graphically environment. The uses "Design" reports ...
10
votes
1answer
4k views
WPF Drag & drop from ListBox with SelectionMode Multiple
I've almost got this working apart from one little annoying thing...
Because the ListBox selection happens on mouse down, if you start the drag with the mouse down when selecting the last item to ...
10
votes
1answer
10k 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 ...
10
votes
6answers
10k views
jQuery Draggable and overflow issue
I am having an undesired effect when I drag a div from a container div which is set as overflow: scroll.
I have found an example of someone else where they have had the issue but I have been unable ...
9
votes
1answer
67 views
Adding cookies to drag and drop
I'm creating an drag and drop plugin and I thought to make it a little unique i would add a cookies feature to save the position of the dragged elements.
I'm currently using the following code for ...
9
votes
4answers
220 views
drag drop files into standard html file input
These days we can drag & drop files into a special container and upload them with XHR 2. Many at a time. With live progress bars etc. Very cool stuff. Example here.
But sometimes we don't want ...
9
votes
6answers
4k views
C# Drag drop does not work on windows 7
I have had a project for quite a while using C# winforms. I implemented a drag-drop function before windows 7 was released. Worked like a charm. However, when using windows 7 it does not work. The ...
9
votes
2answers
6k views
jquery ui draggable elements not 'draggable' outside of scrolling div
i am super stumped.
i have many elements (floating href tags) in a div with a set height/width, with scroll set to "overflow: auto" in the css.
this is the structure of the divs:
<div ...
9
votes
2answers
363 views
drag into another process
I am trying to drag an item out into the explorer.
The item should result in a file download, so I've used an example I've found on the web to download the file using a CustomDataObject that calls an ...
9
votes
4answers
12k views
Android - drag and drop - list rearrange
How can I create a list where I can rearrange list items with dragging
list rows to another row and so on (to change to order)?
Just like on the HTC Hero in the clocks app where you can rearrange
the ...
9
votes
4answers
6k views
JTable - drag and drop
OK, this problem is out of my league. I'm trying to implement a GUI widget in swing that allows files to be dropped onto a JTable, and allows the rows of the JTable to be dragged for re-sorting. Think ...
9
votes
10answers
6k views
Best Javascript library for drag and drop? [closed]
I'm looking for the best JavaScript library for handling complicated drag and drop operations. I'm interested in implementing a grid-based inventory system for my own Web 2.0-style RPG, like Baldur's ...
8
votes
7answers
368 views
How do I make a function to find the coordinates of an element regardless of its positioning?
I'm making a drag and drop engine in JavaScript, and I don't know how to set the correct position of the dragObj because it changes depending on the parent element's positioning type (Does the dragObj ...
8
votes
3answers
519 views
Handling Scroll bars with jQuery event Drag and Drop
I have a room div with some toy divs arranged on it, see
Toys are absolutly positioned and are drag-able with in the walls of the room . The room container div has a fixed height and height, so the ...
8
votes
3answers
2k 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 ...
8
votes
6answers
5k views
Preventing click event with jQuery drag and drop
I have an elements on page that are draggabe with jQuery. These elements have click event wich navigates to another page (ordinary links for example).
What is the best way to prevent click from ...
8
votes
2answers
14k 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 ...
8
votes
1answer
3k 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.
8
votes
3answers
15k views
When I make a draggable clone and drop it in a droppable I cannot drag it again
When I make a draggable clone and drop it in a droppable I cannot drag it again. How do I do that? Secondly I can only figure out how to us .append to add the clone to the droppable. But then it snaps ...
8
votes
7answers
6k views
Drag and drop image into a web form
We have a web page (HTML javascript and PHP mostly) that allows a user to upload an image. We have the normal browse button, and it works fine. However, we want to add the functionality to drag and ...
8
votes
5answers
28k views
JQuery drag and drop - how to get at element being dragged
I am using the JQuery libs to implement drag and drop.
How do I get at the element that is being dragged when it is dropped?
I want to get the id of the image inside the div. The following element ...
7
votes
4answers
152 views
Jquery Drag and Drop in nested lists - how to minimise / remove the flicker
Based on http://jqueryui.com/demos/sortable/#placeholder I am working on a drag and drop interface that allows the user to reorganise nested lists. As you can see from the link this works great on ...
7
votes
1answer
146 views
How to build draggable field sets in ExtJS 3.x
I'd like to build an ExtJS FormPanel that allows the user to reorder a list of field sets using drag and drop.
I see it's very easy to make the field sets moveable by using draggable: true, but how ...