_ChildPanel

Data point type for opening a child panel (see ChildPanelOn() etc.).

Data point element Type Description
ModuleName string In order to be able to talk to a module when configuring there is a module name. The name is assigned automatically according to the module type (for example, "Vision_2") when opening and according to UIM unique.
FileName string File name of the panel that should be opened
ParentName string Panel name of the rootpanel. The name is necessary to be able to distinguish several characteristics of the same panel of each other
PanelName string Panel name of the panel to be opened.
X, Y int These elements define the co-ordinates of the upper left corner of a childpanel inside a rootpanel. These co-ordinates always refer to the size in which the rootpanel was drawn in GEDI. ("Original size").
Scale float Proportion: childpanel compared to rootpanel
ParentScale bool Scale with rootpanel: should a childpanel scale with the rootpanel when resizing. If it should set the ParentScale to 1 otherwise to 0.
Parameter dyn_string Scale with rootpanel: should a childpanel scale with the rootpanel when resizing. If it should set the ParentScale to 1 otherwise to 0.
ManNum uint UIM (User Interface Manager) identification. Since there can be several UIMs at the same time you have to define in which UIM a panel should be opened. The manager number ManNum and the manager ID are used for this purpose because the Manager ID is unique and is assigned when a UIM starts.
Modal bool A childpanel can be opened modally or not.