ChildPanelOnModuleModal()

Opens a modal child panel in the module "ModuleName".

Synopsis

void ChildPanelOnModuleModal(string FileName, string PanelName, string ModuleName, dyn_string Parameter, int x, int y);

Parameters

Parameter Meaning
fileName File name of the child panel to be opened
panelName Name under which the child panel is to be displayed
moduleName Module in which the panel is opened
parameter Parameters for transfer to the child panel
x, y Position of the child panel

Return Value

None.

Description

The function works like ChildPanelOnModule(), the only difference is that the child panel is modal. Before the panel is opened a check is made as to whether this panel is already open (isPanelOpen()). The size ratio between child and parent panel is 1 (scale = 1). If the size of the parent panel is changed, the child panel is not scaled to the new size. For an example, see chapter ChildPanelOnModule().

A child panel can not be resized. The only exception to this is the use of Layout Management in the child panel.

Assignment

panel.ctl

Availability

Window functions