Re: Palm Desktop 4.1 (creating a memo)
Re: Palm Desktop 4.1 (creating a memo)
- Subject: Re: Palm Desktop 4.1 (creating a memo)
- From: Brennan <email@hidden>
- Date: Wed, 30 Apr 2003 16:20:15 +0200
On Wed, 30 Apr 2003 03:25:32 -0700, Chris Page
<email@hidden> wrote:
>
So, your script relies on 'make memo' opening the memo detail window so
>
that you can set the title of 'memo 0', and that is no longer
>
happening. The best way to rewrite your script is to just indicate the
>
desired title when creating the memo:
>
>
make memo with properties {title:"Handheld Note: To Do Item"}
>
>
Or, for something closer to your script, you could use the result of
>
'make memo':
>
>
make memo
>
set the title of the result to "Handheld Note: To Do Item"
Chris, I'm seeing problems whe I try to set the contents of a memo.
tell application "Palm Desktop"
tell (make memo)
set title to "test"
set contents to "this is cool" -- error here
end tell
end tell
As you may or may not know, 'contents' is used elsewhere in Applescript.
Maybe there is some conflict?
Brennan
_______________________________________________
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.