• 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/amateur question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Palm desktop/amateur question


  • Subject: Re: Palm desktop/amateur question
  • From: "Jason W. Bruce" <email@hidden>
  • Date: Mon, 14 Jan 2002 14:34:03 +0000

The syntax for creating a memo in the Palm Desktop is as follows:

set txt to "foo"
tell app "Palm Desktop" to create new memo with {body:txt}

If you declare the variable txt in a Tell app "BBedit" block, you may have
to prefix my before txt in order to get the Palm Desktop to see it.


Jason Bruce

> Done. I asked for a complete overhaul :-)
>
> I have been trying to get some scripts written but I am not an expert (I don't
> deserve the name 'newbie' as I have been screwing up Applescripts for over a
> year now). Eg I want BBedit to take the selection and create a new to-do item,
> or memo. The glitch is getting the memo to take the string and place it in the
> body of the memo.
>
> tell app "BBedit 6.1"
> set txt to selection
> end tell
>
> tell app "Palm desktop"
> create new memo with body txt
> end tell
>
> and many other such variations, none of which seem to work. Could you explain
> the syntax?
> ------------------------------------------------------------------------------
> --
>
> Always get a second opinion. Don't you think?


  • Prev by Date: Re: Scriptable Search-and-Replace Utilities
  • Next by Date: RE: Text to Speech
  • Previous by thread: Palm desktop/amateur question
  • Next by thread: X-faces
  • Index(es):
    • Date
    • Thread