create stack | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | new stack | |||||||||
Summary | Makes a new blank stack. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: templateStack Property: stackFileType, scriptOnly Message: newStack Command: clone, create card, save, create Object: stack Glossary: property | |||||||||
Description | Use the create stack command to make a new stack. The newly created stack is not saved to a file until you explicitly save it. If you close it without saving it, the stack disappears. If you use the create invisible stack form, the stack is created with its visible property set to false, so it cannot be seen. Use this form to create a hidden window, change its appearance or position, then make it visible. If you use the create script only stack form, the stack is created with its scriptOnly property set to true and its visible property set to false. When saved only the stack name and script will be written to disk. The stack created when create stack is executed is a clone of the templateStack. | |||||||||
Tags | objects |