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

Commit 7483c6f

Browse files
Merge pull request #7064 from livecodesam/dictionary_2_batch_11
[Dictionary] mobilePickDate to movieTouched
2 parents 59fbacf + 968b821 commit 7483c6f

13 files changed

+33
-33
lines changed

docs/dictionary/command/mobilePickDate.lcdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ Android is "date"
6767

6868
- "datetime" (default on iOS) (iOS only): display a native picker to
6969
choose the date and time
70-
71-
7270
- "date" (default on Android): display a native picker to choose the
7371
date
7472
- "time": display a native picker to choose the time

docs/dictionary/command/mobileSetFullScreenRectForOrientations.lcdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ the <mobileAllowedOrientations>.
5353
References: mobileLockOrientation (command), mobileSetAllowedOrientations (command),
5454
mobileUnlockOrientation (command), mobileAllowedOrientations (function),
5555
mobileDeviceOrientation (function), mobileOrientation (function),
56-
orientationChanged (message), resizeStack (message)
56+
orientationChanged (message), resizeStack (message),
57+
fullscreenMode (property)

docs/dictionary/command/mobileSetLocationHistoryLimit.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ mobileStartTrackingSensor (command),
7070
mobileGetLocationHistory (function),
7171
mobileGetLocationHistoryLimit (function),
7272
mobileSensorAvailable (function), mobileSensorReading (function),
73-
mobileLocationAuthorizationStatus (function),
73+
mobileLocationAuthorizationStatus (function), function (glossary),
7474
locationChanged (message), trackingError (message)
7575

docs/dictionary/function/mobileSensorReading.lcdoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,21 @@ false
3838

3939

4040
Returns:
41-
Location - a comma separated list of the latitude, longitude and
41+
- Location - a comma separated list of the latitude, longitude and
4242
altitude of the device. If any of these readings are not available, an
4343
empty item will be returned in its place. If <detailed> is true an array
4444
containing the keys latitude, longitude, altitude, timestamp, horizontal
45-
accuracy and vertical accuracy is returned. Heading - the heading of the
45+
accuracy and vertical accuracy is returned.
46+
- Heading - the heading of the
4647
device in degrees. If <detailed> is true an array containing the keys
4748
heading, magnetic heading, true heading, timestamp, x, y, z and accuracy
48-
is returned. Acceleration - a comma separated list of the acceleration
49+
is returned.
50+
- Acceleration - a comma separated list of the acceleration
4951
in the x, y and z axes. If <detailed> is true an array containing the
50-
keys x, y, z and timestamp is returned. Rotation Rate - a comma
51-
separated list of the rate of rotation around the x, y and z axes. If
52-
<detailed> is true an array containin the keys x, y, z and timestamp is
53-
returned.
52+
keys x, y, z and timestamp is returned.
53+
- Rotation Rate - a comma separated list of the rate of rotation
54+
around the x, y and z axes. If <detailed> is true an array containing
55+
the keys x, y, z and timestamp is returned.
5456

5557
Description:
5658
Use the <mobileSensorReading> function to fetch a reading from the named

docs/dictionary/function/mouseChunk.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ the first <character> of the <word>, and the endChar is the last
4343
To get the text of the word or text group, use the mouseText <function>.
4444

4545
>*Important:* Words are defined a little differently by the
46-
> <mouseChunk> <function> than the way they are used in <chunk
47-
> expression|chunk expressions>. A word, for purposes of the
46+
> <mouseChunk> <function> than the way they are used in
47+
> <chunk expression|chunk expressions>. A word, for purposes of the
4848
> <mouseChunk>, is any text delimited by spaces, tabs, returns, or
4949
> punctuation. If the mouse pointer is over a punctuation <character>,
5050
> only that <character> is returned.

