Re: Can a script receive AppleEvents?
Re: Can a script receive AppleEvents?
- Subject: Re: Can a script receive AppleEvents?
- From: Peter Fine <email@hidden>
- Date: Tue, 14 Nov 2000 16:49:10 -0500
on 11/13/00 3:46 PM, Rick Mann at email@hidden wrote:
>
I'd like to write a script designed to respond to specific AppleEvents. I
>
would then like to have that script redirect the event to an app on a
>
different machine.
Yes, it can. Read Chapters 8 and 9 in the AppleScript Language Guide. It's
not exactly an email-size topic. Also take a look at Smile.
http://www.tandb.com.au/smile/
It happens to be a freeware IDE for AppleScript, but it's the most
scriptable app on the planet because you can attach scripts that respond to
Apple events to its menus and objects. The second most-scriptable app is
BBEdit 6, which is a great text editor (especially if you write HTML) but is
not free.
Peter