forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQTDebugStr.xml
More file actions
64 lines (48 loc) · 1.76 KB
/
Copy pathQTDebugStr.xml
File metadata and controls
64 lines (48 loc) · 1.76 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
62
63
64
<doc>
<legacy_id>2461</legacy_id>
<name>qtDebugStr</name>
<type>message</type>
<syntax>
<example>qtDebugStr <i>string</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Sent to a <keyword tag="player">player</keyword> containing a <glossary tag="QuickTime">QuickTime</glossary> movie when the movie performs a "DebugStr" action. </summary>
<examples>
<example><p>on qtDebugStr myMessage</p><p> go card myMessage of stack Info</p><p>end qtDebugStr</p></example>
</examples>
<history>
<introduced version="1.0">Added. </introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
</history>
<objects>
<player/>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<classification>
<category>Images Multimedia</category>
</classification>
<references>
<message tag="hotspotClicked">hotspotClicked Message</message>
</references>
<description>
<overview>Handle the <b>qtDebugStr</b> <keyword tag="message box">message</keyword> to respond to actions embedded in a <glossary tag="QuickTime">QuickTime</glossary> movie.</overview>
<parameters>
<parameter>The <i>string</i> is the QuickTime parameter the movie passed to LiveCode when it performed the "DebugStr" action. </parameter>
</parameters>
<value></value>
<comments>The movie author sets the <i>string</i> during development of the movie. When <glossary tag="QuickTime">QuickTime</glossary> executes the "DebugStr" action, LiveCode sends the <b>qtDebugStr</b> <keyword tag="message box">message</keyword> to the <keyword tag="player">player</keyword>, with the <i>string</i> the movie author specified. </comments>
</description>
</doc>