forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibraryStack.xml
More file actions
46 lines (46 loc) · 1.75 KB
/
Copy pathlibraryStack.xml
File metadata and controls
46 lines (46 loc) · 1.75 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
<doc>
<legacy_id>2269</legacy_id>
<name>libraryStack</name>
<type>message</type>
<syntax>
<example>libraryStack</example>
</syntax>
<library></library>
<objects>
<stack/>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Objects & Messages</category>
</classification>
<references>
<message tag="releaseStack">releaseStack Message</message>
<command tag="start using">start using Command</command>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary>Sent to a <object tag="stack">stack</object> when it is placed in the <glossary tag="message path">message path</glossary> by the <command tag="start using">start using</command> <glossary tag="command">command</glossary>.</summary>
<examples>
<example>on libraryStack <code><i>-- show visually in the stack that it's in use</i></code></p><p> set the hilite of button "Using" of card 1 of this stack to true</p><p>end libraryStack</example>
</examples>
<description>
<p>Handle the <b>libraryStack</b> <keyword tag="message box">message</keyword> if you want to perform some task or set a configuration when a <object tag="stack">stack</object> is placed in use.</p><p/><p><b>Comments:</b></p><p>The <b>libraryStack</b> <keyword tag="message box">message</keyword> is sent to a <object tag="stack">stack</object> even if it was already in use before the <command tag="start using">start using</command> <glossary tag="command">command</glossary> was <glossary tag="execute">executed</glossary>.</p>
</description>
</doc>