Some applications change their window title depending on content. I don't know how the window hook is done, but could you implement some sort of window title regex instead of a hard and fast title string match?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some applications change their window title depending on content. I don't know how the window hook is done, but could you implement some sort of window title regex instead of a hard and fast title string match?
It should account for the title changes, but it doesn't try to find based upon anything like that at the moment. Sorry about the trouble.
I didn't think it did any dynamic matching, but I just tried it and it does, so I guess thanks :)