• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Palm Desktop 4.1 (creating a memo)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Palm Desktop 4.1 (creating a memo)
      • From: Chris Page <email@hidden>
    • Re: Palm Desktop 4.1 (creating a memo)
      • From: Chris Page <email@hidden>
  • Prev by Date: Re: Palm Desktop 4.1 (creating a memo)
  • Next by Date: Re: Language at a Glance
  • Previous by thread: Re: Scripting Apple Mail
  • Next by thread: Re: Palm Desktop 4.1 (creating a memo)
  • Index(es):
    • Date
    • Thread