Re: applescript --> apple event
Re: applescript --> apple event
- Subject: Re: applescript --> apple event
- From: Andy Wylie <email@hidden>
- Date: Wed, 06 Feb 2002 14:42:18 +1300
on 6/2/02 7:53 AM, Ilyas Keser at email@hidden wrote:
>
Thanks Paul Berkowitz
>
>
I have installed the smile 1.8. But it doesnt work correctly. I can
>
not open the "open event log"
>
window to catch the appleevents..
I think Paul was referring to Smile's 'Translate Into Raw Code' script which
you should find in the scripts menu. Useful but probably not what you
require, from Smile help...
-------
bounds as raw code as text --> "pbnd"
-------
--open event log explanation (bottom of page) here...
tell application "Help Viewer"
handle url "Smile Help/pgs/Userscripts.html"
activate
end tell
_____________________________ Andy