forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibraryStack.lcdoc
More file actions
36 lines (23 loc) · 882 Bytes
/
libraryStack.lcdoc
File metadata and controls
36 lines (23 loc) · 882 Bytes
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
Name: libraryStack
Type: message
Syntax: libraryStack
Summary:
Sent to a <stack> when it is placed in the <message path> by the
<start using> <command>.
Associations: stack
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
on libraryStack -- show visually in the stack that it's in use
set the hilite of button "Using" of card 1 of this stack to true
end libraryStack
Description:
Handle the <libraryStack> <message> if you want to perform some task or
set a configuration when a <stack> is placed in use.
The <libraryStack> <message> is sent to a <stack> even if it was already
in use before the <start using> <command> was <execute|executed>.
References: start using (command), message (glossary), command (glossary),
execute (glossary), message path (glossary), releaseStack (message),
stack (object)
Tags: objects