Re: Palm Desktop ToDo Priorities
Re: Palm Desktop ToDo Priorities
- Subject: Re: Palm Desktop ToDo Priorities
- From: Adrian Smith <email@hidden>
- Date: Tue, 22 Jun 2004 12:49:22 +1000
At 6:52 PM -0700 21/6/04, Chris Page wrote:
On Jun 20, 2004, at 22:12, Adrian Smith wrote:
tell application "Palm Desktop"
set ChangedTasks to selection
repeat with eachTask in ChangedTasks
set priority to high
^^^^^^^^^^^^^^^^^^^^
end repeat
end tell
Set the priority of what to "high"? Try:
set priority of eachTask to high
Doh!
Thanks Chris,
I thought it would be something obvious!
Regards,
Adrian
_______________________________________________
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.