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)

6
votes
1answer
1k views

Drag and Drop with NSStatusItem

I'm trying to write an application that allows the user to drag files from the Finder and drop them onto an NSStatusItem. So far, I've created a custom view that implements the drag and drop ...
6
votes
1answer
13k views

Google Maps API - Drop a new pin

I'd like users to be able to drop a pin on my custom Google Maps integration, similar to the ability to do this in the "My Maps" section on Google. I can't find anything about allowing a user to drop ...
5
votes
3answers
5k views

Drag and drop files into WPF

I need to drop an image file into my WPF application. I currently have a event firing when I drop the files in, but I don't know how what to do next. How do I get the Image? Is the sender object the ...
4
votes
4answers
4k views

iPhone App: implementation of Drag and drop images in UIView

In my iPhone App I want to implemented functionality as shown below user can pick a shape(an image) from one view and put in other view How can I achieve this? Please help and suggest. ...
9
votes
1answer
8k views

jQuery Drag & Drop into a Text Area

Using jQuery, and looking to let user drag a placeholder into a text area. Each placeholder is a <span> which has a class='placeholder'. The text area id is simply 'main_text'. So, user should ...
7
votes
1answer
6k views

WPF C#: Rearrange items in listbox via drag and drop

I am trying to figure out how to move the items in a pre-populated listbox up and down via mouse drags. I have looked at the Control.DoDragDrop method from microsoft's api, but I still can't get it to ...
6
votes
2answers
15k views

jquery ui get id of droppable element, when dropped an item

How we get the id of droppable element, when dropped an item? Here i use jquery ui and asp.net mvc. <table id="droppable"> <tr> <td ...
20
votes
4answers
11k 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?
12
votes
3answers
1k views

How to detect the dragleave event in Firefox when dragging outside the window

Firefox doesn't properly trigger the dragleave event when dragging outside of the window: https://bugzilla.mozilla.org/show_bug.cgi?id=665704 https://bugzilla.mozilla.org/show_bug.cgi?id=656164 I'm ...
9
votes
1answer
4k views

google maps drag and drop objects into google maps from outside the Map

i'm working on a project and i need a help concerning how to drag and drop objects from outside the map into it. I tried multitude of examples but i didn't find the solution so if you can just give a ...
6
votes
2answers
3k views

Swing: Creating a draggable component…?

I searched the web for examples of draggable Swing components, but I found either incomplete or non-working examples. What I need is a Swing component that can be dragged by the mouse inside an other ...
10
votes
2answers
19k views

C# Drag & drop from listbox to treeview

I have a winform with a listbox and a treeview. Once my listbox is filled with items, I want to drag them (multiple or single) from the listbox and drop them in a node in the treeview. If somebody ...
9
votes
2answers
6k views

How can I disable Text Selection temporarily using JavaScript?

this is a bit of a specific question so I'll get right to the point. I'm working on a short and simple drag and drop routine for part of a web application, and although the dragging and dropping bit ...
7
votes
1answer
11k views

How could I Drag and Drop DataGridView Rows under each other?

I've DataGridView that bound a List<myClass> and i sort it by "Priority" property in "myClass". So I want to drag an "DataGridViewRow" to certain position to change it's "Priority" property. ...
3
votes
1answer
5k views

Swing application -> Drag & drop to the desktop / folder

When Finder of Mac, Explorer of Windows did drag & drop of a specific item in the Swing application to a desktop and a folder, How to get the former path which I dropped? I am happy teach me a ...
2
votes
2answers
2k views

Drag and drop virtual files using IStream

I want to enable drag and drop from our windows forms based application to Windows Explorer. The big problem: The files are stored in a database, so I need to use delayed data rendering. There is an ...
1
vote
3answers
1k views

WPF drag and drop from a ListBox that has SelectionMode=Extended

I have a ListBox and want the selection-mode to be extended. Also I want have to implement drag and drop functionality. The problem now is, that if the mouse is clicked on a selected item, it will be ...
4
votes
1answer
3k views

jQuery UI draggable to smaller droppable

I am using this http://jqueryui.com/demos/droppable/ But I have a problem dragging to a droppable that is smaller than the draggable. It will not drop on the droppable, but on the top left of the ...
4
votes
2answers
1k views

Drag & drop of a dynamically created shortcut

I have a C# application that creates shortcuts to launch other programs with specific arguments and initial directories. I would like the user to be able to drag a shortcut from the Windows form and ...
3
votes
1answer
4k views

Drag UIView between UIViews

I have a UIView object X that is contained in an UIView object A. I want to be able to touch X and remove it from object A and move it into object B (another UIView). Both Object A & B are inside ...
3
votes
3answers
2k views

Drag/Drop inside an Application AND to another Application

I have a ListView containing file names. These file names need to be draggable to a TreeView, which is a drag/drop inside the application and works with the built in drag/drop support of Delphi - no ...
2
votes
1answer
2k views

drag event for jquery-ui-sortable

