The drag-and-drop tag has no wiki summary.
0
votes
2answers
192 views
Drag and drop fearture for a website
I have to design a website which will have drag and drop features for creating an e-card. So you select items from a tool box and drag and drop this item on the card area. Once you have completed the ...
2
votes
1answer
215 views
What's the best way to manage list item sort order with Drag & Drop UI?
I have a list of Students that I should display to user on a web page in tabular format.
The items are stored in DB along with SortOrder information.
On the web page, user can rearrange the list ...
7
votes
3answers
616 views
Are there any tools for testing drag & drop Windows desktop applications?
I need to develop a Windows desktop application (win32 API) which will use drag & drop extensively in many formats, including my own. I need to test it, for example, with CF_TEXT dragging, CF_RTF, ...
6
votes
2answers
260 views
How could I implement a cross-platform drag and drop?
I just found a video online that shows files being dragged from a Mac to a PC and vice versa.
I'm developing a backup and sync application, and I'd like to see if I could implement this. How is this ...