On 10 okt 2013, at 15:26, Christopher Stone < email@hidden> wrote: This also works fine
tell application id "com.apple.AddressBook" activate end tell
Yes, and I just now tried:
tell application id "com.apple.AddressBook" to launch And that one actually works!
But tell application "Contacts" to launch will not work, unless Contacts is already running.
However, replacing tell application "Contacts" with tell application id "com.apple.AddressBook" is no solution since the scripts will not even compile, despite I haven't touched them for many months, and I run them almost ever week!
Again, something is corrupt, but what is it?
/Harald
|