NetAlive DocumentationStarts interactive operation of a document/application.
The Run command first checks a document for validity (compilation, see below). If the check fails, the user is presented with a list of reasons and the program does not start running.
It is usually not necessary to use this command because documents start running automatically when loaded unless:
This command is not available during compilation (see below).
A document can be compiled to four different levels. The first level does the least amount of work. The next level does everything in the previous level plus more.
Performs the following checks:
Checks connections and compiles all tasks containing compilable code. Functions are compiled one-at-a-time within each document. Other documents remain active during compilation.
Checks connections, compiles functions, and loads the binaries for compilable functions into the document.
Checks connections, compiles functions, loads binaries, and then removes source code for tasks that have binary.
Invokes the native editor on the document's background image. The current implementation modally-locks NetAlive until the editing completes.
Attempts to check the document's file out of the version control system. Only works for documents stored on disk. Uses checkout parameters.
Displays pending network operations for the active document.
Terminates pending network operations for the active document.
Normal release versions of NetAlive have the logging facility disabled and show this command as "disabled." Versions of NetAlive with logging enabled have "*LOGFILE*" present in the "Help About" dialog and Splash.
Clears files from the temporary directory area:
Specifically:
[NetAlive Documentation Home Page][NetAlive Home Page]