openStacks | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | windows | ||||||
Summary | |||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Property: name Control Structure: function Object: stack Function: stacks, mainStacks Glossary: property, return | ||||||
Description | Use the openStacks function to determine which stacks are open. The list includes stacks that are part of the LiveCode development environment (such as the message box and menu bar). The list also includes open stacks that cannot be seen because their visible property is set to false. The order of the list is determined by the order of the windows on the screen. The frontmost window is first. | ||||||
Tags | windowing |