Palm desktop/amateur question
Palm desktop/amateur question
- Subject: Palm desktop/amateur question
- From: Jason Davies <email@hidden>
- Date: Mon, 14 Jan 2002 10:13:49 +0000
>
I urge anyone who considers AppleScript support important to let Palm know:
>
>
<http://www.palm.com/macintosh/publicbeta/feedback.html>
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?