No progress window when using usercommands

I had some buttons for file operations and e.g. when copying files the progress window appeared. Since I reconfigured them as usercommands no window appears, so I don't see when operation is finished. Why?

I found 1 other post about this issue: [Button and User Command Behavior Different)

regnim99 wrote: I reported this long ago with version 9.x. User commands do not show the progress bar (copy, move, etc) button commands do.
Both showed the progress bar in v8.

When this is true, it's probably a bug? I'm not sure ..

I had an conversation with Greg, they put it on the list. In the meantime I "solved" the issue using a Go-Command after copy progress so I can see if copying has been finished.

I suggested also a new command, which popups a "operation finished message" (with quit timer like shutdown-command).

Instead of using the GO command you could also try this:

@confirm Copying has been finished|Ok 

[quote="Christiaan"]Instead of using the GO command you could also try this:

@confirm Copying has been finished|Ok 

No, because it will be shown up immediately after copy-command and NOT after copying-progress.

I now use them as normal buttons again, don't want to loose files again.