MoreOSL

Last Revision:
Version 1.0, 2003-01-14
C library for implementing AppleScript support within your application.
Build Requirements:
n/a
Runtime Requirements:
Carbon

MoreOSL, or MOSL for short, is a source code library for implementing AppleScript support within your application. It has the following key features. o C implementation -- Many AppleScript support frameworks (for example, PowerPlant, MacApp) are available to C++ applications only. MOSL is entirely written in C. o object focused -- Historically, DTS AppleScript support samples have concentrated on supporting text scripting. MOSL ignores text scripting and concentrates on the scripting of discrete objects, such as windows and items within windows. o modern -- MOSL incorporates modern AppleScript techniques, such as 'deep' object resolution. It is also fully Carbon compatible. o well tested -- MOSL includes a test application, TestMoreOSL, that demonstrates its capabilities. It also includes a large suite of AppleScript-based tests. o comprehensive -- MOSL allows you to easily implement the bulk of the core event suite. MOSL supports all key forms except formRelativePosition. MOSL also supports data comparison for most revelant data types. The MoreOSL library is targetted to run on a PowerPC with Mac OS 8.5 and above. It compiles and works best under Carbon, but it will compile and work with InterfaceLib. Requires: Mac OS 8.5 Keywords: AppleScript, OSL, ObjectSupportLib, scripting implementation