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
0answers
76 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 ...
0
votes
1answer
58 views

jQuery pass element to dataTransfer property

Trying to pass a jQuery object to the dataTransfer property during a drag/drop sequence. After adding the property to jQuert.event.props array I'm able to assign it, but it returns undefined on during ...
1
vote
1answer
24 views

What is the event I can handle dragged and external file onto my frame

I have code working to drop files onto a wx.FileDropTarget inside my frame. That is not my question. I am trying to make a custom "hover" event that gets called 1 second after a outside dragged file ...
1
vote
1answer
57 views

How to interpret short drag events as clicks

Is there a concise way to have short-length, short-duration drag events be interpreted as click events? For example, I am using d3 and defining the following events that are supposed to capture a ...
0
votes
1answer
88 views

In Meteor, getData('text') always returns an empty string

I'm using Meteor and I have this code to drag and drop an element: Template.occupations.events({ 'dragover .liOccupation': function (evt) { evt.preventDefault(); }, 'dragleave ...
3
votes
1answer
121 views

Implementing a Drag and Drop Interface in Java

I trying to create some sort of interface from scratch for objects that can be dragged and dropped using some sort of EventListener. I can't directly use any of javax.swing classes because I'm not ...
0
votes
1answer
84 views

Extract css class from drag-and-drop event in javascript

I have several draggable image elements with certaing css class and one canvas element on my html page. Also canvas element catches dragStart, dragOver and drop events. How is it possible to find out ...
0
votes
1answer
124 views

