At 8:58 am -0800 2/2/04, Chris Nandor wrote:
tell application "iPhoto" get item 1 of selection end tell
That fails in AppleScript for me. Is there a way to do this in AppleScript? If so, I can tell you how to do it in Mac::Glue. :-)
If it were the Finder, you would need to say
item 1 of (get selection)
or
selection item 1 of result
JD