Re: Palm Desktop ToDo Priorities
Re: Palm Desktop ToDo Priorities
- Subject: Re: Palm Desktop ToDo Priorities
- From: Chris Page <email@hidden>
- Date: Mon, 21 Jun 2004 18:52:29 -0700
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
--
Chris Page - Software Wrangler - Dylan Pundit
Open Source Dylan: <
http://www.gwydiondylan.org/>
Dylan Blogging: <
http://homepage.mac.com/chrispage/iblog/>
Dylan Shopping: <
http://www.cafepress.com/chrispage>
_______________________________________________
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.