FireFox onDrag Pagex PageY always zero ;(

Hi i'm implementing a visual editor where users are allowed to drag images onto the page, and drag other images inside these previously dragged images (kind of 'add another image'). I basically only ...
0
votes
1answer
278 views

winrt event drop dragenter etc.or zindex of image in grid

I have a winrt app with a grid. The grid contains images. What I want do is to drag one image over an other image inside the grid and change the position. The movement of the images i have made with ...
0
votes
1answer
446 views

Dragging and Dropping in WPF

I've got a TreeView and Canvas in my WPF application. I'm trying to implement functionality whereby users can drag a TreeViewItem and a method should be called when the user drops on the canvas, ...
0
votes
0answers
89 views

Drag Event in Android

how could I implement Drag Event in Android?? I want to make an application where I can drag the ball around the screen. I just need the syntax, how to implement it and add event to an image ball.
0
votes
0answers
208 views

implementing DragEventArgs with Windows Forms Drag and Drop

I have a container control that holds multiple child control containers for module-based drag-and-drop functionality within a Windows Forms application. I need to deliver some custom serialized ...
0
votes
1answer
59 views

Flex event when drag is dropped outside a component

One of my components is handling drag and drop <s:HGroup id="hgModules" gap="0" width="100%" height="100%" horizontalAlign="center" verticalAlign="middle" dragOver="dragOver(event)" ...
0
votes
1answer
96 views

Windows.Forms DragLeave Event Firing unexpectedly

A custom UserControl ChartControlShelf contains a TableLayoutPanel with 3 child controls, all type Panel. Children have no EventHandlers. ShelfContainer adds all EventHandlers for UserControl ...
0
votes
1answer
253 views

How to create a Dojo onDrop event in Drag and Drop Source

I have a dojo.dnd.Source for a drag and drop and want to fire an event when the user drops an item from a source box to a target box. Any one have a good example of how to fire this event? The ...
1
vote
2answers
181 views

How to stop mousemove event correctly?

I'm trying to see how drag & drop works in native javascript. I'm writing a simple javascript function to make it happen. It works, but not correctly. http://jsfiddle.net/FKM5S/ when you move ...
-1
votes
1answer
129 views

Get SOurce of a drag&drop

I have an WPF-Datagrid where i can drop an element.This is a Textelement dropped from an .txt file (opend for example with notepad++).Is there any possibility to get informations about the .txt file ...
0
votes
1answer
59 views

Trigger action on completion of drag action

I'm trying to allow items from a QListWidget to be dragged to a "Trash" (A subclassed widget which accepts drops and does nothing with them). I know that if I setDropAction(Qt.MoveAction), the ...
3
votes
1answer
1k views

Listening for mouse (drag-and-drop) events in MS Excel

Is there a way to recognize a drag and drop event on a MS Excel sheet? What I am looking for is to be able to listen to the event when you drag and drop a file (say from desktop) onto a cell in a MS ...
2
votes
1answer
458 views

Drop event not firing in jQuery UI.

I am trying to create a small program that allows a user to put pieces of equipment together to construct a picture of a device. the end product will look and function like this: ...
3
votes
2answers
570 views

drag and drop, prevent awkward highlighting?

I'm building a drag and drop method, using query -onmousedown leading to -onmousemove (drag) then -onmouseup (unbinds onmousemove) the problem is, browser defaults begin highlighting onmousemove, ...
1
vote
1answer
571 views

DragDrop event not firing on object inside usercontrol (but DragEnter does)

Well the title pretty well describes my problem. Here is a little bit more detailed description of my problem: I am building an application with a TabControl, which I populate at execution time with ...
2
votes
2answers
814 views

javascript dragging a file from desktop: dragenter / dragleave triggers uncorrectly

Made a fiddle for this: http://jsfiddle.net/terjeto/MN4FJ/ My problem is that dragleave fires when you drag a file from desktop into the box and over the text inside the box. (drag a file into box ...
0
votes
2answers
1k views

ExtJS4: Drag from tree to panel

I'm facing a problem using ExtJS4. My application has a tree containing a string representing an employee. Inside this tree, drag&drop works just fine. Now I'm trying to have a panel, to which ...
0
votes
0answers
388 views

Is there no Event.fromElement in a dragenter/dragover event?

I was playing with drag n drop in full forms (so no instant upload). I though small part was gonna be highlighting a certain fieldset when hovered over with a file. Enter dragover and dragenter events ...
2
votes
2answers
559 views

Event fired in dragdrop source when dragdrop is completed or cancelled

I know that there is usually a DoDragDrop method that starts a drag and drop operation. And that there are events (such as DragEnter, DragOver, DragDrop, DragLeave) that can be handled on the target ...
0
votes
0answers
298 views

WPF GiveFeedback event is never triggered

DataGrid in WPF, drag & drop works fine. but I want to display some not allowed cursor when an invalid item dragged. I simply hook up GiveFeedback event like this, but it seems the event is never ...
0
votes
1answer
1k views

Drag and drop event in a contentEditable element

What event is fired when one drops something in a contentEditable element (after dragging)? I'm talking about plain old drag and drop, NOT HTML5 drag and drop (where any element can be made ...
2
votes
1answer
221 views

Dynamically assign events to a new UIElement to handle drag and drop

My problem is that I'm trying to do a toolbox for the user so he can create radio buttons, combo box, etc and then those created elements be able to drag and drop inside a canvas or whatever. ...
0
votes
1answer
184 views

“AIR Debug Launcher” app is not drag and drop enabled in osx

I am doing an AIR app that needs drag and drop functionalities. And to optimize the workflow the most- I would like to have it possible to drag files into the "AIR Debug Launcher" and react to the ...
2
votes
4answers
269 views

Is every MOUSE_DOWN guaranteed a MOUSE_UP?

Are there any circumstances under which a Flash application could receive two MouseEvent.MOUSE_DOWN without a MouseEvent.MOUSE_UP in between? In my ActionScript 3 application, I want to track the ...
7
votes
1answer
976 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 ...
2
votes
3answers
5k views

HTML5 Drag and Drop ondragover not firing in Chrome

I have this simple example here which is not firing in Chrome 11 for me http://jsfiddle.net/G9mJw/ which consists on a very simple code: var dropzone = document.getElementById('dropzone'), ...
4
votes
1answer
599 views

WPF click and drag-and-drop events clashing?

I have a WPF ListBox, where the items are styled to be Buttons. I've used gong-wpf-dragdrop to very easily implement drag-and-drop, so I can reorder the listitems. However, I would now like to be able ...
-2
votes
1answer
163 views

C# drag drop issue

When I call a dialog in the drag drop event given off by my main window. The folder that I get the data from gets stuck with a drag and drop cursor. Pretty much the folder that is used in the drag and ...
0
votes
1answer
172 views

How to get a reference to current DropTarget, upon drop failure with YUI 2.8.1 DragDrop?

I'm using the DragDrop component - its basically the 'grouped drop objects' example - but I cannot for the life of me obtain a reference to the DropTarget object at the time I dropped my drag ...
3
votes
3answers
8k views

jQuery UI Sortable and two connected lists

I am trying to put together the following with jQuery and Sortable: There are two cases that I need to grab: A: move an item within the same list B: move an item from one list to another Case B is ...
0
votes
2answers
239 views

Flex 3: determine if an event target is a descendant of a component

I have a custom component with a couple of text input fields (among other things) that is used as the row components in a tree. I have had to write my own drag and drop handling, and have almost ...
0
votes
2answers
447 views

Call to GetData fails silently in DragDrop event

I am building a Winforms application with drag and drop support into a TextBox. The TextBox should allow files and text to be dropped onto it. Its AllowDrop property is set to true. This is the event ...
0
votes
1answer
469 views

Event does not work after drag and drop operation

I developing some kind of builder for our project. I want to use both drag and drop support and context menu in my application. Currently I use drag and drop support but no luck with context menu. ...
0
votes
1answer
216 views

CellDoubleClick event doesnt work after addition of Drag&Drop

After I added drag & drop to a DataGridView, the CellDoubleClick event stopped working. In the CellMouseDown event I have the following code: private void dataGridView2_CellMouseDown(object ...
0
votes
1answer
83 views

Event propogation whilst container is not initialised

I have a Canvas (lets call it the Drop Box) which users can drag and drop external files onto. Next to this I have a ViewStack, of which one of the layers is a Canvas with a TileList. I have ...
0
votes
1answer
357 views

event.target doesn't work

I've wrote some jquery code with some draggable elements and one droparea. Unfortunately my droparea can't make a difference between various object. Here's my code. <script ...
3
votes
2answers
403 views

Get the coordinates of a drop event in Javascript?

I made a javascript library that lets me drag a marker from a dragzone to one or more dropzones. The problem is... the mouseup event happens over the marker I'm dragging, no te dropzone. How can I ...
1
vote
1answer
226 views

WPF: How to get the event when one FrameworkElement comes in contact with other FrameworkElement

I am developing a small application with images and trash box icon on right hand bottom. I have multiple images floating in the main window, and using mouse I can move image from one corner to other ...
2
votes
1answer
330 views

Scriptaculous Drag: How do I offset the dragging element?

This is an age old problem - but now I'm using scriptaculous its come back to haunt me. When dragging a tree node over other tree nodes I want mouseover to fire for each node I drag over. So I want to ...
6
votes
1answer
1k views

C# ListView DragDrop Event Method Executing Twice Per Drop

The method executes twice in a row and there's no apparent reason for doing so. It happens in VS2010 Express (4.0) and in VS2008 (3.5). public GUI() { InitializeComponent(); ...
0
votes
1answer
476 views

Flex: AdvancedDataGrid Tree dropParent

Hi I have an AdvancedDataGrid tree with a ArrayCollection as its dataprovider. Now, for instance, i drag a leaf from one node to another node. To catch the event I'm adding a Listener to dragComplete. ...
1
vote
3answers
1k views

Javascript Calendar

I am looking for a Javascript calendar with support for drag-and-drop, extensive events model (drag, drop, deletion/adding of items). Also has to be capable of displaying a schedule for multiple ...

1 2