DragDropConfirm icon indicating copy to clipboard operation
DragDropConfirm copied to clipboard

Show source items in confirm-dialog + dialogs per items

Open PeJeyDimO opened this issue 7 years ago • 2 comments

Hint: This issue does partly comply with the contributions from @bduffek

The dialog description does not show which source file(s) or folder(s) will be moved or copied. Only the destination folder is shown when moving/copying files and/or folders.

I want to suggest (an option) to show the !source! file(s) or folder(s) in the dialog description, too.

It could look like this:

Are you sure you want to move the following items..

..source.file
..source\folder

..to the following destination folder?

..destination\folder

Another idea is this: Showing all files and folders to move/copy within one dialog can be inconvenient, because the items can be many. Instead of showing all folders or files to move within one dialog, a known method to show one dialog per folder or file after each other is what Windows Explorer does already when overwriting multiple files. Including a few choices like (see screenshots underneath):

  • Perform operation for all current items (3 found)
  • Repeat for all current items

(Dialog text translated from different language) item-not-found-dialog item-not-found-dialog-option1 item-not-found-dialog-option2

By the way, the pictured dialogs above show up on my Win7 system everytime upon moving folders or zip-files. The "Repeat" choice is equal to confirm the move-operation. The Dialog shows up since erroneous registry editing in the past. I couldn't figure out what exactly changed so that this dialog appears since. But I'm happy with this :D Because I can't figure out the reason, I was searching something like DragDropConfirm for future Win-Installs :)

PeJeyDimO avatar Aug 10 '18 18:08 PeJeyDimO

If I have the free time to do so I'll look at this eventually, but it would need a lot of safe guards to not overflow the message box, if it's possible.

bduffek avatar Aug 15 '18 20:08 bduffek

Using a scrollable listbox would allow you to keep the dialog a reasonable size while supporting the display of a very long list of objects.

A9G-Data-Droid avatar Mar 05 '20 18:03 A9G-Data-Droid