Asynchronous drag to file explorer

Hello,
I made a file upload/download application (ssh/sftp + metadata). My application shows a tree + a list of remote files. I'd like to be able to drag one from the list to a windows explorer.
Alas, I can't see a way to solve this: how can I initiate a transfer in the background and drop the downloaded file to the target folder, without blocking the gui?
Did a lot of search for this, but I guess this is a guru topic. Or is it infeasible?

Well, I was hoping to be able to just use override TransferHandler. I didn't try further, because the overriden method has to return something ; creating a thread wouldn't return a result directly, so I know this isn't my solution.
You said explorer should download the file... But how can I give a File object back to Explorer, if I didn't download it myself yet ?
Here is my TransferHandler:
private class FileTransferHandler extends TransferHandler {
@Override
protected Transferable createTransferable(JComponent c) {
final File targetDirFile;
try {
targetDirFile = File.createTempFile("happypf", "tempdir");
} catch (IOException exception) {
throw new RuntimeException(exception);
targetDirFile.delete();
targetDirFile.mkdir();
final List<RemoteFile> remoteFiles = getSelectedRemoteFiles();
// this is my problem... I need to do something with those remoteFiles...
Transferable transferable = new Transferable() {
public DataFlavor[] getTransferDataFlavors() {
DataFlavor[] flavors = { DataFlavor.javaFileListFlavor };
return flavors;
public boolean isDataFlavorSupported(DataFlavor flavor) {
return flavor.equals(DataFlavor.javaFileListFlavor);
public List<File> getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
if (!isDataFlavorSupported(flavor)) {                       
throw new UnsupportedFlavorException(flavor);
return new ArrayList<File>();
return transferable;
//[... removed canImport / importDate for explorer->java, which work...]
}

Similar Messages

  • Unable to double-click or drag/drop files to open.

    I'm running Photoshop CC 64 on a Windows 7 64 machine and am only able to open files in Photoshop by going to File->Open. Double-clicking from Explorer doesn't work and i can not drag/drop files into the open application window or taskbar icon. Right clicking on files and selecting "Open with" also doesn't work.
    I checked file associations and made sure to choose CC 64. If I right click on the shortcut and choose "Run As Administrator" which I have to do in order to get files to open between Lightroom and Photoshop (both need to be Run As Administrator), I'm still unable to open from Windows Explorer. However, if I check the box to "Run this program as administrator" in the shortcut's Compatibility tab, I can double-click to open from Explorer but am prompted with a UAC warning every time. Dragging/dropping into the open app still doesn't work.
    Opening between Bridge and PS works as expected so long as both programs are "Run As Administrator"
    Been searching the forums here and seen suggestions of similar but not the same issue, at least not that I've found.
    Anyone else experiencing? Suggested remedies?

    This is an OS permission problem.  Make sure you have ownership of the HD.  Do a web search on how to check.  External HD can be a problem for permission.

  • Bridge CS5 Windows crashes when I command/move or drag/drop files internally

    Bridge CS5 crashes with a Microsoft "report error" dialog whenever I drag images from one folder to another inside of Bridge, or use the right-click "Move To . . ." mouse command.  After months of successful use of the Bridge CS5, this behavior suddenly began.  Unfortunately, I can't now remember whether I did anything to my Windows environment at that time.  Bridge does not have trouble with dragging or command/moving files into Photoshop, but dragging image files (jpg) from a search screen or the Windows Explorer can also end in a crash.
    I'm running Windows XP SP3 32-bit on a 4-processor machine with adequate ram and lots of hard drive/scratch drive.  I deinstalled every trace of Bridge and reinstalled the upgrade 4.0.2.1, which makes me up to date. Working with Adobe Support I also cleared and uninstalled, and then reinstalled Photoshop, Bridge, etc. to fix some other problems.
    I have experimented with purging the Bridge cache for individual folders I was dragging from and to, but didn't purge all caches.  Typically, the crash appears a few seconds after dragging/moving a file - continuosly sucking-me into thinking things are at last repaired.  On occasion images are lost - i.e. really destroyed, or dropped into some limbo somewhere.
    I'd be truly grateful for any ideas to try, no matter how extensive or simple.
    Thanks!

    Hi Robert,
    I'm a developer from Br team. Thanks for reporting Br. problems.
    It seems like a memory issue. Please try this to help us identify the root cause:
    1. Disable all startup scripts (Edit->Preferences->Startup Scripts->Disable All), then restart Br.
    2. When Br is running, kill "SwitchBoard" process in task manager.
    3. When do Copy&Move operations, don't use Drag&Drop, try to use "Move To / Copy To" menu. (A known issue of Bridge, should be fixed in later versions)
    Does the crash still happens?
    Thanks very much!

  • Windows 8.1 Pro File Explorer Extremely Slow

    Hello,
    I am using Windows 8.1 Professional, and since a short time, I am having troubles with the file explorer.
    It is extremely slow. When I just want to select a file, it takes about 10 seconds, if not more, and then any operation I perform on files (opening directories, renaming files, right-clicking for options, etc.) is terribly slow.
    I have looked at the indexing options and tried to minimize the areas that are indexed, but to no avail. Even with only C:/Users indexed, I have about 500,000 items indexed.
    Here are my PC specifications:
    1. 32 GB of RAM
    2. Intel core i7 3.50 GHz with 4 cores
    3. 240 GB SSD in RAID + 3 TB Western Digital Black Edition in RAID
    Do you have any ideas on how I could solve this? Also, I would like not having to clean-install my PC.
    Regards,
    Jeremie

    AMS-DIS, perhaps you're talking about a different level of problem than the person who started this thread.
    Just because you've seen it personally doesn't make it automatically a systemic Microsoft problem.  While I don't disagree that Explorer could be better programmed, there ARE those of us who don't see regular crashes, freezes, or particularly slow operation.
    Keeping in mind that external drives have to spin up, and that can be perceived as taking some time when you access the drive in Explorer, once spun up you shouldn't be seeing noticeable delay.
    If you are, please quantify what you're seeing with some specifics.
    Here's what I see:
    When I first navigate to my spun-down MyBook external USB drive I see the contents of the root folder instantly.
    When I navigate a level or two into the folder structure I see a few second delay when it gets deep enough that the data is not cached and the drive has to spin up to get it.
    Then, once spun up, when I navigate into any folder its contents show up instantly.
    When I copy a file by dragging to/from the drive or do a backup to the drive I see a substantial percentage of the theoretical maximum transfer speed (I have USB2).
    If you are not seeing performance similar to the above then you have something out of the ordinary set up on your particular system that's causing it.  You should never be seeing crashes.  I don't.
    Now, that being said, when transferring multiple files / folders, I *do* see a fair bit of slowdown in transfer rate, implying something's being throttled back by Explorer or there's way too much end to end communication, even between SSDs.
    I've wondered whether Explorer is slowing things down just so you can see them happen in its progress dialog.    Windows XP used to be faster at copying big blocks of multiple files even 13 years ago.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • How do I drag a file out of Swing to Windows

    I have an application which has BLOBs stored in a DB. From either Windows or Linux I can drag a file and drop it into my application and store it in the DB.
    I have also enabled a JTable to act as a Drag source, and I by encoding the result as a uri-list I can send back a reference to the data as a URL pointing to the internal web server in my app (using the new internal server in Java-6) and I can drag the object onto a KDE folder, or a KDE media player, or Konqueror and it works as expected.
    But under Windows only IE (or I presume Firefox but I have not tried that) seems to want to accept this uri-list, Windows Media Player and file Folders do not want to accept it.
    I need to stream the data out as the files are quite large and so creating a temporary file as the drag starts slows the start of the drag down in a very non-intuative way (for the user).
    I am using the Java-6 D&D mechanisms, using a TransferHandler.
    I also tried sending the data out as a file:// entry in the uri-list, but again only explorer seemed to understand it.
    Looking at the tutorial on D&D it only talks about object drags, where the object is the content rather than transfering files.
    Thanks for any help
    David

    That works if all the data is available as a file at the point where you start the drag.
    In my case it is not, I have got to go get it from the database, and that can take up to 30 seconds.
    So I want to do that bit when the drop happens (which users are used to as for instance when they copy a large file in Windows at the moment), not when the drag starts (which is very difficult to provide any visual feedback for).

  • Disable row highlighting in details view in file explorer

    Cannot extract files from archive to existing folder using drag and drop operation.
    screenshot here http ://imgur. com/lmERkkw (it doesn't let me attach images or links until "verify my account", but no such option I am offered)
    or a simply file drag and drop copy http ://imgur .com/CHgmu5R
    In file explorer navigate to a folder containing enough files that there is no space between the last file and the bottom window edge.
    In another file explorer window, open a ZIP archive with explorer.
    Select all files and try to drag and drop these files over the first window. An operation that you would routinely perform and expect no issues, you might say.
    This however will fail because sometime after XP a "brilliant" mind at Microsoft decided that 1) items in details view should be highlighted when the mouse is over and 2) not being satisfied with the damage (1) is doing, the entire row is highlighted
    when the mouse is over, so when a drag and drop operation comes to this target, it is not interpreted as a drop to empty space but a drop to a target file.
    In XP, if I really wanted to drop an object into a file, I would EXPLICITELY drop it onto the FILENAME. If I wanted to drop into the containing/displayed folder, I would just drop it into an empty space.
    But in recent windows, this has changed and there is no space left to drop the drag-and-drop operation.
    I am ***baffled*** at me as a small user having to sum all this up. Don't windows developers use windows themselves??!?!?!?!
    I read on the net that for windows 7 there was a workaround for this called "folder options X". it seems that it does not work in win10.
    If someone cares to collect this feedback and send it to developers, this is just ONE of MANY features slashed from XP file explorer and XP desktop and XP taskbar and XP start menu (everything being offered by explorer.exe). Find a whole list here:
    http :// xpwasmyidea.blogspot .com
    Left tree folder jumping bug is back. Single-click expanding in left panel folder tree only worked in XP. etc....

    thank you Raafje.
    It works well!
    But I have still an issue with colored content of table cells. Some cells in my report contains HTML-colored content(a kind of intra-cell progress bar). Any hover color (I tried same color row and background-color:transparent) overwrite the color of cell's content and it looks no so nice. Each cell may have different colors so I can not define one standard for hover for all cases.
    Is there a way to deactivate this hover completely?
    Thank you!

  • Downloading ASPX files throuhg File Explorer - Why is the original content replaced?

    Hi All,
    I have hit upon this very annoying problem which is dragging down my productivity. I hope some of the experts here might be abble to offer a solution.
    My company has SP 2013 deployed. I have some custom ASPX pages deployed to a document library and these pages have no reference to anything of SharePoint at all. Everything works fine. However, when I download those files to local disk using the File Explorer
    view, the content of the ASPX pages are modified.
    If I look into the original files through SharePoint Designer then everything looks fine. Why would the File Explorer view of SharePoint do such a covert thing.
    example of modified content below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns:o="urn:schemas-microsoft-com:office:office" lang="en-us" dir="ltr">
    <head><meta name="GENERATOR" content="Microsoft SharePoint" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="Expires" content="0" /><meta http-equiv="X-UA-Compatible" content="IE=8"/><meta name="ROBOTS" content="NOHTMLINDEX" /><title>
    Error: User Settings Not Initialized.
    </title><link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/corev15.css?rev=5vnvqGmlkKiZE7lIH7ENng%3D%3D"/>
    <link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/error.css?rev=nc1850SZNy60qTAeQIRxsA%3D%3D"/>
    <script type="text/javascript" src="/_layouts/15/init.js?rev=ZCyl%2Bj%2B4NZLoeodWTEXQ0Q%3D%3D"></script>
    <script type="text/javascript" src="/ScriptResource.axd?d=waxIQA_sGf4iJF1mpDQ_h_7Bnp7l3Lb3pIc6d0Qn3v2S7zRP84uas_kZlheIew9n1ZY8LsdDvP_VUtLmPewi5Lt5GXCQln0TmnIM04UIBOCbicbhxC3tMhCPYfqxnFmO3r2Hy0TZ7TjAY4dqK7ge4yZ7s4MyKLIczZOrR3Ommjfjvo6pdzF8kZB0TX-DJZjY0&amp;t=6119e399"></script>
    <script type="text/javascript" src="/_layouts/15/blank.js?rev=ZaOXZEobVwykPO9g8hq%2F8A%3D%3D"></script>
    <script type="text/javascript">RegisterSod("initstrings.js", "\u002f_layouts\u002f15\u002f1033\u002finitstrings.js?rev=uNmvBiHdrBzcPQzXRpm\u00252FnQ\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("strings.js", "\u002f_layouts\u002f15\u002f1033\u002fstrings.js?rev=DY9A0USYODVw86N0trJTSw\u00253D\u00253D");RegisterSodDep("strings.js", "initstrings.js");</script>
    <script type="text/javascript">RegisterSod("sp.init.js", "\u002f_layouts\u002f15\u002fsp.init.js?rev=QI1yUCfCoUkadL93jNZLOg\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("sp.res.resx", "\u002f_layouts\u002f15\u002fScriptResx.ashx?culture=en\u00252Dus\u0026name=SP\u00252ERes\u0026rev=yNk\u00252FhRzgBn40LJVP\u00252BqfgdQ\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("sp.ui.dialog.js", "\u002f_layouts\u002f15\u002fsp.ui.dialog.js?rev=0xf6wCIW4E1pN83I9nSIJQ\u00253D\u00253D");RegisterSodDep("sp.ui.dialog.js", "sp.init.js");RegisterSodDep("sp.ui.dialog.js", "sp.res.resx");</script>
    <script type="text/javascript">RegisterSod("core.js", "\u002f_layouts\u002f15\u002fcore.js?rev=ZvHGYvPbR2jV\u00252B4xx2UhUzQ\u00253D\u00253D");RegisterSodDep("core.js", "strings.js");</script>
    <meta name="Robots" content="NOINDEX " />
    <meta name="SharePointError" content="1" />
    <link rel="shortcut icon" href="/_layouts/15/images/favicon.ico?rev=23" type="image/vnd.microsoft.icon" /></head>
    <body id="ms-error-body" onload="if (typeof(_spBodyOnLoadWrapper) != 'undefined') _spBodyOnLoadWrapper();">
    <form method="post" action="usersettingserror.aspx?source=http%3a%2f%2friskpoints.nomura.com%2fsites%2frpg%2fWebResources%2fMay28%2fTestTree.aspx&amp;loginName=i%3a0%23.w%7ceurope%5cdasgupsa" id="aspnetForm" onsubmit="if (typeof(_spFormOnSubmitWrapper) != &#39;undefined&#39;) {return _spFormOnSubmitWrapper();} else {return true;}">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzODY5NzkzMDQPZBYCZg9kFgICAQ9kFgICAw9kFgICCQ9kFgICAQ9kFgICAQ9kFgQCAQ8PFgIeC05hdmlnYXRlVXJsBeQBaHR0cDovL215c2l0ZXNzLm5vbXVyYS5jb206ODAvX2xheW91dHMvMTUvRWRpdFByb2ZpbGUuYXNweD9Vc2VyU2V0dGluZ3NQcm92aWRlcj0yMzRiZjBlZCUyRDcwZGIlMkQ0MTU4JTJEYTMzMiUyRDRkZmQ2ODNiNDE0OCZSZXR1cm5Vcmw9aHR0cCUzQSUyRiUyRnJpc2twb2ludHMlMkVub211cmElMkVjb20lMkZzaXRlcyUyRnJwZyUyRldlYlJlc291cmNlcyUyRk1heTI4JTJGVGVzdFRyZWUlMkVhc3B4ZGQCAw8PFgIfAAWPAWphdmFzY3JpcHQ6T25QcmV2aW91c1BhZ2VDbGlja2VkKCJodHRwOlx1MDAyZlx1MDAyZnJpc2twb2ludHMubm9tdXJhLmNvbVx1MDAyZnNpdGVzXHUwMDJmcnBnXHUwMDJmV2ViUmVzb3VyY2VzXHUwMDJmTWF5MjhcdTAwMmZUZXN0VHJlZS5hc3B4Iik7ZGRk/8DhVeqMpCBkDLwMGbJHyjvtFVboldzRyN3N1oU7pws=" />
    <script type="text/javascript">
    //<![CDATA[
    var g_presenceEnabled = true;
    var g_wsaEnabled = false;
    var g_wsaQoSEnabled = false;
    var g_wsaQoSDataPoints = [];
    var g_wsaLCID = 1033;
    var g_wsaListTemplateId = null;
    var g_wsaSiteTemplateId = 'STS#0';
    var _fV4UI=true;var _spPageContextInfo = {webServerRelativeUrl: "\u002fsites\u002frpg", webAbsoluteUrl: "http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg", siteAbsoluteUrl: "http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg", serverRequestPath: "\u002f_layouts\u002f15\u002fusersettingserror.aspx", layoutsUrl: "_layouts\u002f15", webTitle: "Global Risk Programmes Group", webTemplate: "1", tenantAppVersion: "0", webLogoUrl: "_layouts\u002f15\u002fimages\u002fsiteicon.png", webLanguage: 1033, currentLanguage: 1033, currentUICultureName: "en-US", currentCultureName: "en-GB", clientServerTimeDelta: new Date("2014-06-02T09:22:36.9098601Z") - new Date(), siteClientTag: "12$$15.0.4551.1001", crossDomainPhotosEnabled:false, webUIVersion:15, webPermMasks:{High:2147483647,Low:4294967295}, pagePersonalizationScope:1,userId:10, systemUserKey:"i:0\u0029.w|s-1-5-21-477418155-1331950027-3872095834-234225", alertsEnabled:true, siteServerRelativeUrl: "\u002fsites\u002frpg", allowSilverlightPrompt:'True',"themedCssFolderUrl" : "/sites/rpg/_catalogs/theme/Themed/37D18848","themedImageFileNames" : {"spcommon.png" : "spcommon-B35BB0A9.themedpng?ctag=6","ellipsis.11x11x32.png" : "ellipsis.11x11x32-2F01F47D.themedpng?ctag=6","O365BrandSuite.95x30x32.png" : "O365BrandSuite.95x30x32-C212E2FD.themedpng?ctag=6","socialcommon.png" : "socialcommon-6F3394A9.themedpng?ctag=6","spnav.png" : "spnav-230C537D.themedpng?ctag=6"}};function OnPreviousPageClicked(sourceUrl)
    document.cookie = "WSS_IgnoreUserSettingsOutOfSync=1; path=/";
    window.location = sourceUrl;
    }var MSOWebPartPageFormName = 'aspnetForm';//]]>
    </script>
    <script src="/_layouts/15/blank.js?rev=ZaOXZEobVwykPO9g8hq%2F8A%3D%3D" type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    if (typeof(DeferWebFormInitCallback) == 'function') DeferWebFormInitCallback();//]]>
    </script>
    <div id="ms-error-header" class="ms-pr">
    <h1 class="ms-core-pageTitle">
    </h1>
    <div>
    </div>
    </div>
    <div id="ms-error">
    <div id="ms-error-top">
    </div>
    <div id="ms-error-content">
    <div id="ms-error-error-content">
    <div id="DeltaPlaceHolderMain">
    <div>
    <span>
    <div id="ctl00_PlaceHolderMain_PanelSettingsOrReturnLink">
    <a id="ctl00_PlaceHolderMain_HLinkSettingsEditorPage" class="ms-descriptiontext" href="http://mysitess.nomura.com:80/_layouts/15/EditProfile.aspx?UserSettingsProvider=234bf0ed%2D70db%2D4158%2Da332%2D4dfd683b4148&amp;ReturnUrl=http%3A%2F%2Friskpoints%2Enomura%2Ecom%2Fsites%2Frpg%2FWebResources%2FMay28%2FTestTree%2Easpx">Edit user settings</a>
    <br/>
    <a id="ctl00_PlaceHolderMain_HLinkSettingsPreviousPage" class="ms-descriptiontext" href="javascript:OnPreviousPageClicked(&quot;http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg\u002fWebResources\u002fMay28\u002fTestTree.aspx&quot;);">Return to original page.</a>
    </div>
    </span>
    </div>
    </div>
    </div>
    <div id="ms-error-gobackcont" class="ms-calloutLink">
    <a href="/sites/rpg" class='ms-calloutLink' id="ctl00_PlaceHolderGoBackLink_idSimpleGoBackToHome">Go back to site</a>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    //<![CDATA[
    var _fV4UI = true;var g_MinimalDownload = true;var g_WebServerRelativeUrl = "/sites/rpg";var _spFullDownloadList = ['closeconnection', 'download', 'signout', 'xlviewer', 'wordviewer', 'wordeditor', 'powerpoint', 'powerpointframe', 'onenote', 'visiowebaccess', 'storefront', 'wopiframe', 'appredirect', 'wfstart'];
    //]]>
    </script>
    </form>
    </body>
    </html>
    Any help is appreciated. 
    thanks,
    Saurabh

    Hi,
    Would you mind providing the original version of your custom .aspx page? Can you just copy the content while open in SharePoint Designer and paste in a notepad?
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Lumia 520 and File explorer issues.

    Hi I have just bought lumia 520 and I am trying to trasnfer files using file explorer on windows XP.
    Thing is when I connect my phone via data cable, a folder appears named "lumia 520 #2". But when I open it, it doesn't show anything in it. No folders. And when I try to copy paste any file, the paste option doesn't appear. When I try to drag a file, it doesn't copy.
    When i click on the folder and go into properties it only shows camera options.
    I can't think what's the issue here.
    Please reply soon, it will be really helpful. Thanks

    You are using Xp SP3 and Windows Media Player 10 or later?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • How to make a file explorer work under certain conditions

    Good afternoon,
    I have built a VI that is basically a file explorer that lets you import data to another application, when a button is clicked, you can navigate throught the directories of your pc searching for a txt file to import and plot some ghraphs. I used the property node "Visible" to show up this file explorer as a window, so every time i click the button, it shows up, but I realize it is processing even if its not being used, like a process running in second plan, thats why I want to make it different, I want to make it run only when the button aforementioned is on true, and to make it I have tried stuff like wiring the button to the loop condition, using a case structure with the button wired and nothing seems to work. How could I do that?
    I appreciate your help,
    Lucas Faquim
    Attachments:
    Temperatura.vi ‏337 KB

    Faquim wrote:
    First of all, thank you for your answer, Hooovahh. I am not an expert programmer, I really dont know the problems around the infinite loop, and dont know what are the issues around thhe abort execution, could you tell me?
    To understand this idea, think of yourself as a VI.  You're sent to cook a full meal in the kitchen.  This meal is complex enough it'll require several burners, the sink, a cutting board, and trips to the fridge and cupboards.  I tell you to start cooking and you go about your business getting things going.  At some point, I come in and drag you out of the kitchen and don't allow you to go back.  What state is the kitchen in?  Is the fridge open?  Is the freezer open?  Are the burners on?  Is the oven on?  Is the oven closed?  Will things on the stove boil over creating a mess and potentially a fire?  Who knows?  You're creating the same mess when you hit the abort button.  You're forcing yourself into an uncertain situation that may cause more problems than taking the thirty seconds it'd take to turn your burners off, turn off the oven, and close the fridge door.  You WANT to have a cleanup routine in case things need to stop similar to getting the kitcen into a safe state before leaving.
    With an embedded system, there isn't the typical user interface so if it stops, it's likely stopped for a LONG time.  These typically run infinitely until something goes wrong and they shut themselves down.  When you can put a stop button on the front panel and use that, it makes worlds more sense than leaving the kitchen in disarray.

  • Windows 8 FTP Folder in File Explorer - Interface Not Supported

    I access my FTP site Via Windows Explorer in Windows 7 and Have tried doing the same via File Explorer in Windows 8
    When I double click a File in the FTP folder, whereas in W7 It would download a copy and open the file, In W8 I receive the error Interface Not Supported.
    Does anyone know of a fix for this?
    Thanks in advance.
    Tim

    I remember seeing something similar happen in Windows Explorer on W7 after I installed Google Chrome, however this was happening right from first install on W8.
    I seem to remember the solution in W7 was a registry fix but I'm not sure whether this would work in W8
    Ravenstar68
    Edit 
    Just remembered it wouldn't let you create the ftp site in W7 so was a different problem
    I was waiting to see if you brought that up.
    When I first made the standard ftp shortcut (the kind that opens IE), it had no association.  That green bird-foot arrow icon comes from OpenWith.exe.
    Double-clicking the shortcut brought up a very reduced-choice metro dialog.  Those were the only choices.  No OpenWith browse options there.
    There wasn't even a Open With... choice in the right-click dialog.
    I was curious to see what might happen if I made the wrong choice.  It was very unforgiving.
    No obvious way to fix it.  No OpenWith right-click context menu.
    I had to reassociate ftp elsewhere.
    Even now that I have everything straightened out, the right-click menus don't offer OpenWith.
    The left pic above shows the ordinary IE ftp shortcut.  I can drag-n-drop it into Firefox and it works.  But there's no OpenWith option for that.
    The right pic above shows the File Explorer ftp shortcut.  What in the world is that "Open folder location" option?  It launches IE to my (blank) home page.  Hmm?
    Just thought I'd share all this with you, since you brought up initializing ftp access.
    Deluxe in some ways, but pretty ragged in others.

  • Drag & drop from explorer into my application

    Hi folks,
    I want to drag files or folders from Windows explorer into a tree structure of my LabVIEW application. I did not find any solution or example (and I was not able to install the G-Toolbox, which is mentioned in some old forum boards).
    Does anybody have an example? Thank you very much! 
    Solved!
    Go to Solution.

    I found this thread searching for a way to drag and drop files from the OS (either Windows Explorer or Mac Finder) onto my VI.  I don't want a visible file path control on the front panel--I want the user to be able to drop the file anywhere within the VI's panel.
    I've looked at all of the examples linked above in this NI thread and the thread at LAVA, but came up empty for any code examples that does this for both Mac and Windows.  
    I did eventually find a way to create something that works for Windows.  (I might have seen this solution from the JKI guys a few years back--I can't remember.)  It relies on the following:
    * A transperrent path control set to "fit control to pane" so that it covers the whole pane even if it is resized.
    * This path control needs to be the top-most control so that is can always receive the dropped path.
    * Create a <This VI>:Mouse Enters event to make the path control inivisble
    * Create a <This VI>:Mouse Exits event to make the path control visible 
    This works in Windows (testing with LV2010 in Win7) because when you drag a file onto the VI panel it DOES NOT fire the Mouse Enters event.  You can drop the file and as soon as the path control receives the path the VI can rehide the path control so that the user can manipulate other controls on the panel.
    However, the problem is that on Mac (tested with LV2010 in Mac Lion), the Mouse Enters event DOES fire when you drag a file into the VI panel.
    I'm posting this example as a working example for Windows folks, but I hoping there is a clever Mac user out there than can figure out a work-around to make this work for the Mac too.
    Thanks!
    Attachments:
    drag and drop file path example.vi ‏18 KB

  • How to drag a file into a picture control in a runing VI?

    When the VI is runing, LabVIEW allows users to drag a file from windows explorer to the File path control to get the path. But how could I drag a file into a picture control to get some event?
    Since the Picture control will also used to reponse to some other events so put the a transparent file path control on top of it may be the last idea in my mind...
    Is there any other options??
    Thanks guys!

    In Dreamweaver CS4, whenever I try to drag a newly updated version of a swf file into a certain directory / folder in the Files panel of the Dreamweaver interface, the file simply gets placed under my website's root instead.
    You are dragging the file from OUTSIDE of DW (using Explorer/Finder) and dropping it within DW's FILES panel (I didn't think you could do that!)?  Or you are dragging it from within the FILES panel, but from outside your site (by choosing "Local Disk" from the drop list)?  I think what you are seeing is the best you will get with that procedure.  Try going to "Local Disk" and copy the file, then return to your site and paste it where you want it.

  • Diplay Large/Small Icons  (Windows NT File Explorer look)

    Hi,
    In a program, I have to display a list of elements. These elements are represented by an icon. All the elements must be "Drag and Droppable".
    First step : I would like to know HOW to display my element's icons : using wich java component(s) ? Using wich method(s) of this/these java component(s) ? The display MUST be the same as the Windows NT File explorer (using Large Icon in the file list)
    Second step : How make my elements "drag and droppable" ?
    Thanks in advance
    Anthony

    The common use is to put directly the objects you want to manage into the list. After that, you have to
    manage what is called the 'renderer' of the items in the list.
    For more information, just read the API... it is really clear enough to get something working with the
    documentation. (see http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JList.html)

  • Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it?

    Trying to drag pdf files i have and combine them into one pdf file in the account i just purchased with Adobe. when i drag a pdf file over Adobe doesn't accept it. says it can not convert this type of file. but it is an Adobe file. Do I need to change it in some other form befor dragging it?

    Hello djensen1x,
    Could you please let me know what version of Acrobat are you using.
    Also, tell me your workflow of combining those PDF files?
    Please share the screenshot of the error message that you get.
    Hope to get your response.
    Regards,
    Anubha

  • Bridge(CS3) conflict with Windows file explorer

    Bridge will crash on me at least twice a day. I use Bridge and Windows file explorer simultaneously copying and moving files across a network. When Bridge quits I sometimes lose my network connection and have a lot of trouble re-connecting.
    I have done the usual delete preference, trash cache etc., nothing seems to be working.

    Not sure what is going on there, but have a suggestion. You are increasing your odds of Bridge crashing, and trashing the cache, if you move too fast. When in Bridge wait for the spinning arrow in lower left corner to stop (it is building the thumbs) before changing folders.
    Don't see any correlation between network connection and Bridge crashing. Perhaps if you have a slow computer you are overloading it with tasks and it can not keep up. Minimize programs running at same time.
    Also, run task manager and see what the processor is doing. If CPU useage goes up markedly that will confirm the problem.

Maybe you are looking for

  • Does the IOS 8 is slow in the iPod touch 5g ?

    I think the IOS 8 is slow in the iPod touch 5g

  • Sync or ASync for a Data Warehouse environment?

    We have a 7 TB DW environment that we're using High Availability on. Almost all of the data is bulk loaded nightly/ weekly. We've been running this in Sync-commit mode, but lately the Transaction Log in our Primary DB has grown to > 1/2 TB waiting on

  • Sales order costing (MTO) Variant configuration.

    Hi, Basically there 3 different types of finished castings : 1.     Special finished Casting u2013 which is a configurable material . this casting is saleable as well as can be used for manufacturing machined castings. This casting is been manufactur

  • AL BPM work items and tasks

    Hi, I am a newbie with AL BPM, and am trying to use it for a project. We are trying to manage breaks for incoming events. An event could have multiple breaks associated with it and would be assigned to a user to resolve. One of the key requirements i

  • Change OWB-user password after import

    Hi there, I set up a new empty 11.2 Warehousbuilder Repository instance, created a workspace and several DB-users (not in OWB) to prepare for MDL-Import. Into that I run MDL-Import from 10.2 (it creats a MDL-file for 11.2), which was successfuly impo