Re: iphoto
Re: iphoto
- Subject: Re: iphoto
- From: webguide <email@hidden>
- Date: Wed, 16 Jul 2003 16:21:18 +1000
G'day Kelvin
>
I am trying to insert information into the Comments field of iPhoto and
>
seem to be failing with great success.
>
Script that I think should work, but isn't is:
>
set the Comments of record i to myVariable
>
Obviously the syntax is wrong. Can anyone tell me what the correct
>
command is to place information into the Comments field.
I don't use iPhoto but this works here:
tell application "iPhoto"
set mypic to photo 1
set comment of mypic to "hello world"
end tell
Cheers
kim
_______________________________________________
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.
References: | |
| >iphoto (From: Kelvin Aitken <email@hidden>) |