Code Modules

From NSB App Studio
Revision as of 20:47, 30 November 2013 by Ghenne (talk | contribs)
Jump to navigation Jump to search

Code Modules allow you to add code to your project that is not associated with any particular form. The code can be contained in the project itself, or be a file external to the project file. All file types are supported.

File Type Action
.bas BASIC code. Will be translated and included in your app at runtime.
.cod BASIC code. Will be translated and included in your app at runtime.
.js JavaScript code. Will be included in your app at runtime.
.css CSS formatting. Will be included in your app at runtime.
all others Will be included in the manifest and deployed with your app. This can include .jpg, ,gif, .png, .wav and others.