Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 918339b

Browse files
author
livecodesam
committed
[Dictionary] scriptExecutionError to show
1 parent adf7d78 commit 918339b

File tree

10 files changed

+31
-33
lines changed

10 files changed

+31
-33
lines changed

docs/dictionary/command/request.lcdoc

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Type: command
55
Syntax: request <expression> {of | from} {program | application} <programAddress>
66

77
Summary:
8-
The <request> data gets information from another application via <Apple
9-
Event|Apple events>.
8+
The <request> data gets information from another application via
9+
<Apple Event|Apple events>.
1010

1111
Introduced: 1.0
1212

@@ -34,26 +34,23 @@ omit the zone. If the other program is running on the same computer, you
3434
can omit both the zone and the computer name.
3535

3636
It:
37-
If the program supports this <Apple event>, it evaluates the expression
38-
and sends the result back to LiveCode, which places it in the <it>
39-
<variable>. The <request> <command> sends aneval <Apple event> to the
40-
<programAddress>. If the program supports this <Apple event>, it
37+
The <request> <command> sends an eval <Apple Event> to the
38+
<programAddress>. If the program supports this <Apple Event>, it
4139
evaluates the expression and sends the result back to LiveCode, which
4240
places it in the <it> <variable>.
4341

4442
The result:
45-
If the program supports this <Apple event>, it evaluates the expression
46-
and sends the result back to LiveCode, which places it in the <it>
47-
<variable>. If the program sends back an error message, it is placed in
48-
the result <function>.
43+
If the program sends back an error message, it is placed in the result
44+
<function>.
4945

5046
Description:
5147
Use the <request> <command> to obtain data from another application via
52-
the eval <Apple event>.
48+
the eval <Apple Event>.
5349

