Re: Short, maybe even handy, Address Book script
Re: Short, maybe even handy, Address Book script
- Subject: Re: Short, maybe even handy, Address Book script
- From: Michelle Steiner <email@hidden>
- Date: Wed, 25 Jun 2003 09:39:23 -0700
On Wednesday, June 25, 2003, at 08:00 AM, Paul Berkowitz wrote:
A member of the Applescript team told me that it's a bug and that it
should work, and asked me to report it as a bug against Address Book.
If they "fix" it such that you can include an element (email 1) in
there,
I'll be very impressed. If they "fix" it such that it works exactly
as you
presented it - in an AppleScript list and NOT just directly using
application objects - then I will give you a very large present. I
frankly
don't believe it.
Well, all I know is that Chris told me that it should work the way I
wrote it, and suggested that I write a bug on it. So, I did.
Each item of the list is an application object, so I would think it
should work.
However, thinking further upon the matter, I discovered that the
following works.
tell application "Address Book"
set label of email 1 of people of group "mailing lists" to "List"
end tell
And that is what I should have used in the first place. I got used to
"a of b of c" not working in other applications that I got into the
habit of breaking things down and doing them step by step instead of
doing them directly.
--Michelle
--
Failure is not an option. It comes bundled with the software.
_______________________________________________
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.