Re: events
Re: events
- Subject: Re: events
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 10 Mar 2001 11:09:49 -0800
On 3/10/01 9:16 AM, "Bryan Harris" <email@hidden> wrote:
>
Is there a way to translate events (within chevrons) to the plain english
>
terms
Just compile them inside a 'tell application' block (or Smile window)
directed to the application.
>
(and back)?
>
Yes - using Smile's 'Copy translate' command. see the Smile Help (search for
'portability') to the easiest way to do it, and adjust for newer
developments (i.e. it's now easier in a Smile Script window, not a Text
window):
1) Compile a script or balanced script fragment in a Script window which has
been targeted to the application. (You can omit the 'tell application/end
tell' lines)
2) Select everything except the 'tell application/end tell' lines (if you
had left them in the script) and do "Copy Translate" in the Edit menu, or
the button at the bottom of the window, or press cmd-option-C.
3) Paste into a new script window which has not been targeted to anything.
Voila!
>
--
Paul Berkowitz
References: | |
| >events (From: Bryan Harris <email@hidden>) |