Skip to main content

startUpIconic

Type

property

Summary

Specifies whether, when a stack opens, it should be iconified or displayed as a window.

Syntax

set the startupIconic of <stack> to {true | false}

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.

Examples

set the startupIconic of stack "Imports" to true

Value

NameTypeDescription

value

bool

The startUpIconic of a stack is true or false. By default, the startUpIconic property of newly created stacks is set to false.

glossary: iconify, property, desktop

message: unIconifyStack

object: stack

function: stacks

Compatibility and Support

Introduced

LiveCode 1.0

OS

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?