Code Modules: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "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 t...")
 
No edit summary
Line 13: Line 13:
| .css || CSS formatting. 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.
| all others || Will be included in the manifest and deployed with your app. This can include .jpg, ,gif, .png, .wav and others.
|}
|}

Revision as of 20:47, 30 November 2013

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.