-
Notifications
You must be signed in to change notification settings - Fork 14
app.livecodescript
The app.livecodescript stack file must be located directly alongside the app.yml file in your app folder. The stack must be named app in memory. It has the following handlers for handling framework messages:
-
PreloadApplication: Perform operations before stacks, extensions, and externals in app.yml are loaded. -
InitializeApplication: Called after script-only stacks, extensions, and externals in app.yml are loaded. Perform initialization operations before UI stack is opened. -
OpenApplication: Called after InitializeApplication. Open UI stack. -
PreShutdownApplication: Called before the application shuts down. Perform any cleanup. -
ProcessURL: First parameter is line delimited list of urls that your app has been requested to process. Requires the{{FRAMEWORK}}/helpers/files_and_urlshelper. -
ProcessFiles: First parameter is line delimited list of files that your application supports and that you should process. Requires the{{FRAMEWORK}}/helpers/files_and_urlshelper.
Levure is an application development framework written for LiveCode.