Bug in D Opus V9 - Vista - Shortcut > open file location

Bug in Vista ! - Shortcut properties > Open File Location > Close Opus, then try to close the Properties. The window damages.

All best
Milen

I reported something similar to GPSoft a few days ago so hopefully this will be fixed shortly.

In the mean time, you can use this Opus command to open the container of shortcut items:

Go OPENCONTAINER=target

I combine it with some other arguments so it opens a new tab:

Go NEWTAB=nofocus,findexisting OPENCONTAINER=target

I just got word that it's probably impossible for GPSoft to fix this.

It seems to be a bug in Explorer (which handles the Properties dialog) where it calls ShellExecute on a folder and then waits for something to happen which only happens if Explorer is the default folder handler. (Presumably it's waiting for an Explorer window to open even though it didn't explicitly run Explorer and thus should not expect that. Hard to say for sure but all Opus does, and all it can do, is respond to being asked to open the folder, which it does.)