-
Notifications
You must be signed in to change notification settings - Fork 14
standalone.livecode
The standalone.livecode file is in your app folder. This is is the binary "stub" stack you will build as an executable standalone using LiveCode. This is also the stack you will use to load all of your application files into the LiveCode IDE during development.
By default the standalone.livecode file has the stack name LevureStandalone when it is open in memory. If you like, you can rename LevureStandalone to something else. For example, you could rename it MyAppStandalone where MyApp is your application name.
Normally you will not modify any scripts or objects in the standalone stack. It is a bare launcher stack whose purpose is to load the levure.livecodescript framework as a behavior. After the framework script is loaded as a behavior it handles everything from there.
Whenever you are working with your application in the LiveCode IDE, you should always use the standalone to load your application by doing the following:
-
Open the
standalone.livecodestack in the IDE. -
With the Browse tool active, click on the Open Application button. The Levure framework will initialize and run the application in the IDE and you can begin editing your stacks.
You configure the standalone settings of this stack and build the executable using the LiveCode development environment, as described here.
Levure is an application development framework written for LiveCode.