Re: Palm Desktop 4.1
Re: Palm Desktop 4.1
- Subject: Re: Palm Desktop 4.1
- From: Timothy Bates <email@hidden>
- Date: Wed, 30 Apr 2003 22:05:09 +1000
>
I haven't tried any of the new features in the scripting support but
>
it does seem to have broken some scripts I have come to rely on...
>
tell application "Palm Desktop"
>
make memo
>
set title of memo 0 to "Handheld Note: To Do Item"
>
end tell
It results from correcting the scripting model in Palm.
the tell application "Palm Desktop"
set a to make memo
set title of a to "Handheld Note: To Do Item"
end tell
This means that you can now refer to things other than those you have just
created. Yay!
_______________________________________________
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.