Sorting photos in iPhoto
Sorting photos in iPhoto
- Subject: Sorting photos in iPhoto
- From: "parag vibhute" <email@hidden>
- Date: Tue, 5 Feb 2008 13:22:08 +0530
Hi,
I have following script which sorts images based on "Title"
tell application "iPhoto"
activate
end tell
tell application "System Events"
tell process "iPhoto"
tell menu bar 1
tell menu "View"
tell menu item "Sort Photos"
tell menu "Sort Photos"
click menu item "by Title"
end tell
end tell
end tell
end tell
end tell
end tell
As you know, it requires to enable checkbox of "Enable access for assistive devices" in Universal pane of system preferences bcoz it is based on UI scripting.
My question is there any other way to sort the photos without requiring to enable that checkbox?
Thanks,
Palav
--
There are many things in your life that will catch your eye but only a few will catch your heart....pursue those'.
_______________________________________________
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