Help - where is my copy/move dialog gone!

Copy/Move dialog does not show when Navigator is open.

Is it reproducible ?

Closing Navigator during a copy/move operation and the copy/move dialog appears.

update : might be this line of code perhaps
cmd.noprogress = true;
but I wouldn't expect it to affect normal copy/move operations ?

If you set noprogress = true on the command object, things it runs do not have progress dialogs.

Yes, that's what it's for but I am expecting it only to act on the dialogs created by the script.
It was preventing the copy/move dialog showing from a normal copy operation in the lister.
I shall turn it off as it is not really neccessary for this script.

It wouldn't affect dialogs from other operations, but if there's a copy operation running without a dialog it might be possible for later operations to be queued to it.

Update: it is not cmd.noprogress causing the problem, perhaps you could look into it.
Steps to reproduce:

  • open Navigator 1.3
  • perform a large copy operation

copy/move dialog does not show.
If Navigator is closed during the operation the copy/move dialog appears.
If the copy operation is performed before opening Navigator then the copy/move dialog does not disappear.

Update:
It is not Navigator that is causing the problem, it seems to be happening with any script dialog.