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.
0
votes
1answer
67 views
Dynamically added draggable object not working the first time
I am adding the draggable functionality to an element on a particular user event(hold event). Drag functionality is not working the first time.
Hammer(element).on("hold",function(event){
...
0
votes
0answers
62 views
Can't drop HTML Element in IE 10
I'm implementing a document management system with some drag and drop organizing capabilities.
This w3schools example of drag and drop works perfectly fine in IE10.
<div id="div1" ...
0
votes
1answer
30 views
Change item priority in TFS 2012 with drag and drop
Is there any view when I can change the item priorities in the scope of one sprint besides the product backlog view? It will be great to have such a possibility in sprint backlog view, however in that ...
7
votes
2answers
223 views
Scroll gridview while dragging item (as shadow)
I am developing for api > 14 and I have implemented drag/drop functionality on a GridView.
However, while dragging items to the top or bottom of the screen the GridView does not scroll.
I would ...
0
votes
0answers
81 views
Jquery UI Droppable on image map
I have an image map defined as below
<img src="../../Content/Images/Mapimage.png" usemap="#Map" />
<map name="Map">
<area id="s1" shape="rect" ...
0
votes
0answers
24 views
Invoking the drag function on hold event (Hold and Drag)
I need to implement drag functionality on the hold event. I am implementing the hold event using the hammer.js. How can I invoke the drag event on hold? and disable it on mouseout?
0
votes
1answer
47 views
How do I select a part of an array? Or match parts of one array with parts of another?
I have some drag and drop function where there are 8 items (dragArray) that can be dropped onto 2 big 'landing zones' (matchArray). But since I don't want them lie on top of each other, I've made an ...
0
votes
1answer
157 views
Create, Drag drop and resize controls on runtime
I am trying to create a form which contains panels created programmaticaly and controls able to drag drop and resize just like Microsoft Visual Studio IDE.
And I created something like this. there ...
0
votes
1answer
70 views
iOS >> Dragged View is Jumping Back to Original Position >> Auto Layout Combined with UIPanGestureRecognizer Issue
I have several UIViews that the user should be able to drag & drop. I use UIPanGestureRecognizer to manage the d&d action (see code below). The d&d action is working fine, but when I start ...
1
vote
0answers
31 views
Drag and drop, motion_notify_event, mouse coordinate shaking
Then i start to drag an icon (code below), it starts jumping between 2 positions.
Can anybody help me resolve this shaking problem ?
Code:
#include <stdlib.h>
#include <stdio.h>
...
0
votes
0answers
22 views
onbeforemousemove to get mouse's old position?
I'm working on a drag and drop lib and i would like to add the mouse's position variation to the dragged element's actual position instead of just setting it's position to the current cursor position ...
0
votes
1answer
25 views
Unable to drag and drop to Eclipse
I have been draging and dropping from Windows Explorer to Eclipse since I've started using it, and now find myself unable to do so. When I drag a .java file over my package, the mouse cursor stays a ...
0
votes
0answers
59 views
Dragging and Dropping Images With a Grid
I'm trying to make a desktop of sorts for myself. I used a W3Schools example to figure out how to do this. What I have so far is about 12 row-fluids, shown here. However, I can't figure out how to ...
0
votes
1answer
33 views
jquery.event.drop filtering drop target when use tolerance
i use jquery.event.drag/drop to fully reorder a tree
for reordering i use a custom "tolerance" function based on this demo
when tree is small all work perfect, but with some data (>2k) it's slow as ...
0
votes
0answers
89 views
JavaScript - dragend and drop events not firing
I want to make whole HTML blocks draggable, not just text or images, so i've come up with this : http://jsfiddle.net/8D7YK/
The drag end event won't fire when i release the mouse button. Neither will ...
2
votes
0answers
111 views
How do I make multiple divs accept drag and drop images? [closed]
example http://jsfiddle.net/7DeFn/1
<div id="container">
<body>
<div id="clone_wrapper">
<div class="right">
<div ...
1
vote
0answers
23 views
Creating a dynamic custom proxy element in YUI3 drag
I am currently trying to implement drag and drop using YUI3. My requirement is that when the user drags a particular division, the image inside that division must be used as a proxy and when I drop it ...
0
votes
1answer
53 views
drag and drop not working, dont allow drop on a div
Im trying to create an aplication using drag and drop. When Im trying to drop the element on a div called 'serviciosARealizar', it doesnt allow. Please help
HTML
<div id='aceite' ...
0
votes
1answer
48 views
Get reference to original element when dropped
I am using HTML5 native drag and drop for dropping images into a div. Here is an example: http://jsbin.com/ipojuk/1/
The problem is, once dropped the same image should not be dropped again. How to ...
0
votes
0answers
60 views
Save as image the outcome of html 5 drag n drop div
so here is the challenge..
i ve implemented a drag and drop html page where i have several divs aroudn a central one on which i have set background images and i can drag and drop them at a specific ...
0
votes
0answers
23 views
Revert dragged element if stop on top of element with same class
I'm trying to prevent elements that are draggable to be placed on top of same type of element
JsFiddle example
<div class="canvas">
<div class="block"></div>
<div ...
1
vote
0answers
87 views
MoveTargetOutOfBoundsError when trying to perform drag and drop in iframe
I'm trying to automate some tests for a web application, and many of the tests require drag and drop inside an <iframe>. I am dragging an anchor from one jspContainer to another within the same ...
0
votes
0answers
40 views
Shopping Basket - Drag/Drop not working
I am trying to have it so that when I drag an image to a specific div (#basketitems), it will take the attr.('id') and place that into the div. It's basically a drag and drop shopping cart.
I already ...
0
votes
2answers
214 views
Unable to perform Drag and Drop using selenium WebDriver
I am trying to perform dragAndDrop functionality.
I tried with dragAndDrop and clickAndHold also. I am able to drag the object to destination, but after that the object comes back to the source ...
0
votes
1answer
40 views
Silverlight application not funcitoning
I have made a silverlight application for drag and drop uploading. Now, this application works fine when I deploy it from local server. But whenever I deploy it from QA server (machine on the same LAN ...
1
vote
0answers
50 views
How to drag and drop mp3 songs in the playlist
I am developing a mac desktop based application, Created some playlists using NSOutlineView. I know how to drag and drop in NSTableView, But i don't know how to drag and drop in the playlists ...
0
votes
1answer
36 views
Dragging images in jQuery
I have developed an option that enables users to drag and drop images into a div and upload that image. For that i am using:
jQuery.event.props.push('dataTransfer');
and for getting files, i am ...
0
votes
0answers
28 views
Access 2003: reorder list using drag-and-drop?
This should be either simple or impossible.
In an Access 2003 database, entries in the Project table have fields Designer and Priority (and others). I'd like to list all the projects for one Designer ...
6
votes
2answers
119 views
Possible d3 Bug: dragend fires without any drag event
I am using d3js drag behavior. here is demo. When i click on element the 'drag' and 'dragend' event fired. Even though i do not try to drag them, still the event fires. I want to call some other ...
0
votes
0answers
47 views
Not able to implement drag and drop; dragSetData not getting called
I am trying to incorporate a drag-and-drop feature with our product. I have created a new custom view which has a tree structure and am interested in dropping the content from this tree to an already ...
0
votes
2answers
29 views
Which technology should i use
I want to build something like a very simple game, that consists only to drag and drop elements to a canvas, to build a picture.
Now my question, is it enough to use Swing or I have to use java2d?
-5
votes
2answers
35 views
Dragable components [closed]
My problem is how I could create a dragable environment of objects (JPanel, JButton, etc.) so that I wouldn't able to utilize the FlowLayout class which displays the client in an orderly manner. What ...
1
vote
1answer
26 views
Android drag-n-drop from app to app
In Windows it is possible to drag-n-drop from application to application using OLE drag-n-drop.
Is this possible with the new multi-windowed flavors of Android?
0
votes
2answers
116 views
JavaFX Drag and Drop causes crash outside the Java Virtual Machine
Hi I have a small problem with JavaFXs DragandDrop(DnD)
The DnD is executed correctly, which means the file is created and moved to the right posiotion. Even if I use an existing file (then i don't ...
2
votes
0answers
59 views
WPF drag item from listbox and drop in textbox
I'm trying to drag an item from a listbox to a textbox in WPF.
I can't get any code that will let me do this.
Thanks
2
votes
1answer
36 views
android drag list adapter item to n drop into bin
I would like to implement a list activity where user can drag an item from a list view and then i would like to show a small recycle bin where user can drop the selected item. Recycle bin can appear ...
0
votes
2answers
254 views
C# Drag and Drop from one Picture box into Another
I'm working in visual studio 2012 with C# and I need to Drag a Picture box into another picture box, basically replace the target Picturebox Image with the Dragged Picture box image.
How do I do ...
0
votes
0answers
212 views
VB.NET Undock Tabcontrol Tabpage to new window, auto change size from windows
I'm using x con's tabdragger class, I've implemented it and got it to work, but I would like to modify it so when the tab is undocked from the control, I have the ability to resize it from windows ...
1
vote
0answers
52 views
Is there any way to drag strings onto a console application?
I have a small console program, and I would like it to have behaviour like:
*I drag a (URL) string to the console application
*The console application gets the string that was dropped in, and then ...
0
votes
0answers
85 views
Moving imageview between views
I am trying to move an imageview that is inside a tablerow that is inside a horizontalscrollview. Everything is wrapped by a relativelayout. During run time, I load the tablerow with images. I am ...
0
votes
1answer
43 views
dragging classes between two JLists
I have a JList that contains a list of java classes. I would like to drag a class from this JList to another, but I'm a little confused about how to identify an importable drop using the DataFlavors. ...
2
votes
2answers
124 views
How to get the Actual image width and height after drop event
I have been working on the following paradigm, in order to learn "how to drag an image from my desktop and drop it in my browser" works with Html 5. But after I drop the image, I just can't get the ...
0
votes
1answer
51 views
Call a function based on the element dropped in jquery?
Hi all i have an drag and drop function where on drop i call a funciton for data binding
function droppable(selector)
{
$("#dock").droppable({
drop: function(event, ui) {
...
0
votes
2answers
100 views
drag and drop from windows explorer to custom C# app that actually works with Windows 7
I've attempted (using dozens of examples) to create a simple WinForms app that will allow me to drag-and-drop a simple text file into an input box on a custom DotNet program.
Unfortunately, there ...
6
votes
1answer
140 views
Preventing Flex tree drop feedback
I'd like to allow a user to reorder items within a Flex tree folder, but not move those items outside of the folder. I can prevent the outside drop from succeeding, but I'd like to give the user ...
0
votes
1answer
75 views
Moving element with JavaScript in HTML5
I'm coding a web application where the user can pan a map by dragging an image inside a div element with the mouse. Unfortunately, I need it to be cross-browser, to support IE 6-9, Firefox, Chrome and ...
0
votes
1answer
43 views
Unable to drag a button element in Firefox
I'm having an issue with a project I'm working on. It's a web application with an interface that partly exists out of drag 'n drop elements.
The issue is that the draggable div elements work fine but ...
0
votes
0answers
66 views
Zoom in and out panel with drag and drop components inside
I have been working on the zoom in and out function using the Graphics2D scale.
Here is my code in paintcomponent:
g2.translate(zoomX, zoomY);
g2.scale(zoom, zoom);
g2.translate(-zoomX, ...
2
votes
1answer
178 views
Windows 8 App: “Snapping” Drag and Drop for Card Game
After trying to use the following snippet to move cards (Images right now) around I was not satisfied with the result.
Card.ManipulationDelta += (o, args) => {
var dragableItem = o as Image;
...
0
votes
1answer
28 views
Tags with Drag and Drop
Please take a loot at the following link:
http://alturl.com/mupfp
In the second tab I can Drag elements from "Available Room Class" box (left side) into "Rooms Class In Your Hotel" (right side).
...




