[futurebasic] Re: [FB] Re: Running a FM script (Applescript question)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2004 : Group Archive : Group : All Groups

From: Paul Bruneau <paul_bruneau@...>
Date: Fri, 27 Feb 2004 17:01:26 -0500
Here is the answer. Thanks to Alain, there are all these Applescript 
goodies available for download from this page:
http://www.stazsoftware.com/fb_pak/more.html

In his examples, you can run any applescript right from your app.

In my case, I put a compiled applescript resource into my app's 
resource file and I run it like that with
USR AppleScriptLoadAndRun( theFile as .FSSpec, resID as short )

Note to self: Always check the FB reference web page first!!

Thanks all, and THANKS ALAIN!!!

PB