On 21/2/02 9:40 am, "Peter Reid" <[EMAIL PROTECTED]> scribed:
> Whilst Ben's idea looks good, it only provides a Mac solution, not a
> Windows one, so I put this to one side for now until I've exhausted
> any dual platform solutions. Also, I have a slight concern about
> using AppleScript as to whether I can absolutely rely on the Mac
> users' system having the full AppleScript support installed?
The concern is only the same as having to wonder whether Quicktime is
installed before playing a movie. But to check it is easy:
Open preopenstack
if "AppleScript" is not in the alternateLanguages then
beep
answer "Applescript needs to be installed for this program to function."
quit
end if
End preopenstack
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution