Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The window control is a container control used to hold multiple panel-level controls.

To create a new window object:

  1. in Layout designer press New button in order to make a copy of the SimpleSwatWindow object by searching and selecting it inside the Template fill-in. Give it a new object name and specify the Module depending on application requirements.

2. Using Add button any panel-level control can be added to the window object.

There are several ways in which a window control can be used: normal window, dialog or floating window

Normal Window

A normal window is docked to the desktop dashboard (e.g. layout designer)

Dialog

A Dialog is a modal Window. While it is displayed, all other UI elements outside the modal window are inactive. You must close the modal Dialog to be able to access other parts of the UI

Floating Window

A floating window (also called a “Sticked” or “pinned” window) always stays in front, even if it does not have focus. In the screenshot below the Add new instance container represents the floating window.

 

For full description of attributes and events of this object please access the Client-Logic API

  • No labels