systemWindow | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Makes a window float above all running applications. | ||||||
Introduced | 2.1 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: default, minimize, maximize Property: decorations, draggable, systemWindow Command: palette Object: stack Glossary: property | ||||||
Description | Use the systemWindow property to create a stack that can be used as a systemwide utility, available in all applications. The systemWindow property determines the window's layer. If the systemWindow is true, the window floats above all running applications, no matter which application is active. A stack whose systemWindow property is true has the same appearance as a palette. On Mac OS systems, the systemWindow property has no effect.
| ||||||
Tags | windowing |