View Single Post
There's a clue in the log. File choosers return an alias reference, not a file reference. The error comes from trying to dereference an alias alias (no such animal).

Setting the open line to "set oDoc to open myDocument" seems to do the trick.

I'm not sure why you got a timeout error. When I ran the script, I got

Code:
Can’t get alias (alias \"<myDisk>:<me>:Desktop:Untitled.graffle\")." number -1728 from alias (alias "<myDisk>:Users:<me>:Desktop:Untitled.graffle")

Last edited by john.gersh; 2011-10-10 at 07:10 AM..