Is there a way around this?
When drag files from everything to a slow device (usb drive, network share) all everything windows are locked until the operation completes
Copy (drag from everything) locks all everything instances
-
Dorf
- Posts: 20
- Joined: Mon Feb 25, 2013 6:46 am
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Copy (drag from everything) locks all everything instances
Currently there's no way around this, drag dropping is done in the UI thread.
If the drag dropping operation freezes, so will the Everything UI.
I need to move the drag dropping operation to its own thread, added to my TODO list, thanks.
If the drag dropping operation freezes, so will the Everything UI.
I need to move the drag dropping operation to its own thread, added to my TODO list, thanks.
-
Dorf
- Posts: 20
- Joined: Mon Feb 25, 2013 6:46 am
Re: Copy (drag from everything) locks all everything instances
Oh ok. Thank you for everything.
I have one sort of related issue, but i think it is Windows fault.
When doing that drag and drop to drive with limited space, the copy/move is aborted (only option is try again or cancel), even though there will be plenty of space due to overwritten files.
I have one sort of related issue, but i think it is Windows fault.
When doing that drag and drop to drive with limited space, the copy/move is aborted (only option is try again or cancel), even though there will be plenty of space due to overwritten files.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Copy (drag from everything) locks all everything instances
You could check that by doing the same with Windows Explorer & see if it gives you the same results?When doing that drag and drop to drive with limited space, the copy/move is aborted (only option is try again or cancel), even though there will be plenty of space due to overwritten files.