forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoMenu.xml
More file actions
executable file
·61 lines (47 loc) · 1.85 KB
/
Copy pathdoMenu.xml
File metadata and controls
executable file
·61 lines (47 loc) · 1.85 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<doc>
<legacy_id>1686</legacy_id>
<name>doMenu</name>
<type>command</type>
<syntax>
<example>doMenu <i>menuItem</i> [of menu <i>menuName</i>]</example>
</syntax>
<synonyms>
</synonyms>
<summary>Simulates a choice from a <keyword tag="menu">menu</keyword>.</summary>
<examples>
<example>doMenu "New Card" of menu "Object"</example>
<example>doMenu (line 10 of tList)</example>
</examples>
<history>
<introduced version="1.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<classification>
<category>Menus</category>
</classification>
<references>
<command tag="enable menu">enable menu Command</command>
<command tag="copy">copy Command</command>
<command tag="paste">paste Command</command>
<keyword tag="menuItem">menuItem Keyword</keyword>
<keyword tag="menu">menu Keyword</keyword>
</references>
<description>Use the <b>doMenu</b> <glossary tag="command">command</glossary> to choose a <glossary tag="menu item">menu item</glossary>.<p></p><p><b>Parameters:</b></p><p>The <i>menuItem</i> is the name of a <glossary tag="menu item">menu item</glossary>.</p><p></p><p>The <i>menuName</i> is the name of the <keyword tag="menu">menu</keyword> in which the <i>menuItem</i> appears.</p><p></p><p><b>Comments:</b></p><p>The <b>doMenu</b> <glossary tag="command">command</glossary> is not implemented for all <glossary tag="menu item">menu items</glossary>. This command is included in <glossary tag="LiveCode">LiveCode</glossary> for compatibility with imported <keyword tag="top">HyperCard</keyword> stacks.</p></description>
</doc>