Main application window | If checked, then the workspace becomes main application window.
The main application window is firmly bound to the running application. The workspace window is opened automatically after the application is launched. Closing the main window causes closing the application itself (obviously it is necessary to comply with the "AppStop" permission, the onAppStopBegin event is triggered, etc.). Multiple PmaWorkspace objects can be activated by this option simultaneously. This fact is important especially for application running simultaneously on two or more displays, where separate workspaces (of the main window type) can be located on each display. |
---|---|
Displayed window name | The text, that will be displayed in the window title bar of the workspace.
Macro expression can be used for input ($.text ..) (it is evaluated after the application is launched). In the PmFree mode, the system will add "Promotic" to the beginning of the window name (if it was not there already). |
Default frame | Default frame identifier (see the "Identifier" configurator).
The component viewers (PmaPanel, ...) without predefined default open frame will be opened in this frame. This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), empty string, spaces and first character must not be a number. |
sFramePars default value | Sets additional workspace window parameters.
Values can be entered manually or can be created by the button on the right, that opens the "Setting of the sFramePars default values" configuration window. For example "pos:top,0,0;size:1024,768;fixed:size;". See How to use a PROMOTIC application on two or more displays. Macro expression can be used for input ($.text ..) (it is evaluated after the application is launched). |