Problem with Launch Command
Ian Summerfield
iansummerfield at btconnect.com
Thu Feb 21 06:58:01 EST 2002
On 21/2/02 9:40 am, "Peter Reid" <preid at reidit.co.uk> 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
More information about the use-livecode
mailing list