<AppScaffoldNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » AppScaffoldNode

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetCountReturns an <int32> containing the count of <Str> objects stored by this <Node>. Typically used as a loop counter guard in code that uses GetFilePath() and SetFilePath() to get or set the paths to resources used to build applications.
stringGetFilePathReturns the file path at the specified index.
int32GetPathsPopulates a <StrList> with all the file paths stored by this object.
int32SetFilePathSets the file path at the specified index. The maximum index is defined by the AppScaffoldPathIndex enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
stringAppDatabasePathGets or sets the path to the default .BOX file to display when the application starts.
stringAppFilePathGets or sets the path to the .scenomeapp file that stores the byte code for the compiled application.
stringAppIconPathGets or sets the path to the .ICO file containing the 16x16 and 32x32 pixel icons used to represent the application. These icons represent the application in Windows Explorer views, during ALT+TAB operations, and on the upper left side of the application's title bar.
stringAppScriptsPathGets or sets the path to the XML document containing the script associated with the .Scenomeapp file that will be built.
stringAppSplashPathGets or sets the path to the 24-bit .BMP image file that contains the application's splash screen.
stringAppXMLPathGets or sets the path to the application's .XML interface definition file. This XML version of the application's user interface will be stored in the .Scenomeapp file when the application is built by the Application app.
stringAppXmlPathGets or sets the path to the application's .XML interface definition file. This XML version of the application's user interface will be stored in the .Scenomeapp file when the application is built by the Application app.