This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathstack.lcdoc
More file actions
48 lines (32 loc) · 1.29 KB
/
stack.lcdoc
File metadata and controls
48 lines (32 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Name: stack
Synonyms: window, wd
Type: object
Syntax: stack
Summary:
The basic LiveCode <object(glossary)>: a window.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
go to stack "Help"
Example:
put the short name of stack 3 after field "Stacks List"
Description:
Use the <stack> <object type> to display a window, <palette>, or
<dialog box>.
A stack corresponds to a single window. Each LiveCode file contains one
or more stacks. The first stack in a stack file is called the main
stack; any other stacks in the stack file are called substacks of the
main stack.
Stacks contain one or more cards, and may optionally contain
backgrounds.
>*Note:* The type of window a <stack> is displayed in depends on the
<stack|stack's> <style> <property> and whether the <stack> was opened
with the <go>, <topLevel>, <palette>, <modal>, or <modeless> <command>.
References: topLevel (command), go (command), modal (command),
palette (command), modeless (command), revLoadedStacks (function),
mouseStack (function), stack version (glossary), object (glossary),
property (glossary), dialog box (glossary), command (glossary),
object type (glossary), templateStack (keyword), stack (object),
mode (property), defaultStack (property), style (property)
Tags: objects