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: Timothy Bates <email@hidden>
- Date: Thu, 01 May 2003 17:15:20 +1000
Same error: can't set memo ID n to "this is cool"
>
Ah, I forgot it was in a subsidiary tell block. What happens if you add
>
'its':
>
tell application "Palm Desktop"
>
set newMemo to make new memo
>
tell newMemo
>
set its title to "test"
>
set its contents to "this is cool" -- ??
>
end tell
>
end tell
>
Paul Berkowitz
_______________________________________________
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.