startUpIconic | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies whether, when a stack opens, it should be iconified or displayed as a window. | ||||||
Introduced | 1.0 | ||||||
OS | linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Message: unIconifyStack Function: stacks Glossary: iconify, property, desktop Object: stack | ||||||
Description | Use the startUpIconic property to control a stack's appearance when it first opens. If a stack's startUpIconic property is set to true, the stack is opened as a desktop icon rather than a window. The setting of this property has no effect on Mac OS or Windows systems, nor on some Unix systems. | ||||||
Tags | windowing |