Control Center - Advanced Settings

Overview

The Dashboard has a ribbon below the toolbar that can be expanded to offer more possibilities. This is done with the "Advanced Tabs" button on the right.

drawing-7-1698647680.png

When the ribbon is expanded, the following tabs become available:

If an advanced settings tab is active and the “Advanced Tabs” button is clicked again, the user will be returned to the Dashboard screen.


 

Custom

For advanced users, the Custom tab enables the user to edit and build the CGI Panel, as well as edit data bindings and Courier definitions.
Scripts here, used for general operations, can be changed and customized to fit the user’s needs.

drawing-4-1736920663.png

Build Configuration

Advanced users may want to change their CMake project configuration.

Open CMake
drawing-4-1736920688.png

This "Open CMake" button will open your project in CMake, where you can change the CMake settings as you like.

drawing-7-1698648247.png

Custom "Panel" Section

In this section you can edit or build the CGI Panel.

Edit Panel
drawing-4-1736920764.png

Click on the "Edit Panel" button, if you want to edit CGI Panel. As indicated by the icon, clicking "Edit Panel" launches Visual Studio for editing CGI Panel.

drawing-7-1698648422.png
Build Panel
drawing-4-1736920800.png

Click the "Build Panel" button to build the application. This opens the CGI Studio Control Center - Build Window and the build is started.
A successful build completion is signaled by "... succeeded" text in the output log.


Custom "Courier" Section

As seen below, this section of the Control Center is for editing the Data Model Definition and the Application Definition, as well as for code generation.

Edit Data Model Definition and Application Definition
drawing-4-1736920827.png

To edit the Data Model Definition, click this "Edit Date Model" button to open Visual Studio and edit PlayerDataBinding.xhcdl.

To edit the Application Definition, click this "Edit Definition" button to open Visual Studio and edit PlayerGenCode.xhcdl.

Generate
drawing-4-1736920852.png

Clicking this generates the above code.


Custom ☆

drawing-7-1698649058.png

Custom builds defined in the “Builds” tab are saved and displayed here. Clicking a button will execute the referenced build.


Applications & Modules

drawing-4-1736920913.png

Via the Applications & Modules tab it is possible to edit various reference paths for some external applications. 

Panel
Player

Control Center Scripts

drawing-4-1736920963.png

Via the Scripts tab it is possible to edit various reference paths for scripts used by Control Center that launch executables, generate codes and assets, and more. 

Script Files

Builds

drawing-7-1698649890.png

Via the Builds tab it is possible to edit variables that are used in the building of individual applications. Default builds are available in the Builds column on the left-hand side:

Panel – Location of build scripts and other settings needed for building CGI Panel when “Build Panel” on the “Custom” tab is clicked. 
Application – Location of build scripts and other settings needed for running Control Center itself. 

Each build will have variables that can be configured, seen in the Variables table. 
Each variable will have a string name, a string description, and a value. This value will be either of type file (ie. Filename), path (ie. Filepath), or value (ie. string, char, int, etc.). If Type: Value is selected, the file selection button will be greyed out.

To add or delete builds, use the +/- buttons. These builds can be executed on the “Custom” tab under “Custom ☆”

drawing-4-1736921260.png

To add or delete variables for a build, use the +/- buttons on the right-hand side of the variables table.

drawing-4-1736921288.png

Build (Global)

drawing-7-1698650190.png

Via the Builds (Global) tab it is possible to edit variables that are used in the building of all applications. 

Each variable will have a string name, a string description, and a value. This value will be either of type file (ie. Filename), path (ie. Filepath), or value (ie. string, char, int, etc.). If Type:Value is selected, the file selection button will be greyed out.

To add or delete variables for a build, use the +/- buttons on the right-hand side of the variables table.

drawing-4-1736921324.png

Enviroment Variables

drawing-7-1698650504.png

Via the Environmental Variables tab you can see all declared environmental variables. The variables on this page are either purely for reference (eg. Control Center Path) or correspond to variable declarations made elsewhere in the Control Center. Changes to the latter will be reflected here after closing and reopening the Control Center solution.