showing card in Address Book
showing card in Address Book
- Subject: showing card in Address Book
- From: Fred Zuijdendorp <email@hidden>
- Date: Tue, 2 Mar 2004 17:39:36 +0100
Hi -
I'm trying to get Address Book to show, and edit, a specified person.
Tried this:
tell application "Address Book"
set g1 to first item of groups
set p1 to first item of people of g1
get properties of p1
--set selection to {p1}
set s to selection
set selection to s
get selection
end tell
This sets the selection to something unexpected (possibly the first
person in the book).
The commented line causes an error.
I also tried "open" and "show" (which work for Mail en iCal).
Is it at all possible to set the selection, or show/edit a card some
other way?
Regards - Fred
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.