Drag-and-drop to desktop

In IE, one can select the URL and drag it to the Windows desktop or anywhere else.
I want to implement the same functionality for my app: drag and drop a selection in the app to the desktop.
What flavors do I give the Transferable so that happens?
I wrote a test app to see what IE sends: two text/plain flavors. Almost obviously, I'm afraid to say, when I do the same from my Java app nothing happens.
And I don't seem to be able to find ANY documentation on the subject ...

I'm also looking for same, have you found any solutions elsewhere?

Similar Messages

  • Drag and Drop to Desktop Export

    In version 1.5, Aperture was capable of a 'drag and drop to desktop' JPEG export feature. This was very useful as it dramatically reduced the size of the file and maintained the fidelity of the image. However, Aperture 2.0 reduces the file size and dimensions. I would like the original dimensions but a reduced file size without using the Export feature. Any Suggestions?

    Hi,
    I have a similar question. I've noticed, when I drag a photo straight out of Aperture 2 to the Desktop, the file on the desktop takes on some interesting properties. For example, the original photo in Aperture is 4000 pixels in width, but if I drag it to the desktop, the copy it makes is 2000 pixels.
    Also, the dragged/copied version automatically gets an Adobe RGB (1998) ColorSync profile. I don't want it getting/using this profile, I want it using sRGB.
    There doesn't seem to be any control at all over the size and ColorSync profile of the dragged/copied image.

  • Drag and drop to desktop icon on Windows

    My Java application is bundled in a JAR (with a MAIN). On Windows (XP, Server 03+ and Windows 7) I would like to have it so the user can drag and drop files and/or folders onto the JAR's icon on the desktop and have it launch its MAIN passing in a list of java.io.File objects representing the dropped item(s).
    Is this possible? Do I need to turn my JAR into an EXE and if so can someone recommend an EXE generator tool that supports this drag-n-drop functionality?
    TIA,
    -Noah

    NBW-Java wrote:
    My Java application is bundled in a JAR (with a MAIN). On Windows (XP, Server 03+ and Windows 7) I would like to have it so the user can drag and drop files and/or folders onto the JAR's icon on the desktop and have it launch its MAIN passing in a list of java.io.File objects representing the dropped item(s).
    Is this possible? Do I need to turn my JAR into an EXE and if so can someone recommend an EXE generator tool that supports this drag-n-drop functionality?Noah,
    I've not ever seen another application that would do that without having the application already running, once it is running then you should be able to do a drag and drop.

  • Can't drag and drop on desktop and I've tried all suggestions from previous threads

    Yesterday I found that I can't drag and drop any files on my desktop. I get the white circle with a line through it when I try to drag anything. I can drag off of my desktop to my HD and to the trash but I can't drag anything back.
    I've read all of the previous threads about it and have tried all of the poetntail fixes including:
    Creating a new user account and switching back and forth
    Sleep / Wake
    Relaunching Finder
    Checking the Dragging option in Universal Access
    Checking all of my settings in prefrences
    (I don't have Air Display, Airparrot or any of the other listed problematic 3rd party programs)
    I even reinstalled Lion and the problem still exists
    Anybody have any other pointers, or should I head into the Genius Bar?

    Repairing the permissions of a home folder in Lion is a complicated procedure. I don’t know of a simpler one that always works.
    Back up all data now. Before proceeding, you must be sure you can restore your system to its present state
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy — do not type — the following line into the Terminal window, then press return:
    chmod -R -N ~
    The command will take a noticeable amount of time to run. When a new line ending in a dollar sign ($) appears below what you entered, it’s done. You may see a few error messages about an “invalid argument” while the command is running. You can ignore those. If you get an error message with the words “Permission denied,” enter this:
    sudo !!
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    Next, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the Recovery screen appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, enter “resetpassword” (without the quotes) and press return. A Reset Password window opens. You’re not going to reset the password.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select  ▹ Restart from the menu bar.

  • In mail drag and drop to desktop does not work with big pictures in 10.9

    My drag and drop function in apple mail program does not working anymore after upgrade to macos 10.9
    Big picture in my mail does not want to drag to the desktop anymore!
    Imac 2.93 Ghz core i7

    Hello,
    Please give your SPS (Java) and Patch level of BIBASES & BIWEBAPP.
    Regards, Karol
    SAP NetWeaver BI, Development

  • Drag-and-drop to desktop brings up Finder window - DO NOT WANT

    For some reason, every time I drag-and-drop an image from my browser onto my desktop, it now brings up a Finder window. Is there any way to stop this?
    Thanks.

    I'm also looking for same, have you found any solutions elsewhere?

  • How to drag and drop to desktop

    Hi experts,
    please see the following scenario:
    - We created a report using xCelsius that is technically a Flash file (SWF)
    - We included this into an iView
    Is there a possibility to drag and drop it to the Windows Desktop (e.g. Pressing the left mouse button and release it on the Desktop as it works for simple images)?
    Best Regards and thanks for your help.
    Thomas

    Hi,
    You cannot drag n drop flash to Windows desktop.
    Regards,
    Praveen Gudapati

  • Why can't Mac users, who have multiple devices, have device icons for drag and drop, on desktop rather than iCloud, iTunes, etc. ?

    I want drag and drop in the form of icons on my iMac, from all my other Apple devices. I don't want to have to go through iCloud, iTunes and DropBox.

    What are you other apple devices?
    For an all Mac OS X set, you could write an applescript to perform the task.
    Robert

  • Drag-and-drop from desktop to Flex app

    I am working on a RIA using flex and am trying to implement drag and drop of different types of files into a Flex UI, I know this is possible using AIR but we are trying to do it through Flex in a browser. Trying out options with javascript and active x controls but no success till now.
    I am seeking pointers to any sites that implemented this or any direction on cracking this one.
    Thanks,
    Rakesh Patwari

    Thank you for the quick response Jeffry,
    Yes, I am facing that issue whichever way we are going in! How about using Javascript/HTML as iframe within flex to get this done?
    Just thinking about it...
    Thanks again,
    Rakesh Patwari

  • Drag and drop file to desktop bug

    I have a new fusion drive 27" iMac with Thunderbolt Cinema Display.
    When I drag a file, like an attachment from mail, onto the desktop it does not drop the file where the cursor indicates it will.
    The same thing when dragging from the download folder or a finder window.
    The file is randomly paced on the main iMac desktop in no particluar order, and you can't precisely drop a file where you want.
    File can be dropped behind open windows, making them hard to find.
    If the Thunderbolt display is unplugged, the issue goes away and drag and drop is precise.
    This used to happen on my old iMac aswell, but i put it down to a bug with my system, however, it also happened out-of-the-box on the new fusion iMac before I installed any software or files, as I was specifically testing this - it's very annoying and disruptive to workflow.
    Something with OSX doesn't like the external monitor when it comes to drag and drop to desktop.

    The card reader is apparently stuck in write-locked mode. I don't generally advise do-it-yourself hardware repair, but one ASC poster managed to fix this problem. I haven't tried the fix myself and I can't offer any guidance beyond what's in that discussion. If you cause damage, don't expect your warranty to cover it. I suggest you instead make a "Genius" appointment at an Apple Store.

  • I cannot drag and drop for Photos in 10.10.3

    I seem to be unable to drag and drop from the new Photos application in Yosemite 10.10.3.  I have tried this with two different applications including Adobe's Photoshop Elements 13.  It seems to work fine with other apple applications.  (can drag and drop to desktop and to pages - only two I've tried) 
    However, it is very frustrating not to be able to drag and drop from Photos to another photo editing software.  Additionally, when I try to open a file from photos while in Photoshop using the menu - Photoshop crashes.  It appears I have no way to edit my photos in Photoshop if I store them in Photos...anybody else?

    Photos is a brand new, completely rewritten application. Adobe (and others) have not yet added compatibility with it.
    Exporting your your images to the desktop, then bringing them back into Photos, is the only way for external editing right now.

  • Can no longer drag and drop icons

    Hello All
    All of a sudden no users on my mac can "drag and drop" on desktop in finder or in the dock. can move open windows. have tried my old mouse and just the same
    also firefox stopped working at the same time wont load!
    Help please

    Hi again,
    I am sorry that didn't work. The only other thing i can think of is, have you checked the setting in each user account? In system preferences, users or user accounts (sorry i am on a PC at the moment so can't remember what it is called)
    I know there is a setting in there to stop users making changes to the dock, maybe this has changed and that is causing these problems?

  • When I drag and drop an icon from the address bar to the desktop is does creat the shortcut but will not display the website icon, only the firefox icon, how can I display website icons?

    When I drag and drop a website icon from the Forefox address bar to the desk top, the short cut is created but the icon that appears is the firefox Icon. I want to disply the icon from the website that the short cut refers to. I have checked all I can think of in my computer to no avail.

    You have to assign the favicon yourself to the desktop shortcut (right-click the shortcut: Properties) after you have dragged the link to the desktop.
    You can usually find the favicon in Tools >Page Info > Media and save the icon there.
    Otherwise use the main domain of the website and add favicon.ico (e.g. mozilla.com/favicon.ico ) to display the favicon in a tab and save that image to a folder.

  • Problem with Calendar and drag and drop a name to a Time spot with palm desktop. Full name does not appear only last name.

    Im having a problem with the palm desktop. When in “Contacts” and I list (LastName,First name) and then I move to the Calendar and drag and drop a name to a Time spot Only the LAST name of the Person appears. How can I fix this so that I can see there full name ?
    Also when If list (Company,Last Name) then go to calendar Some of my contacts are out of order but if I drag and drop them into the calendar day the full name appears. Is there any why of fixing this ? Or having it work properly ?
    Im running  XP pro
    Palm Desktop Version 4.1.4
    Post relates to: Treo 680 (Rogers)
    Message Edited by corrado on 07-21-2008 08:55 AM

    Any Idea how to fix the problem that I am getting when using the (Company,Last Name) and the contacts being out of order in the calander ? I have some last names starting with A then it goes to D then a B then a stack more A and none of then have a Company field filled out in them in them...
    Thanks for looking into that for me but it seems really stange to offer the option but not put in the first name in the calander when you drage the name over. I hope this is fixed in the future. Can anyony sugest another desktop platform I can use if I cant fix my problem with the   (Company,Last Name) problem?
    Post relates to: Treo 680 (Rogers)

  • Drag and drop .webloc to desktop - placement question

    Using an iMac with a secondary display...
    General:
    • What governs the location of an item dragged-and-dropped on to the desktop?
    • Is this user-modifiable?
    Specific:
    While doing research, browsing the Web, I routinely save links by dragging the favicon located to the left of the URL of the currently displayed page to the desktop. This seems to work for all the modern browsers I've tried.   I've done this for years with no problem.
    Until recently, the resulting .webloc file icon lands on the spot where I finish dragging.  Recently, the .webloc icon won't go there; instead it ends up in the apparent default location --  which at the moment is the middle-right of my main display.  If there are open windows over that region  --and there usually are on my very busy desktop-- I have to go to extra steps to get to the .weblocs.  This new behavior occurs in the latest versions of Firefox, Safari, and Chrome.
    This is about dropping .webloc files on the desktop.  Dropping them on an open folder continues to work correctly.  Dopping an ordinary item (file or folder) from an open folder to the desktop also works normally.
    Suspicion:
    I recently moved the external display from the physical right to the  left of the main display and adjusted System Preferences-->Displays-->Arrangement accordingly. 
    Bottom line:
    How can I restore the usual behavior, so the favicons become .webloc files exactly where I put them on the desktop? 
    Note:  I know that F11 puts all open windows temporarily aside and I use that.  But it ought to be possible to place those webloc files where I want them without any extra step.
    TIA

    This problem was fixed by installing 10.9.

Maybe you are looking for

  • How to recover database without controlfile and redo files?

    Hi all, If I just have datafiles using hot backup saving in another machine, and all files in current database were lost including data files,control files and redo log files . How can I recover database just using hot backup datafiles? without contr

  • PO : Condition type ZB00/RB00 (Value) and NETPR NETWR value printing Zero

    Hi Experts, I have created a Purchase Order line Item having the condition type ZB00(Value) the values of NETPR and NETWR are reflecting in the screen and in the table EKPO but when click on Print Priview the values of NETPR and NETWR are printing Ze

  • I want to open a text file and display it within Lookout 5.0

    How do you read and display a text file within Lookout 5.0?

  • Bluetooth Setting Missing

    Product Name: HP Touchsmart 23-f217c Edition: Windows 8.1 I have just purchased some new Beats Wireless bluetooth headphones and would like to connect them with my computer. I go into Settings/PC Settings/Devices and there is no option to enable or d

  • Encryption and Dehydration Store

    Hi Guys, I am using Human Task to display the fields in the worklist, but the payload include Credit Card Information, and user interacts with the Human Task to solve the issue. But my client does not want that Credit Card to be stored in the orignal