docs/dictionary/function/mouseControl.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ References: function (control structure), within (function),
5252
mouseCharChunk (function), property (glossary), mouse pointer (glossary),
5353
return (glossary), string (keyword), control (keyword), graphic (keyword),
5454
mouseEnter (message), mouseLeave (message), stack (object),
55-
control (object), graphic (object), filled (property), layer (property)
55+
graphic (object), filled (property), layer (property)
5656

5757
Tags: ui
5858

docs/dictionary/message/mouseDoubleDown.lcdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ The <mouseDoubleDown> <message> is sent to the <control> that was
3737
under the <mouse pointer>.
3838

3939
The <mouseDoubleDown> <message> is sent only when the <Browse tool> is
40-
being used. If an <unlock|unlocked> <field> is clicked with <mouse
41-
button> 1 or 2, no <mouseDoubleDown> <message> is sent.
40+
being used. If an <unlock|unlocked> <field> is clicked with
41+
<mouse button> 1 or 2, no <mouseDoubleDown> <message> is sent.
4242

4343
>*Note:* If the user clicks a transparent <pixel> in an <image>,
4444
> the <mouseDoubleDown> <message> is sent to the <object(glossary)>
4545
> behind the <image>, not to the <image>.
4646

47-
References: Browse tool (glossary), card (glossary),
48-
control (glossary), double-click (glossary),
47+
References: pass (control structure), Browse tool (glossary),
48+
card (glossary), control (glossary), double-click (glossary),
4949
doubleClickDelta (property), doubleClickInterval (property),
5050
field (glossary), image (glossary), message (glossary),
5151
mouse button (glossary), mouse pointer (glossary),
5252
mouseDoubleUp (message), mouseStillDown (message), object (glossary),
53-
pass (command), pixel (glossary), unlock (glossary)
53+
pixel (glossary), unlock (glossary)
5454

5555
Tags: ui
5656

docs/dictionary/message/mouseDoubleUp.lcdoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ what LiveCode accepts as a <double-click|double click>.
5050
> the <mouseDoubleUp> <message> is sent to the <object(glossary)> behind
5151
> the <image>, not to the <image>.
5252

53-
References: answer file (command), Browse tool (glossary),
54-
card (glossary), click (command), clickLoc (function),
53+
References: answer file (command), click (command), pass (control structure),
54+
Browse tool (glossary), card (glossary), clickLoc (function),
5555
control (glossary), double-click (glossary), doubleClickDelta (property),
5656
doubleClickInterval (property), field (glossary), image (glossary),
5757
message (glossary), mouse (function), mouse button (glossary),
5858
mouse pointer (glossary), mouseDoubleDown (message), object (glossary),
59-
pass (command), pixel (glossary), properties (property),
60-
unlock (glossary)
59+
pixel (glossary), properties (property), unlock (glossary)
6160

6261
Tags: ui
6362

docs/dictionary/message/mouseUp.lcdoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ sent instead of <mouseUp>. If the click is the second click of a
5959
> example, if the user clicks an "Increase" button that increases a
6060
> number by 1), some of the clicks may send a <mouseDoubleUp> <message>
6161
> instead of <mouseUp>. If your <script> only handles the <mouseUp>
62-
> <message>, these accidental double-click|double-clicks> will be lost. One way to
63-
> prevent this is to install a <handler> in an <object(glossary)> that's
64-
> further in the <message path>, to re-send double-click|double-clicks>:
62+
> <message>, these accidental <double-click|double-clicks> will be lost.
63+
> One way to prevent this is to install a <handler> in an
64+
> <object(glossary)> that's further in the <message path>, to re-send
65+
> double-click|double-clicks>:
6566

6667
on mouseDoubleUp
6768
if "on mouseUp" is in the script of the target and \

docs/dictionary/message/mouseUpInBackdrop.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Type: message
55
Syntax: mouseUpInBackdrop <pButtonNumber>
66

77
Summary:
8-
Sent when the user releases the <mouse button>. while the
8+
Sent when the user releases the <mouse button>, while the
99
<mouse pointer> is in the backdrop.
1010

1111
Associations: card

0 commit comments

Comments
 (0)