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.
10
votes
3answers
5k views
Detecting HTML5 Drag And Drop support in javascript
I'm trying to detect the HTML5 Drag And Drop support in javascript.
Modernizr seems to not handle this test case.
Any idea ?
Regards
8
votes
5answers
11k views
Detect Drag'n'Drop file in WPF?
Is it possible to have a WPF window/element detect the drag'n'dropping of a file from windows explorer in C# .Net 3.5? I've found solutions for WinForms, but none for WPF.
7
votes
4answers
6k views
Does HTML5 allow drag-drop upload of folders or a folder tree?
I haven't seen any examples that do this. Is this not allowed in the api spec?
I am searching for an easy drag-drop solution for uploading an entire folder tree of photos.
5
votes
1answer
2k views
IOS drag and drop between scroll views
So here is the catch. I have two Scroll Views, one is filled with 10 odd subviews, that are basically like playing cards (custom class views). I want to be able to drag and drop some of these views to ...
5
votes
1answer
4k views
DragDrop - DragEnter/DragLeave Events keep firing
I have a drag/drop operation on a Canvas that is supposed to do something when an object gets dragged into and out of it. My problem is that the DragEnter/DragLeave events keeps firing as the mouse ...
4
votes
2answers
13k views
Image drag and drop in wpf application
I want to drap and drop a image on wpf application form. Can any one give me the code and
other links for that?
3
votes
3answers
2k views
Handing drag/drop without violating MVVM principals?
Currently I have in my XAML
<TabControl
AllowDrop="True"
PreviewDragOver="DragOver"
PreviewDrop="Drop" />
All of my drag/drop code exists within the codebehind of my View, ...
3
votes
2answers
640 views
NSView Subviews interrupting drag operation
I have an NSView which is registered for a drag operation.
In that view I have a subclassed NSScrollView, which in itself has an NSImageView in it.
When dragging onto the original NSView, everything ...
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 ...
3
votes
3answers
430 views
Enable dropping a file onto a Ruby script
I'm creating a small ruby script to resize images and save them in a specified directory. I'd like the application to be as transparent as possible.
Is it possible to allow file dropping onto my Ruby ...
2
votes
3answers
916 views
Can't get JQuery Draggable plugin to work?
I'm very new to JQuery and I'm trying to create a sample page using the Draggable plugin. The page loads fine, but I'm not able to drag my <div> tag anywhere. I've been trying to copy this demo. ...
2
votes
1answer
2k views
qt: pyqt: QTreeView internal drag and drop almost working… dragged item disappears
I almost have a completely working drag and drop re-order within a QTreeView. Everything seems to be ok except the dropped object never appears (though I can reference it numerous different ways that ...
1
vote
2answers
2k views
How to use JQuery to detect value-changed event when user drag & drop text into textbox?
I'm using this jQuery code
$('input').bind('change mouseup', ... )
to detect if user drag text somewhere into my input & change it value. But that seems doesn't work. Why doesn't it work and ...
0
votes
1answer
1k views
Drag and drop for linearlayout's child views
I have layout with 5 different child views, Child views are relativelayout with number of child views inside it, and all are different too. Hence i am using scrollview as root container like this:
...
0
votes
3answers
1k views
WPF Drag and Drop
How to implement drag & drop for a WPF application? I could open 2 the same apps and drag an object from one to another. Here's what I want to drag:
<Grid Width="100" Height="50">
...
9
votes
1answer
1k views
How to copy cells between tables as the pulse app
I need to copy cells between 2 table views.
I have a more-or-less working solution. However, it is not smooth, and I would love to do something similar to the pulse app reorder feeds option...
...
7
votes
1answer
974 views
How can you detect a mouse-click event on an Image object in Java?
Implementing "Kings' Corners" (glorified multiplayer Solitaire) in Java.
I'm trying to allow a player to drag a card (image) from their hand to somewhere else on the table. The problem is that the ...
6
votes
2answers
2k views
Whilst using drag and drop, can I cause a Treeview to Expand the node over which the user hovers?
In brief:
Is there any built-in function in .Net 2.0 to Expand TreeNodes when hovered over whilst a drag and drop operation is in progress?
I'm using C# in Visual Studio 2005.
In more detail:
...
5
votes
2answers
11k views
How to get the position of a draggable object
I'm trying to get the x and y of the draggable object using JQuery.
The scenario is, I'm dragging and dropping an object onto another object and want to get the position of the drag&drop object.
...
4
votes
1answer
1k views
NSCollectionView Drag and Dropping: Most Delegate Events Not Getting Called
I have an NSCollectionView bound to an NSArrayController. I want to get drag and drop working, so I create a delegate and implement the methods
-(BOOL)collectionView:(NSCollectionView ...
4
votes
5answers
4k views
Drag and drop in winapi
I have a pure Winapi application that needs a few new features. One of them would best be implemented as two lists where you can drag-and-drop (multiple) elements between the lists. The new feature ...
3
votes
1answer
1k views
ListBox ItemContainerGenerator returns null even when listbox has items
I've a listbox with couple of items, till the time no scrollbar appears everything goes perfectly fine but once scrollbar comes then ItemContainerGenerator returns null.
I read some blogs and found ...
2
votes
1answer
3k views
VB.net - drag & drop and get file path?
I'd like to be able to drag a file/executable/shortcut into a windows form application and have the application determine the original path of the dropped file then return it as a string?
E.g. drag ...
1
vote
1answer
444 views
Drag and Drop custom object from JList into JLabel
I have a JList containing an ArrayList of custom objects and I'm trying to create a drag and drop into fields. I'm having trouble understanding how to package and receive the object in Transferable.
...
1
vote
1answer
1k views
Drag + Rotation using UIPanGestureRecognizer touch getting off track
I am doing some drag and rotation calculations using UIPanGestureRecognizer. The rotation angle is correct, and the drag location is almost correct. The problem is that as you go around the center of ...
1
vote
2answers
2k views
Drag an UIImageView from UIscrollView to another view
i crawled all the web, but nothing.
I have a for loop to create uiimageview inside a uiscrollview controller.
It's a collection of images that you can scroll horizontally only.
for (int i = 0; i ...
0
votes
2answers
4k views
android - Drag and drop in Listview
I am new to drag and drop functionality.Please provide the easy tutorials.I saw some where drag and drop functionality starts from 3.0 and above. is any possibility to use in the below versions? I ...
0
votes
2answers
4k views
iphone cocoa : how to drag an image along a path
I am trying to figure out how can you drag an image while constraining its movement along a certain path.
I tried several tricks including animation along a path, but couldn't get the animation to ...
6
votes
1answer
3k views
Qt drag and drop between two QListWidget
I've two QListWidget (list1 and list2)
list1 should be able to receive items from list2
list1 should be able to be reorganized with an internal drag and drop
list2 should be able to receive items ...
3
votes
1answer
3k views
Wpf: Drag And Drop To A Textbox
I've googled this problem, and people have answered similar questions, but for some reason I can't get anything to work. I must have missed something here... At any rate, when I run the following ...
3
votes
1answer
5k views
QTreeView with drag and drop support in PyQt
In PyQt 4 I would like to create a QTreeView with possibility to reorganize its structure with drag and drop manipulation.
I have implemented my own model(QAbstractItemModel) for QTreeView so my ...
3
votes
2answers
3k views
CSS3 animation on transform: rotate. Way to fetch current deg of the rotating element?
i am working on a html5 interface wich uses drag and drop. While i am dragging an element, the target gets a css-class, which makes it bidirectionally rotate due to a -webkit-animation.
...
2
votes
1answer
1k views
Java. Drag & Drop ImageIcon from JLabel on panel 1, to JLabel on panel 2. Add Counter function
I've implemented this very basic, drag and drop between two JPanels, but this doesn't really meet my requirements!
public class test extends JFrame {
{ JPanel mainpanel, storypanel, imageselect;
...
2
votes
2answers
258 views
Dragging Image?
I'm try to do some app which has to unlock when user moved image to a certain place... But the problem is when the user touch somewhere else except the image, it still tries to move and it gives this ...
2
votes
1answer
547 views
How do you get the selected items from a dragstart event in Chrome? Is dataTransfer.getData broken?
I am part of a team that works on a Java application that, among other things, helps people organize and annotate information from the web. We currently use a Firefox plug-in that attaches a ...
2
votes
1answer
1k views
WPF - insufficient memory when doing copy/paste vs drag/drop with view model data
I have a TreeView that provides drag and drop as well as copy/paste functionality. I extended TreeViewItem to provide that functionality.
The drag and drop works fine. The tree is bound to a view ...
2
votes
1answer
2k views
Tree - drag&drop nodes - refresh?
I have a problem related to a smartgwt Tree structure.
I'm creating a Tree (called nodesTree) with values from a DB, and each node has a name set up.
For ex I'm having 4 nodes (the numbers are the ...
2
votes
2answers
2k views
How to drag and drop from one HTML5 canvas to another
I'm trying to figure out how to drag and drop an image from one canvas to another canvas. Assuming the canvases are next to each other, would it be possible to seamlessly drag something across the ...
2
votes
3answers
1k views
Is it possible to Drag-and-Drop images between Web sites (applications)?
There are a number of questions on stackoverflow about drag-and-drop but I can't see that any relate to this question specifically.
Question: Is it possible to drag-and-drop an image from one Web ...
2
votes
2answers
1k views
Create a div by click and drag
I want to be able to create a div in my application by clicking and dragging. Clicking would initiate the div creation, while dragging would resize the div.
I have seen similar functionality in ...
2
votes
4answers
1k views
Check if a drag&drop is in progress
Is there any way to check if a drag and drop is in progress? Some method or win32 api which can be checked? I know I can set AllowDrop and use events but it doesn't work in this case. Basically i want ...
1
vote
1answer
2k views
jQGrid Drag and Drop Row Check
I have my primary grid dragging/dropping rows correctly into a secondary grid. My question is, how do I perform a check just before the row is dropped into my secondary grid, which determines if the ...
1
vote
2answers
1k views
How do I distinguish a file or a folder in a drag and drop event in c#?
I have a form that you drag and drop files into and I was wondering how can I make the application know if the data is a file or a folder.
My first attempt was to look for a "." in the data but then ...
1
vote
1answer
412 views
JQuery Draggable + Sortable: How to tell if item was actually added to my sortable list?
OK, I'm probably missing something obvious here, but my searches aren't turning up anything helpful. I've set up a sortable list and connected a draggable "palette list" to it, as explained here: ...
1
vote
2answers
2k views
Drag & drop across frames with jQuery UI
I would like to do this:
Drag a DIV element from a first document that contains an IFRAME
Drop this DIV element into into a second document, inside the IFRAME.
Is there a way to use jQuery UI ...
1
vote
2answers
2k views
Building drag and drop interface on iphone
I am trying to build an app which will have a bunch of cards that the user needs to drag and drop them onto specific drop zones. How would one go about detecting this and if the card is not on the ...
1
vote
1answer
1k views
Drag and drop right click wpf
When I start a drag and drop using a right click in WPF it will fire the drop on any target with out waiting for the right mouse button to come up.
0
votes
1answer
273 views
How to drag & drop an image over html page in android ?
I need to open a html page on android device and add an image dynamically to the page after clicking on a button. How do i do that ? Is it possible to drag & drop that image over html page? Please ...
0
votes
1answer
744 views
Drag and drop UIViews with Box2d (iOS) [closed]
I recently found a nice tutorial for enabling physics with Box2d for iOS.
http://www.cocoanetics.com/2010/05/physics-101-uikit-app-with-box2d-for-gravity/
I'm just wondering how to implement drag ...
0
votes
1answer
580 views
Drag and drop a path in a wpf
Is it possible to drag and drop a path in a wpf using Mouse Eventhandlers? In partcular I want to drag a path with the left mouse button and to mouse it on the grid. How can this be done?
