[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lisp/Applescript question



Date: Thu, 9 Jun 1994 14:42:34 -0800
From: bonura@taurus.apple.com (Tom Bonura)
Subject: Lisp/Applescript question
 
At  14:42:34 Thu, 9 Jun 1994 -0800, Tom Bonura wrote:
 
> An open question is: if one built an application in MCL, defined the
> application's terminology (in an AETE) and built the appropriate event
> handlers, AETEResolve callbacks, would scripting then work?  I've never
> tried this - anyone else?
 
You can make an MCL-based application scriptable with the addition of a the
appropriate AETE resource and supporting code.  Defining that resource is not
pretty or easy, but it can be done.  I may even have some old code around here
that demonstrates it, if you'd like an example.
 
Dan