Re: Windows Explorer window not moving
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
There is a blank at the end of the line in the item name c=DocumentWClass. The caption matcher uses all blanks, which may have not been a good idea to implement, although it is documented in the help. So because of this blank, the item never matched any window, and the commands were never run. That was tricky bug to find; I used my suggestion of adding a debug test to see if the item was being used and found it never was.