0
votes
0answers
36 views
How to enable Drag & Drop for all the children controls
Hello,
My situation is as follows, I have win-forms applications with DockPanel Suite and lots of controls, which cover the entire screen,
I want to enable D&D of files from …
0
votes
1answer
13 views
Incorrect item gets selected when starting a drag on an item in an ItemsControl
I am implementing a DragDrop framework for WPF (which incidentally you can find here).
I have a problem in that when the user MouseDowns on an ItemsControl we don't know immediate …
3
votes
1answer
125 views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads( …
1
vote
1answer
39 views
COleDataSource/COleDropTarget cancel drag&drop operation
I have implemented my custom drag&drop by deriving from COleDataSource and COleDropTarget. Everythings work fine but I have an scenario that makes the application crashes.
Tha …
1
vote
0answers
35 views
Drag and Drop compressed files from swing to native [update]
Hi,
I am trying to move files from a compressed archive to the native system (basycally, windows' eplorer) through drag and drop operations.
My only idea at this moment is to c …
1
vote
1answer
89 views
How can I grab an image dragged from Firefox?
Based on this drag/drop article: http://delphi.about.com/od/adptips2005/qt/dropontimage.htm
I'm trying to catch an image dragged from Firefox onto a TPanel, I've got something tha …
0
votes
2answers
27 views
jquery - rearranging elements on a page using dropzones?
Hi there,
Anybody come across a good plugin or code to allow you to rearrange elements on a page using drap and drop and dropzones?
iGoogle and windows live does similar things.. …
1
vote
2answers
33 views
Can’t move treenode to listbox in c#
Hi:
I am having a problem moving a treenode in a treeview to a listbox. The code is pretty straight forward. I just can't figure out why. Here is my code:
In window form's constr …
0
votes
2answers
53 views
Desktop Namespace Extension in Windows 7: Unable to drag and drop
I have a program which makes use of a desktop Namespace extension. In Windows 2000, Windows XP, and Windows Vista, users can drag icons onto an icon on the desktop and the progra …
2
votes
1answer
30 views
Wpf dragdrop, how to visually reject the drop during the drag?
During a drag in Wpf, how can the mouse cursor (or perhaps using an adorner) be changed to indicate that the droptarget will not accept the dragged item?
I've tried to set e.Effec …
0
votes
3answers
46 views
Drag and Drop along a diagonal line?
Are there any examples of a drag-and-drop solution in which the elements being dragged can only move along a slanted line? For example, constrain an element's draggability so that …
0
votes
2answers
24 views
Existing Drag-and-Drop Application/Framework in Javascript
Does anyone here know of a Javascript application (something similar to Lightbox, only not for images) for drag-and-drop, preferably running on the Prototype Javascript Framework?
…
0
votes
2answers
25 views
Drag and Drop in MobileSafari?
Is it possible to allow users to drag and drop items in mobile safari? Google images on the iPhone does something similar, but I'm not sure if it is true drag and drop or some othe …
0
votes
1answer
43 views
Drag and drop layout designer
Are there any tools (frameworks) to create web based layout desinger (something like in Visual Studio, but with html and javascript) - with drag and drop, ability to combine severa …
0
votes
1answer
63 views
Trouble with detecting mouse movements in a TcxGrid when dragging files from Windows Explorer
I recently added a feature to a large application written in Delphi (version 2009) that allows the user to drag files from Windows explorer and drop them on a TcxGrid control. I ac …
