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.
-1
votes
0answers
13 views
Click and drag Vimeo iFrame [closed]
Need to fire "mousedown" and "mousemove" jQuery events on a Vimeo video for a drag and drop interface. Since the Vimeo video is in an iFrame, it doesn't register any mouse events except ...
0
votes
2answers
36 views
AJAX loading and Drag'n Drop file
I write here my question because i don't found any solution to it :(
I make this code to make an UPLOAD DIV on my page :
JS Fiddle of my code
Code :
$(document).on('dragover dragleave dragenter', ...
1
vote
1answer
45 views
How can I drag all elements with same class to element?
jsFiddle: http://jsfiddle.net/XUygj/2/
I need to drag all list items at once with the class "active" upon click of any of these elements and allow them to be dropped on any of the drop container ...
0
votes
0answers
25 views
What the difference between attachment and folder in Outlook
I implement drag drop from outlook to Winform. But I need to drag only attachments from Outlook.
Here is solution for drag over and drop:
private void treeList_DragOver(object sender, DragEventArgs ...
0
votes
1answer
32 views
Dragging a file from a JList to a Windows Explorer window
First I just want to admit that I'm not the sharpest Java developer out there. My strengths/experiences are mostly in JavaScript, etc. browsers.
I've been asked to create an applet that can be used ...
0
votes
2answers
92 views
Drag and Drop not dropping
I am a trying to use JS to drag an drop nodes on a family tree. However, the nodes will drag, but will not drop where they are placed. They return to their orginal position.
I am not sure if I am ...
0
votes
2answers
40 views
Changing the alpha of the dragImage onDragEnter
I have a custom dragImage (a simple container with border and a label) with the default alpha value 0.5
drag source is a spark DataGrid
dropTarget is a BorderContainer with a Form
in the onDragEnter ...
0
votes
0answers
20 views
Enable dropping on specific elements using allowDrop(ev) function
I have several draggable and droppable elements.
Depending on the page state, only some elements can be dropped on others.
I implemented that logic in the drop(ev) function, but i now want to move the ...
0
votes
1answer
25 views
Android - How to Check directions of a Object/Image?
I wanted to know how to determine which direction an image or generic object, is moving (right, left, up or down). And as "allow" drag and drop only in a certain direction, thanks ^^
0
votes
1answer
44 views
adding ondragstart handler to dynamically created images
I'm trying to add a ondragstart handler to my dynamically created image:
var image = new Image();
image.src = "https://www.filepicker.io/api/file/JhJKMtnRDW9uLYcnkRKW";
image.onload = ...
2
votes
1answer
131 views
Making a SVG Text draggable using d3.js
I want to make a text in a d3 visualisation draggable for use in an editor. I started to play with on e of the examples (http://bl.ocks.org/mbostock/4063550). When i add a dragbeheavier to the text ...
0
votes
0answers
34 views
google.maps.event.trigger for dragend doesn't work
for some reason, the dragend trigger for the google maps doesn't work for me. see code lines 140-143 at http://jsfiddle.net/wzcst/399/
google.maps.event.trigger(markerA, 'dragend', function() {
...
0
votes
1answer
67 views
basic drag and drop examples not working on rails
[MODIFIED THE CODE TO MAKE IT SIMPLIER] I cannot make work very simple examples of drag and drop with files using jquery and html5. I'm starting to think that it's something related with my rails ...
0
votes
1answer
19 views
HTML5 Drag and Drop Without Changing the Markup
I imagine that the answer to this question is no, but just in case I'm going to ask it anyway.
I want to use know if it is possible to use html5 drag and drop functionality without adding markup to ...
-3
votes
0answers
21 views
drag and drop the images from the toolbar to the panel and after selecting the line, we can make line between them [closed]
How to make the application using jquery, html that it will allow drag and drop the images from the toolbar to the panel and after selecting the line, we can make lines between them.??
0
votes
0answers
23 views
DOJO: Alternative for checkItemAcceptance in dgrid
i've created an DnD Tree in Dojo on dijit base. There i've got a function in the DnD controller called checkItemAcceptance. It works fine so i thougt i could use the code for a dgrid dnd tree. But ...
0
votes
0answers
23 views
What GUI frameworks or toolkits for Windows to make visual drag and drop graphic block diagrams and such?
Ok folks, what I'm imagining is a Windows based GUI application that has as its main feature, a grid or workspace into which users can drag and drop image graphics from a palette or toolbox and then ...
0
votes
0answers
31 views
Gwt Drag and Drop, How to move an dnd enabled label inside a verticalpanel?
I got a label "OutSide Label" & a vertical panel has label "l1", "l2","l3". The label "OutSide Label" can be able to dragged, while label "l1" & "l2" &"l3" are normal undragable label.
I ...
0
votes
1answer
38 views
In Gwt Drag and Drop, how to drop a widget into a right position of a VerticalPanel that already has many labels on it?
Ok, let say, you got a label, you got a VerticalPanel that has many labels on it. See this code:
// Make the widget draggable.
Label w = new Label("OutSide Label");
...
0
votes
0answers
39 views
jquery mobile issues using both jquey-ui sortable and drag/drop
Using jquery mobile and the jquery.ui.touch-punch.min.js plugin, I am able to use the ui-sortable plugin or ui-drag & ui-drop, but not both together.
My test case of a list of to-do categories ...
1
vote
1answer
142 views
kineticjs drag and drop image from dom into canvas
I have an image loaded on the dom already, and I want to be able to drag that image into a canvas and drop it into the canvas and create a kineticjs object out of it.
I don't know how to make the ...
0
votes
0answers
41 views
Drag & Drop with DevExpress Treeview for MVC
I'm trying to see if it's possible to drag and drop into a MVC devexpress treeview. I dont have access to mouseover event in the treeview let alone the treeviews node level. But the nodes hightlight ...
1
vote
1answer
70 views
jQuery drag and drop, the drop event doesn't fire when dropping an element on an area that was scrolled
I'm using jQuery UI for my drag and drop and everything is working pretty nicely the only problem I have is that when I'm scrolling and then I'm trying to drag an element and drop it in the scrolled ...
0
votes
1answer
39 views
Dragging and Dropping a File onto a .sh file
I have a fairly good amount of knowledge with Batch. I'm trying to port a batch script over to Mac/UNIX, but my batch file has a drag-and-drop thing to it. Through countless Google searches, I have ...
0
votes
0answers
38 views
DnD from JTree to JPanel my Graphics2D class
I'm having a problem in finding some source code regarding to my case where I have my JTree at left JSplitPane and I just want to Drag and Drop my Graphics2D from other class to JPanel from the right ...
0
votes
0answers
23 views
Jquery “drop” event not fire
This code is not work:
$('#dropbox').bind('drop', function(e){
e.preventDefault();
// more code
});
I tried to use "on" instead of "bind", but it does not work.
I am using Jquery and ...
0
votes
0answers
20 views
Drag & Drop on GTK# Window not working?
i'm currently working to get drag & drop on my mainwindow (GTK# Application). I followed this tutorial: https://live.gnome.org/GnomeLove/DragNDropTutorial
I have added the following callbacks:
...
1
vote
1answer
44 views
in Gwt, there are 2 different packages (or 2 options) for doing drag n Drop? Which one is better?
I know very little about Drag n Drop in Gwt. I searched on internet & it seems that there are 2 different packages (or 2 options) for doing drag n Drop.
...
-1
votes
0answers
60 views
Drag and drop images with rotation in .NET / C#
I want to write a .NET / C# form app where i can drag and drop images from a toolbar and i should be able to rotate each image. Can anybody provide me an example or link ? or guide on how to achieve ...
0
votes
2answers
35 views
Gwt, I don't wanna use drag n drop (DnD) since it may not work on other browser, so What are the alternative to DnD?
Here is my problem, I got a list of widget on 1 Panel (Panel 1), there another panel (panel 2) that have many cells/slots on it.
I want to build a program that let users to bring any widget in panel ...
0
votes
1answer
38 views
Source application for dock drag and drop osx
After many hours searching for a solution to this I'm still stuck, I would be very grateful for your help.
Here is my situation: I would like to know the source application for the (drag and ) drop ...
1
vote
0answers
29 views
inter change the images using draging
In my app i want to inter change the images using draging.The follawing is the screen shot of my activity.In this screen 4 images are there.And i want to inter change the total image.For example when ...
0
votes
0answers
13 views
Html drag'n'drop (browsers real drag'n'drop) image quality for Retina
I set custom image on drag'n'drop start:
var dt = e.dataTransfer;
///...
dt.setDragImage(img, -20, -20);
But image quality for Retina is not good.
Usually, workaround of images quality for Retina ...
-1
votes
1answer
30 views
Implement Drag And Drop in Android [closed]
I am new to Android and i am trying to implement drag and drop feature. I am usingAndroid Drag and Drop Tutorial for reference. The app crashes as soon as it starts. Being new i cannot debug it. Any ...
0
votes
0answers
36 views
Drag and Drop on an element across the page
I wanna drag an element anywhere. I am missing something, probably with dataTransfer. Help me!
window.addEventListener('load', init, false);
function init(){
var box = ...
0
votes
1answer
18 views
How to make the drag action that x1 position to x2 position without any element in selenium?
I am using the selenium for automation project in Eclipse.
But i face the problem that drag action.
how do i execute the action that click screen without element in page ,then click the (x1,y) ...
0
votes
1answer
71 views
jQuery UI Droppable: How to make elements more greedy?
I am having a problem with nested droppable elements using jQuery UI.
Here's the background:
I have a parent droppable element which has child droppable elements that arranged next to each other. ...
0
votes
0answers
16 views
UIScrollView Scroll when touches border
I have a scrollview with several controls on it. I want to make sure that when you drag one of the views to the border of the scrollview, the contentsize needs to be resized by example 50, and the ...
0
votes
0answers
46 views
qt - Drag & Drop : Frame disappears
i'm about to create a drag and drop between two QGroubBox. each contains DragDropFrames, they are a subclass from QFrame, now i have the problem when i want to release the DragDropFrame from the ...
0
votes
0answers
25 views
transferhandler ignores drag event
I set a transfer handler on a JTable (embedded in JPanel + JScrollPane).
Dragging elements from the table somewhere else (create transferable ...) works.
Drop elements to the table doesn't work,any ...
0
votes
1answer
40 views
how to sort the items in QListWidget by drop and drag
I am newer to pyqt, I am using it to write some GUI, could anybody please tell me how to sort the items in QListWidget by drop and drag?
thanks in advance
0
votes
0answers
39 views
DragSortListView item disappears Android
I'm using this library. Item of this ListView contains ImageView, and another custom View, which contains a lot of TextViews.
While Floating any item - custom View disappears, background of item ...
0
votes
0answers
34 views
jQueryUI Draggable+Sortable and dynamically created elements with data tags
So we have two lists: one sortable, and one draggable. Draggable one have 'data-insert' attribute. It is hardcodeded into html like so:
<li title="Drag me" data-insert="Element 1">Icon ...
0
votes
0answers
29 views
Drag and Drop a picturebox into a tablelayoutpanel
I got a PictureBox Array (Named Box) in a TableLayoutPanel and I want to Drag&Drop the several pictureBoxes in a second TableLayoutPanel.
But I dont know which eventhandler I have to use and what ...
1
vote
1answer
46 views
Change mouse cursor over input elements in HTML
I have various HTML elements which are moveable per Drag'n'Drop. To point out the valid areas for dropping the element (to the user) i'm changing the cursors appearance. I do this by simply appling ...
0
votes
0answers
56 views
How to set files property of input type file to dataTransfer.files object?
I have drag n drop box for image upload. I am giving preview using html file API.
But I want upload image using form post only as $_FILES['image_file][name].
How can I set the files or value of input ...
0
votes
1answer
47 views
Get left and top margin of imageview after calling scrollby
I am using image.scrollBy to move image drawable.
However after calling image.getLeft() as well as image.getLayoutParams().leftMargin it returns 0.
Any ideas?
0
votes
0answers
21 views
how to auto sort in QListWidget
I add pic to QListWidget, could you please tell me:
1. how to drop pic into QListWidget, and sort after that
2. how to make QListWidget auto sort after the size of MainFrame is changed.
...
0
votes
2answers
52 views
uitableview drag and drop with not moving cells
I would like to make use of the drag and drop reordering of tableview cells, but I have one problem:
I would like to keep my first row in place!
Here is the canMoveRowAtIndexPath delegate function:
...
0
votes
1answer
37 views
Jquery UI Drag N Drop duplication issue
Here is the link to my page. I am having an issue with the jQuery UI drag n drop functionality. I need it to be able to drag multiple of the same item to the container next to it, and all me to ...





