• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Sorting photos in iPhoto
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: Scope/Context issue?
  • Next by Date: Re: Scope/Context issue?
  • Previous by thread: Re: Apple Mail - "content" command suddenly does not work - Found Culprit - Time Machine!
  • Next by thread: on error result, how to parse
  • Index(es):
    • Date
    • Thread