emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
(Updated from Addressbuch to Contacts) |
|||
Line 14: | Line 14: | ||
-- some snippets are taken from http://www.mactech.com/articles/mactech/Vol.21/21.10/ScriptingAddressBook/index.html | -- some snippets are taken from http://www.mactech.com/articles/mactech/Vol.21/21.10/ScriptingAddressBook/index.html | ||
using terms from application " | using terms from application "Contacts" | ||
on action property | on action property | ||
return "phone" | return "phone" | ||
Line 126: | Line 126: | ||
===Known issues=== | ===Known issues=== | ||
# for Mac OS 10.9 (Mavericks) | # for Mac OS 10.9 (Mavericks) | ||
## you need to specifically allow AppleScript accessing the Contacts.app. See http://support.apple.com/kb/HT5914 | ## you need to specifically allow AppleScript accessing the Contacts.app. See http://support.apple.com/kb/HT5914 | ||
## you also need to change the name of the application from "Address Book" to "Contacts" | ## you also need to change the name of the application from "Address Book" to "Contacts" | ||
# browser window opens and resizes | # browser window opens and resizes |