company logo

Run the application

In order to start the application, one may call the start procedure that had been generated to the project root (Main.sh for Linux or Main.cmd for Windows in the example).

The application may run with or without context library. Running the application without context library just displays the data in the project tree. You may delete or insert objects, but you cannot see details unless you 'Edit' the object via context menu. OSI applications do not need a context library, but refer to context class function stored in the resource database.

The tree/list context menu provides the standard functionality supported for the tree without application context library, When running the application after the application context library has been created, the application looks a bit different:

The alternating colors in the list and the object details on the right side are result of caused by the application context library.

Notes:

Main is just the name that had been used for the sample application. Any other application name might be used instead when creating the GUI application (project). See also Design a GUI application/Create GUI application.