How to the "drag" event when a jquery-ui-sortable is being dragged? By hit-n-trial strategy i tried "drag" event from jquery-ui-draggable but its not working.$('.widget_container').sortable({ drag: ...
2
votes
3answers
2k views

how to drag an uiimage from scrollview to another uiimageview in iphone sdk

In My Application,i am having one scrollVIew containing multiple images. and out of the scrollview i have one uiimageview. i want to Drag any image from ScrollView and drop it on uiimageview which ...
2
votes
2answers
3k views

Can't drop jquery ui helper on droppable

Why will this code not let me drop the helper onto the droppable region? $(".product").draggable({ revert: 'invalid', cursorAt: { top: -12, left: -20 }, helper: function(event) { ...
6
votes
3answers
12k views

Move controls when Drag and drop on panel in C#

I want to drag controls on panel and when dragging I want to move the control and get its location to drop on to panel. I have tried out mouseUp, mouseDown, MouseMove events of control.But that is not ...
2
votes
4answers
255 views

Why is only 1 of 4 boxes droppable, if they are all supposed to be?

At my sandbox site, if you load it a drop down menu appears after a few seconds with "confirm" button. If you click that "confirm" button, the background image changes and some new boxes load. The ...
-1
votes
1answer
153 views

java drag and drop

I try to get familar with drag and drop in java but all the tutorials I found were... (getting me angry) All I want is to drag a "PublicUserLabel" from a JList (included in a selfmade JPanel called ...
51
votes
12answers
4k 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 ...
16
votes
2answers
13k 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 ...
23
votes
3answers
7k 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 ...
21
votes
10answers
18k 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
1answer
2k views

Drag&Drop with Ember.js

Is there an example on how to implement Drag and Drop with Ember.js ? I have tried using jQuery UI, but the integration seems to be somewhat complex. I've seen this jsFiddle: ...
4
votes
3answers
6k views

IOS drag, flick, or fling a UIView

Was wondering how I would go about flicking or flinging a UIView, such as http://www.cardflick.co/ or https://squareup.com/cardcase demo videos. I know how to drag items, but how do you give them ...
7
votes
1answer
4k views

Drag and Drop nodes in JTree

I am having difficulty creating a JTree that allows the nodes to be reorganized by dragging and dropping them in the JTree. This seems like it should be relatively simple. I have looked at examples ...
22
votes
6answers
7k 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 ...
5
votes
1answer
4k views

PyQT4: Drag and drop files into QListWidget

I've been coding a OCR book scanning thing (it renames pages by reading the page number), and have switched to a GUI from my basic CLI Python script. I'm using PyQT4 and looked at a ton of documents ...
13
votes
4answers
5k 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 ...
12
votes
3answers
3k 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 ...
6
votes
1answer
4k views

Overriding onTouchEvent competing with ScrollView

From a simplistic overview I have a custom View that contains some bitmaps the user can drag around and resize. The way I do this is fairly standard as in I override onTouchEvent in my CustomView ...
6
votes
4answers
5k views

jQuery Sortable with animation

Hi I'm using jQuery and Sortable to arrange my list of items (and this http://dragsort.codeplex.com). All works perfect. I'm using a function on dragEnd to arrange the lists in order. Here is my ...
13
votes
3answers
5k views

How do I remove a file from the FileList

I'm building a drag-and-drop-to-upload web application using HTML5, and I'm dropping the files onto a div and of course fetching the dataTransfer object, which gives me the FileList. Now I want to ...
11
votes
3answers
3k 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 ...
6
votes
5answers
9k views

Drag and drop images in android

I m working on a word scramble game which allows user to move the image to image..if the image doesn't match then it should come back to it's original position from where it was dragged.I have written ...
10
votes
1answer
4k views

using jquery .on for drop events when uploading files from the desktop?

Is it possible to use jquery .on("drop") event for dragging files from the desktop?. If so how do I get the dropped file info? Any help much appreciated.
8
votes
3answers
2k views

What format (MIME Type) should I use for HTML5 drag and drop operations?

I'm starting to experiment with HTML5 Drag and Drop. Then, in the dragstart event handler we should run setData(), which receives two parameters: format and data. function dragstart_handler(ev) { ...
7
votes
6answers
429 views

making draggable snap left when dropped

**EDIT** I am currently creating a drag and drop spelling game where the user drags letters onto the highlighted word in order to spell it and reveal the image behind. When a word is highlighted by ...
7
votes
3answers
4k views

How to Drag drop Listview item to another Listview

Hi I'm Raynast I'm a newbie for Android Programming Now I have a little problem from my project about Listview Drag and Drop I decide layout to Three Listview query from database ...
6
votes
5answers
6k views

Drag (move) a polygon using Google Maps v3

The Google Maps API for a Polygon does not offer a drag method. What would be an efficient way of implementing such a feature (i.e., sufficiently optimised so that it would not kill a four year old ...
2
votes
2answers
4k views

IOS: drag and drop imageview from a scrollview to a view [duplicate]

Possible Duplicate: how to drag an uiimage from scrollview to another uiimageview in iphone sdk In my iPad I have a view and inside it, on the left, I have a scrollview with 10 imageViews; ...
2
votes
2answers
3k views

Listbox drag-reorder : Index of the dropped item

I'm using a Listbox wrapped inside a ListBoxDragDropTarget (from the Silverlight toolkit). This ListBox ca be manually reordered by the user. However the last item must always be located at the bottom ...

1 2 3 4 5 11