Re: drag and drop , copy and paste images Programming Software Development by arunkumars yep, the drag and drop is wat am not getting for the time being. am not getting the mouse events to do the drag and drop, n in this case, the image selected must be copied and pasted on the form, not direct moving of the image... I hope u understood this part of my problem.. Thanks... :).. Re: file / folder exists Programming Software Development by darkseid …;) End If Next End Sub [/code] any ideas for the drag n drop . when drag n drop is finished it should copy the selected file Re: drag and drop contents from one table to another Programming Web Development by nadiam drag and drop jquery ui instead. and thought of using a submit button instead of using the drop…the first table to the other. im using drag n drop jquery its working perfectly. Now, I am …= ui.helper; } }); $("#guest-list tr").droppable({ drop: function(event, ui) { var guest = ui.draggable.text();… drag and drop contents from one table to another Programming Web Development by nadiam …/Kzf62/18/) in jsfiddle is an example of how the drag n drop would be coded but i was wondering how to make… it work with database, like the "drop" would be like an insert into the database with… Re: drag and drop contents from one table to another Programming Web Development by pritaeas > how to make it work with database On drop you can make an ajax call to update both tables. jquery File Drop and Folder Assignments Programming Web Development by petrakid … file, please contact the Webmaster.</p>'; // Drag n Drop Zone echo ' <div id="dropbox">…; //THIS JS NEEDS TO KNOW THE $confyear!! // end Drag n Drop zone } } ?> [/CODE] The process.php file … File wipe & drag-n-drop support Programming Software Development by RenanLazarotto … a selected files only. And, how can I manage drag-n-drop functions? Like... drag something into my form (or my app's exe… Re: File wipe & drag-n-drop support Programming Software Development by codeorder For drag and drop, check out [URL="http://www.daniweb.com/forums/post1313057.html#post1313057"]this thread[/URL]. About "wiping" a file from the disk, do you want to just delete the file or shred the file a few times, then delete? drag n drop on 1 form Programming Software Development by murid … is my 1st post.. problem : I want to drag n drop an object (label n picturebox) in 1 form. what i means is the… object that I drag can be free moving in 1 form n drop it on anywhere on that form…. is it possible?? note: the object that i want to drag drop is created… Re: drag n drop on 1 form Programming Software Development by Teme64 …msdn.microsoft.com/en-us/library/ms973845.aspx"]Performing Drag-and-Drop Operations[/URL] [URL="http://msdn.microsoft.com/en…-us/library/aa289508(VS.71).aspx"]Implementing Drag and Drop in Visual Basic .NET[/URL] [URL="http://…www.vb-helper.com/howto_net_drag_drop.html"]HowTo: Drag and drop using VB .NET[/URL] drag image without scaling Programming Software Development by Dersev … 100 x 100px Image drag and drop is defined by mouseListener and…LoadImages("more/", filenames.length, filenames,n); } }); button3.addActionListener(new ActionListener(){ @…n].setImage(scaledImages[i-n]); images[i-n].setIcon(icons[i-n]); images[i-n].addMouseListener(listener); images[i-n Re: drag image without scaling Programming Software Development by Dersev … by [CODE]scaledImages[i-n] = image[i-n].getScaledInstance(100,100 , Image.SCALE_FAST);[/CODE] I would like to drag scaled image to layeredpane… without this scaling. My drag and drop is based on MouseListener [CODE] images[i-n].addMouseListener(listener); images[i-n].setTransferHandler(new TransferHandler("… Drag n drop behaving differently after ajax call Programming Web Development by newbie14 I have page here [url]http://183.78.169.53/tm/addTyreSwap2.php[/url] where when I select the drop down list value it will reassign the drag and drop function but it behave differently from this link [url]http://183.78.169.53/tm/getTyreLayoutDetails1.php?l=3[/url] where it drag and drop only on the picture and the drag image does not disappear? Re: drag image without scaling Programming Software Development by NormR1 Have you read the section of the java tutorial about Drag and Drop? It mentions extending the TransferHandler class for custom transfers. Is that what you want? The user drags a thumbnail and a full image is copied to the target. Re: Drag 'n' Drop Programming Web Development by digital-ether … anyone know of an AJAX script with this kind of drag 'n' drop functionality: [url]http://bit.ly/atE420[/url] The software in…; draggable and listen to the stop event. MooTools as a Drag extension. You can choose to include it with your custom…/2008/08/30-days-of-mootools-12-tutorials-day-12-drag-and-drop-using-dragmove/[/url] Re: drag image without scaling Programming Software Development by Dersev I can attach entire project. [url]http://www.megaupload.com/?d=S2KQRWSG[/url] My problem: When I am dragging small thumbnail from the right list to the left panel, image has the same size as thumbnail. I want to drag it from thumbnail but display on layeredpane in full size. Drag and drop not working when receive from ajax. Programming Web Development by newbie14 …] in this page you have select the vehicle via the drop down list then a number of tyre will appear via…[/url] here which directly generate the tyre layout and both drag n drop works perfects fine. Both are using the same codes. Only… Re: drag image without scaling Programming Software Development by NormR1 [CODE]scaledImages[i-n] = image[i-n].getScaledInstance(100,100 , Image.SCALE_FAST);[/CODE] Are you asking to change what that statement does? Re: drag image without scaling Programming Software Development by Dersev … icons[i-n].setImage(scaledImages[i-n]); images[i-n].setIcon(icons[i-n]); images[i-n].addMouseListener(listener); images[i-n].setTransferHandler(new … icons[i-n].setImage(scaledImages[i-n]); images[i-n].setIcon(icons[i-n]); images[i-n].addMouseListener(listener); images[i-n].setTransferHandler(new … Re: Drag n drop an mailitem from MS Outlook to C# application Programming Software Development by shyamkishore … please share the code that you did to achieve this drag and drop functionality? I am using VB2003 and I want to… do a drag and drag from outlook and save it to a temp… Drag 'n' Drop Programming Web Development by g_j_evans Does anyone know of an AJAX script with this kind of drag 'n' drop functionality: [url]http://bit.ly/atE420[/url] The software in the video is called CODA (a Mac application for developers). I was wondering if something like this has been done in AJAX. Thanks Re: Drag and drop/sort list from flatfile Programming Web Development by PatrikIden …;> <div class="box_link">Drag & Drop Link:</div><input type=text value…($gbfile,'a+'); flock($fp, LOCK_EX); fwrite($fp, $tmp. "\n"); flock($fp, LOCK_UN); fclose($fp); } //==================================== //Function below … Drag n drop an mailitem from MS Outlook to C# application Programming Software Development by nagramana It is possible to drag and drop an mailitem from Outlook to Explorer or MSWord or desktop. In the same way Is It possible to drag to C# Windows Application? Ramana Drag n Drop in same JList Programming Software Development by dav555 …/dnd/dropmodedemo.html"]Tutorial-Page[/URL] Now I can drag and drop from one to the other. I works also if… the source and the destination are the same and you drag upwards. it adds first the moved elements (in the "… Drag and drop/sort list from flatfile Programming Web Development by PatrikIden …gt; <div class="box_link">Drag & Drop Link:</div><input type=text value…($gbfile,'a+'); flock($fp, LOCK_EX); fwrite($fp, $tmp. "\n"); flock($fp, LOCK_UN); fclose($fp); } //==================================== //Function below … Drag and drop/sort list from flatfile Programming Web Development by PatrikIden …gt; <div class="box_link">Drag & Drop Link:</div><input type=text value…($gbfile,'a+'); flock($fp, LOCK_EX); fwrite($fp, $tmp. "\n"); flock($fp, LOCK_UN); fclose($fp); } //==================================== //Function below … Re: drag and drop problem Programming Software Development by jainendra.shah … show the code you have for the drag/drop routines My code is here in this … DebugWindow.AppendText("Dragging File: " + mRecallFileName + "\n"); chktable1.DoDragDrop(mRecallFileName,DragDropEffects.Copy | DropEffects.Move); } void … Re: Drag and drop/sort list from flatfile Programming Web Development by diafol Sorting by drag and drop will require javascript - not PHP. There are many libraries that … Re: Drag and drop/sort list from flatfile Programming Web Development by diafol Ok, but the fact remains, you need js not php for drag and drop. If you have js issues, go to the javascript/dhmtl/ajax forum. Re: Drag n drop an mailitem from MS Outlook to C# application Programming Software Development by nagramana Please find attached DragDrop Windows application. This application just have an textbox. You have to drag the mail from Ourlook to this textbox. The original mail is saved in temp folder and its path is displayed in this textbox. If this solves your problem kindly get back. Ramana