54-
For more information about Apple events, see Apple Computer's technical
55-
documentation, Inside Macintosh: Interapplication Communication, located
56-
at [Apple's developer site](https://developer.apple.com/library/archive/documentation/mac/IAC/IAC-2.html)
50+
For more information about Apple events, refer to the section entitled
51+
"Apple Events Sent by the Mac OS" in the technical documentation section
52+
located on [Apple's website]
53+
(https://developer.apple.com/documentation/coreservices/apple_events).
5754

5855
References: send to program (command), function (control structure),
5956
command (glossary), variable (glossary), Apple Event (glossary),

docs/dictionary/command/send.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ It is a parse error to specify a time when using the `script` form.
117117
> <message> is sent.
118118

119119
>*Note:* Using the <send> <command> is slower than directly
120-
> <execute|executing> the <command|commands> using the normal <message
121-
> path>. For best efficiency, use the <send> <command> only when you
122-
> want to delay the <message> or when the <handler> you want to execute
123-
> is not in the <message path>.
120+
> <execute|executing> the <command|commands> using the normal
121+
> <message path>. For best efficiency, use the <send> <command> only when
122+
> you want to delay the <message> or when the <handler> you want to
123+
> execute is not in the <message path>.
124124

125125
References: debugDo (command), dispatch (command), call (command),
126126
cancel (command), function (control structure), result (function),

docs/dictionary/command/show.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ References: hide (command), answer effect (command),
6464
show groups (command), show cards (command), show taskbar (command),
6565
visual effect (command), object (glossary), command (glossary),
6666
property (glossary), QuickTime (glossary), black (keyword),
67-
dontUserQT (property), dontUseQTEffects(property), showPict (property),
67+
dontUseQT (property), dontUseQTEffects(property), showPict (property),
6868
toolTip (property), imageSource (property), showInvisibles (property),
6969
visible (property)
7070

docs/dictionary/keyword/second.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the <second> keyword in an object reference or chunk expression.
2424

2525
The <second> keyword can be used to specify any object whose number
2626
property is 2. It can also be used to designate the second chunk in a
27-
chunk expressionl
27+
chunk expression.
2828

2929
The word "the" is optional when using the <second> keyword
3030

docs/dictionary/keyword/segment.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the <segment> keyword to refer to one or more <words> in a container.
2424

2525
A <segment> is <delimit|delimited> by one or more <space|spaces>, <tab|tabs>,
2626
or <return(constant)|returns>, or enclosed by <double quote|double quotes>.
27-
A single <segment> can contain multiple <char|characters> and multiple <item|items>,
27+
A single <segment> can contain multiple <characters> and multiple <item|items>,
2828
but not multiple <line|lines>.
2929

3030
>*Note:* <segment|Segments> are <delimit|delimited> by <double quote|double quotes> ("),
@@ -33,7 +33,7 @@ but not multiple <line|lines>.
3333

3434
References: quoted (glossary), chunk expression (glossary), double quote (glossary),
3535
delimit (glossary), string (keyword), item (keyword), character (keyword),
36-
chars (keyword), lines (keyword), segments (keyword),
36+
characters (keyword), lines (keyword), segments (keyword),
3737
sentence (keyword), trueWord (keyword), line (keyword), words (keyword),
3838
token (keyword), paragraph (keyword), space (constant), tab (constant),
3939
return (constant)

docs/dictionary/keyword/segments.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ put the number of segments in tText -- returns 3
2323

2424
Description:
2525
Use the <segments> keyword together with the <number> <function> to
26-
refer to one or more <words> or group of <char|characters> in a container.
26+
refer to one or more <words> or group of <characters> in a container.
2727

2828
A <segment> is <delimit|delimited> by one or more <space|spaces>,
2929
<tab|tabs>, or <return(constant)|returns>, or enclosed by
3030
<double quote|double quotes>. A single <segment> can contain
31-
multiple <char|characters> and multiple <item|items> or <word|words>, but
31+
multiple <characters> and multiple <item|items> or <word|words>, but
3232
not multiple <line|lines>.
3333

3434
>*Note:* <segment|Segments> are delimited by <double quote|double quotes> ("),
3535
> but not by curved quotes (“ or ”). LiveCode does not treat curved
3636
> quotes as <quote|quotes>.
3737

3838
References: number (function), segment (keyword), words (keyword),
39-
items (keyword), chars (keyword), lines (keyword),
39+
items (keyword), characters (keyword), lines (keyword),
4040
delimit (glossary), double quote (glossary),
4141
space (constant), tab (constant), quote (constant), return (constant)
4242

docs/dictionary/message/scriptExecutionError.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Description:
3333
The <scriptExecutionError> message is sent to the global script (home
3434
stack) when an uncaught error is encountered.
3535

36-
<ScriptExecutionError> is only available when running in CGI mode
36+
<scriptExecutionError> is only available when running in CGI mode
3737
(Server).
3838

3939
References: errorMode (property)

docs/dictionary/message/searchKey.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Handle the <searchKey> message to perform an action when the search
2424
button is pressed.
2525

2626
The <searchKey> message is sent to the current card of the
27-
<default stack> when the hardware search button is pressed.
27+
<defaultStack> when the hardware search button is pressed.
2828

2929
References: backKey (message), menuKey (message),
30-
default stack (property)
30+
defaultStack (property)
3131

3232
Tags: ui
3333

docs/dictionary/property/sessionLifetime.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for which session data is retained. The <sessionLifetime> specifies how
3333
long a session will remain active, accessing the session data resets the
3434
countdown to expiry to the <sessionLifetime>.
3535

36-
For example if the <sessionLifetime> is 360 seconds (10 minutes) and 10
36+
For example if the <sessionLifetime> is 360 seconds (6 minutes) and 6
3737
minutes pass without the session being used the session will expire. A
3838
session can last indefinitely as long as the session data is accessed at
3939
regular intervals no further apart than the <sessionLifetime>.

docs/dictionary/property/shadowPattern.lcdoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Pattern images can be color or black-and-white.
5050
> be used as a fully cross-platform pattern, both an image's dimensions
5151
> should be one of 8, 16, 32, 64, or 128.
5252

53-
The <shadowPattern> of <control(object)|controls> is drawn starting at
54-
the <control(object)|control's> upper right corner: if the
53+
The <shadowPattern> of <control(glossary)|controls> is drawn starting at
54+
the <control(glossary)|control's> upper right corner: if the
5555
<control(keyword)> is moved, the pattern does not shift.
5656

5757
Setting the <shadowPattern> of an <object(glossary)> to empty allows the
@@ -97,11 +97,12 @@ References: group (command), stacks (function), object (glossary),
9797
property (glossary), EPS (glossary), audio clip (glossary),
9898
tabbed button (glossary), Windows (glossary), object type (glossary),
9999
Mac OS (glossary), keyword (glossary), Unix (glossary),
100-
video clip (glossary), current stack (glossary), effective (keyword),
100+
video clip (glossary), current stack (glossary), control (glossary),
101+
effective (keyword),
101102
field (keyword), image (keyword), button (keyword), shadow (keyword),
102103
player (keyword), control (keyword), card (keyword), scrollbar (keyword),
103104
graphic (keyword), button (object), field (object), stack (object),
104-
control (object), pixels (property), backgroundPattern (property),
105+
pixels (property), backgroundPattern (property),
105106
height (property), style (property), shadow (property), owner (property),
106107
borderPattern (property), width (property), shadowColor (property),
107108
bottomPattern (property)

0 commit comments

Comments
 (0)