Window Types

Windows come in three types: Main screens, Popups, and Docked windows. You can create windows from the File > New menu. By changing a window's properties, you can transform any window into various configurations. You can change a window's Dock Position, Border Display Policy, Titlebar Display Policy, and Start Maximized properties to change it into one of the three types listed below. Each window type behaves differently as you'll soon see, but whatever type you decide to use, it's guaranteed to satisfy your business requirements.

Main Windows

A Main Window is one that is set to start maximized, and has its Border and Titlebar display policies set to 'When Not Maximized' or 'Never.' This will make the window take up all available space (minus space used by any "docked" windows). This makes the window act much like a typical "HMI screen." There can be many main windows in a project, but only one should be open at any time since they would all overlap.

Popup Windows

A Popup Window is a window whose Dock Position is set to 'Floating' and is not maximized. Its Border and Titlebar display policies are usually set to 'When Not Maximized' or 'Always,' so that they can be manipulated by the end-user. These windows are often opened by components in a main window, and are meant to be on top of the screen. To this end, they should have their Layer property set to a number higher than zero so they don't get lost behind the main window. To get a window to pop-up at a specific position, edit the Window's Starting Location property.

Popup windows are often parameterized so they can be re-used.

Docked Windows

A Docked Window is one whose Dock Position is set to anything but Floating. This will make the window stick to one side of the screen, and nothing can overlap it. It will also typically have its Border and Titlebar display policies set to Never. This makes the "docked" window appear to be joined seamlessly with the current main window.

These screens are usually tall and skinny or short and wide, depending on the side they're docked to. The purpose of a docked window is to make some information always available; typically navigation controls and overall status information. Using docked windows can help eliminate repetitive design elements from being copied to each screen, making maintenance easier.

images/download/attachments/6034248/windowTypes.png

Similar Topics ...