Select photos whose name is in list of names?
Select photos whose name is in list of names?
- Subject: Select photos whose name is in list of names?
- From: Dalmazio Brisinda <email@hidden>
- Date: Tue, 23 Dec 2008 14:56:24 -0600
Hi everyone,
I'm having some problems getting iPhoto to select all photos in an album whose names are contained in a given list. Here's the script which I would have thought should work, but it comes back with the error:
iPhoto got an error: Can’t make {"Photo1", "Photo2", "Photo3", "Photo4"} into type reference.
—
set nameList to {"Photo1", "Photo2", "Photo3", "Photo4"} set albumName to "My Album"
tell application "iPhoto" activate select (every photo in album albumName whose name is in nameList) end tell
Any ideas how to make this work?
Best, dalmazio
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden