Topic profile page for Drag and drop.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Drag and drop.
Topic "Drag and drop" was discussed 28,201 times on 2,688 sites in last 3 months
Started 20 hours, 43 minutes ago (2009-12-05 02:38:00)
by Kanni
Hi, I am trying to drag text from JList using dnd. This application is workign fine on Linux/Windows. While dragging on the MAC system it is displaying a rectangle box of size JList cell along with the cursor. Please suggest how to avoid this recatangle while drag on MAC. I am pasting sample code which I am trying to run on different OS. Regards, Kanni package applet; ...
Hello, Everyone. I'd like to implement treeview and drag and drop function. I know that flex doesn't support drag and drop from flex to another application. so, Indesign's flexui can support this funtion? If that is possible, could you let me know. thank you Best regared, Lion, J
Started 1 day, 17 hours ago (2009-12-04 06:10:00)
by - Rick -
In Windows Vista, there exist two posibilities to create a shortcut to a folder via drag-and-drop by pressing different key combinations while dragging-and-dropping: ' ALT '-key: create a normal shortcut (double-clicking on that shortcut navigates to the linked folder) ' SHIFT-CTRL '-keys: creates a folder shortcut (junction; the linked folder shows up as a subfolder of it's container ...
Started 1 day, 18 hours ago (2009-12-04 05:04:00)
by anishkannan
I am trying datagridview drag and drop itself for our application . i was tried this code void dataGridView1_MouseDown(object sender, MouseEventArgs e) { if (e.Button == MouseButtons.Left) { DataGridView.HitTestInfo info = dataGridView1.HitTest(e.X, e.Y); if (info.RowIndex > = 0) { DataGridViewRow view...
Started 2 days, 15 hours ago (2009-12-03 07:45:00)
by klogube
Hi, It is a basic DataControl question where I am facing some issues due to this. I have created the DataControl form java webservice and using that DC in my ADF application. When I drag and drop my Data Control RESULT in my UI and select some specific output structure (Table or form or etc), it is pop-up the window with all the return parameters where ...
Started 3 days, 17 hours ago (2009-12-02 05:48:00)
by taniaaa
Ever since I upgraded to windows 7 I am unable to drag and drop photos in my folder to customize organization. It has been driving me crazy and so I searched the web to see if anyone else has been having this problem. It turns out that windows 7 just doesn't have this feature. How is this possible? it is such a basic feature and has been allowed in all the other windows. How can I change this? ...
Started 3 days, 22 hours ago (2009-12-02 00:39:00)
by korkster911
So I've developed an Interactive Touchscreen application. Everything works great on the computer. Mouse clicks, click and drag, etc. I've developed for touchscreens before with no issues... HOWEVER, this is the problem. The Flash application performs perfectly when running on it's own as an swf. The same goes for Director... BUT!!!! As soon as I embed a Flash object in the Director ...
Started 4 days, 6 hours ago (2009-12-01 16:22:00)
by lope
mp3 drag and drop how to make a mp3 player functionality, like for example winamp has, that you grab the mp3 and drag in into the playlist/player and it automatically plays?
Started 4 days, 11 hours ago (2009-12-01 11:53:00)
by mojito
I have a strange issue that after a few drags my draged clip on release disappears. I have really little idea how to debug this. anyone seen this happening...will see if i can get something online so its easier for you to see the behavior...
Started 5 days, 14 hours ago (2009-11-30 08:58:00)
by drfrankbuck
I recently moved from Office 2003 to 2007. I do a great deal of drag and drop in Outlook. I have noticed however, that when I drag a Task to Notes, while it creates a new Note and the information in the subject line is there, none of the information on the note section of the Task is showing up in the Note. Anyone know what is happening?
Started 5 days, 12 hours ago (2009-11-30 10:55:00)
by Charlie X
I am running XP Professional SP3. Since a couple of days I am not able to drag files between folders, move icons on the desk top using the mouse. Further I can't move mails between different folders in Outlook 2003. If trying to do so I receive the message "OLE register failure". Can't see any reason - haven't made any changes, downloads etc as far as I know. Can anybody help? 1 person ...
Started 5 days, 10 hours ago (2009-11-30 13:07:00)
by kamalbctg
Hello guys, May be i am posting on the wrong place but hope some one here may be have some idea about my problem: I am trying to use google gear desktop feature in FF for file drag drop and upload to server. But problem is the drop event is different in each version of FF say 3.0 use dragdrop and 3.5 use drop more over dragover event fire never ever. For further information dragover...
Started 1 week ago (2009-11-28 21:05:00)
by gerryvye
I haven't programmed drag and drop too often. I ran into a curious situation. I could just be missing something painfully obvious. I am trying to drag and drop the "newArch" Sprite which contains a MovieClip and a TextField within it. However when I attempt to drag and drop I can only grab the MovieClip within "newArch". Naturally if I grab the TextField I get an error as the TextField class does...
Started 5 days, 13 hours ago (2009-11-30 10:20:00)
by lope
drag drop problem not so much a problem as something is bugging me... the problem is that mc is actually a 2px wide line so if i attach mouse_out listener as in code below, when mouse gets out of that line (which happen too easily and always) the dragging stops. and if i dont attach mouse_out listener then if i drag out of the stage and ...
Started 1 week ago (2009-11-28 01:42:00)
by sheilsoft
I appear to have a drag & drop problem when moving items around my start menu. All other drag & drop events appear to work without any issues, and the computer is fast and functioning well. I have a number of folders on my start menu which I use to group shortcuts for ease of use (graphics, utilities etc). For some time now I experience a problem when dragging either new app's shortcut ...