On 10/01/2008, Robin Houston robin.houston@gmail.com wrote:
Does anyone know whether there's a reasonably reliable way to detect whether a document is open that does not suffer from this problem?
It looks as though it may indeed be possible to check the document by path, using the AppleEvent corresponding to script like:
tell application "Foo" to get documents whose path is "/path/to/docum.ent"
I'll see if I can improve check_open to allow this kind of check.
Robin