Create a new App
Minimum Origin Version Required: 2019b SR0
newApp name:="My New App" enable:=1 launch:=launch.ogs;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Name | name |
Input string |
|
Specifies the name of the App |
Type | type |
Input string |
|
Specifies the type of App.
|
Code Language | codelang |
Input int |
|
Specifies the code language of App.
|
Minimum Origin Version | over |
Input double |
|
Specifies the minimum Origin version of the App. |
Usage Context | enable |
Input string |
|
Specifies the usage context
|
Launch Script | launch |
Input string |
|
Specifies an OGS file as the launch script
If the Type is specified to Data Connector, then Launch script must be "connect.ogs". |
Data Type | dtype |
Input string |
|
Specifies the data type for data connector. This item is only available when Type = Data Connector
|
Drag-n-Drop | dcdragdrop |
Input string |
|
Specifies whether support drag and drop
|
Menu Text | dcmenu |
Input string |
|
Specifies the menu text for App |
File Specs | dcfspec |
Input string |
|
Specifies the App file specs |