Tagged Questions

0
votes
3answers
110 views

Flex:: How do I prevent in drag and drop, dragging onto self

I have a Flex question. I was wondering, if I have two list boxes, and I want to drag and drop between both of them, how do I prevent the user from dragging onto the same list (thus duplicating the …
2
votes
3answers
69 views

Require help to implement drag from Java Application and drop to Native File System

I have a Java Swing application which shows a list of the files/Folders that have been uploaded to the server. I have a requirement to download selected file(s)/folder(s) to native file system using …
0
votes
1answer
13 views

COleDataSource - setting drag & drop data between applications

Some code I am working on uses COleDataSource::CacheGlobalData, passing as CF_TEXT an HGLOBAL pointing to some memory allocated for the text. I want to also add a numeric value, so ythe drop-target …
0
votes
1answer
14 views

Catching a drag exit in Qt?

I've got a custom widget descended from QWidget that I want to be able to drop onto, and while the drag is hovering over the widget I'd like to highlight it to provide a little visual feedback to the …
1
vote
1answer
14 views

How to use filegroupdescriptor to drag file to explorer c#

I would like to drag and drop an element of a listbox to explorer. When the drag and drop is started, I need to prepare the file on demand and save it to a memory stream. Can you provide me with an …
0
votes
0answers
10 views

wpf-DragDrop in a listbox with groupstyle

I am using the control library from http://code.google.com/p/gong-wpf-dragdrop/successfully for my listbox dragging operation.But there is an issue when i drop an item to a listbox with a group …
0
votes
1answer
26 views
+150

COleDropTarget not working for an MFC control

I have 2 MFC controls that I've created derived from a common base. They appear in the same place in my dialog and by clicking a button it swaps between the 2 controls. I do dynamically create the …
0
votes
2answers
102 views
+150

Drag-and-drop accordion panels? (ASP.Net)

Hello, I have a set of accordion panes(dynamically created) contained in an Accordion control. Basically, what I am wanting is for the user to be capable of dragging these accordion panels so that …
0
votes
1answer
9 views

Can I override the default “Drag and Drop” behaviour when dragging email item from outlook?

After dragging email item from outlook, my own application (written in C#) can get the data and retrieve the msg data when the email item is dropped on it. But is it possible to override the default …
1
vote
1answer
26 views

WPF: PreviewMouseMove not firing when left mouse button is pressed?

I'm writing a small drag and drop feature on the project I'm working on. I've done this type of feature several times before, and I always use a combination of PreviewLeftMouseButtonDown and …
-1
votes
1answer
39 views

Cocoa: create drop zone for files

I want to create a drag and drop zone (using an NSView) for ANY file in my cocoa app. How do I do it?
0
votes
0answers
1 views

drag and drop on all nodes of a tree structure simultaneously in a advanceddatagrid

I have an advanceddatagrid tree with a hierarchial XML as its dataprovider. If i drag and drop a branch from one node in a tree, the similar action is to be performed on all nodes of the tree …
0
votes
0answers
5 views

how to create dynamic droppables? jQuery + PHP + AJAX

I'm trying to create jQuery droppables based on a certain class. however, since there are many droppables they should only be created once something has started dragging. is there a way to create …
0
votes
3answers
31 views

Jquery drag and drop plugin between tables

I'm looking for a jquery plugin that makes it possible to drag and drop between two different tables. I have a table containing search results and I want to make it possible to drag each result to …
1
vote
4answers
47 views

Drag and Drop between 2 list boxes.

Trying to implement drag and drop between 2 listboxes and all examples I've seen so far don't really smell good. Can someone point me to or show me a good implementation?

1 2 3 4 5 28 next
15 30 50 per page