From 16134ddef7c7d7a7ac6f91c9625255f4bcb9ccab Mon Sep 17 00:00:00 2001 From: livecodesam Date: Fri, 24 May 2019 10:49:33 +0100 Subject: [PATCH 01/36] [Dictionary] mobilePickDate to movieTouched --- docs/dictionary/command/mobilePickDate.lcdoc | 2 -- .../mobileSetFullScreenRectForOrientations.lcdoc | 3 ++- .../command/mobileSetLocationHistoryLimit.lcdoc | 2 +- .../function/mobileSensorReading.lcdoc | 16 +++++++++------- docs/dictionary/function/mouseChunk.lcdoc | 4 ++-- docs/dictionary/function/mouseControl.lcdoc | 2 +- docs/dictionary/message/mouseDoubleDown.lcdoc | 10 +++++----- docs/dictionary/message/mouseDoubleUp.lcdoc | 7 +++---- docs/dictionary/message/mouseUp.lcdoc | 7 ++++--- docs/dictionary/message/mouseUpInBackdrop.lcdoc | 2 +- docs/dictionary/message/movieTouched.lcdoc | 7 +++---- docs/dictionary/property/HTMLText.lcdoc | 2 +- docs/dictionary/property/label.lcdoc | 4 ++-- 13 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/dictionary/command/mobilePickDate.lcdoc b/docs/dictionary/command/mobilePickDate.lcdoc index fdd3f5da3f0..c9637961db9 100644 --- a/docs/dictionary/command/mobilePickDate.lcdoc +++ b/docs/dictionary/command/mobilePickDate.lcdoc @@ -67,8 +67,6 @@ Android is "date" - "datetime" (default on iOS) (iOS only): display a native picker to choose the date and time - - - "date" (default on Android): display a native picker to choose the date - "time": display a native picker to choose the time diff --git a/docs/dictionary/command/mobileSetFullScreenRectForOrientations.lcdoc b/docs/dictionary/command/mobileSetFullScreenRectForOrientations.lcdoc index 2adb27a5fc9..53e308fc837 100644 --- a/docs/dictionary/command/mobileSetFullScreenRectForOrientations.lcdoc +++ b/docs/dictionary/command/mobileSetFullScreenRectForOrientations.lcdoc @@ -53,4 +53,5 @@ the . References: mobileLockOrientation (command), mobileSetAllowedOrientations (command), mobileUnlockOrientation (command), mobileAllowedOrientations (function), mobileDeviceOrientation (function), mobileOrientation (function), -orientationChanged (message), resizeStack (message) +orientationChanged (message), resizeStack (message), +fullscreenMode (property) diff --git a/docs/dictionary/command/mobileSetLocationHistoryLimit.lcdoc b/docs/dictionary/command/mobileSetLocationHistoryLimit.lcdoc index 25aaa4b2e5e..8cec3bfabaf 100644 --- a/docs/dictionary/command/mobileSetLocationHistoryLimit.lcdoc +++ b/docs/dictionary/command/mobileSetLocationHistoryLimit.lcdoc @@ -70,6 +70,6 @@ mobileStartTrackingSensor (command), mobileGetLocationHistory (function), mobileGetLocationHistoryLimit (function), mobileSensorAvailable (function), mobileSensorReading (function), -mobileLocationAuthorizationStatus (function), +mobileLocationAuthorizationStatus (function), function (glossary), locationChanged (message), trackingError (message) diff --git a/docs/dictionary/function/mobileSensorReading.lcdoc b/docs/dictionary/function/mobileSensorReading.lcdoc index 363b7c9f542..211217e1cda 100644 --- a/docs/dictionary/function/mobileSensorReading.lcdoc +++ b/docs/dictionary/function/mobileSensorReading.lcdoc @@ -38,19 +38,21 @@ false Returns: -Location - a comma separated list of the latitude, longitude and +- Location - a comma separated list of the latitude, longitude and altitude of the device. If any of these readings are not available, an empty item will be returned in its place. If is true an array containing the keys latitude, longitude, altitude, timestamp, horizontal -accuracy and vertical accuracy is returned. Heading - the heading of the +accuracy and vertical accuracy is returned. +- Heading - the heading of the device in degrees. If is true an array containing the keys heading, magnetic heading, true heading, timestamp, x, y, z and accuracy -is returned. Acceleration - a comma separated list of the acceleration +is returned. +- Acceleration - a comma separated list of the acceleration in the x, y and z axes. If is true an array containing the -keys x, y, z and timestamp is returned. Rotation Rate - a comma -separated list of the rate of rotation around the x, y and z axes. If - is true an array containin the keys x, y, z and timestamp is -returned. +keys x, y, z and timestamp is returned. +- Rotation Rate - a comma separated list of the rate of rotation +around the x, y and z axes. If is true an array containing +the keys x, y, z and timestamp is returned. Description: Use the function to fetch a reading from the named diff --git a/docs/dictionary/function/mouseChunk.lcdoc b/docs/dictionary/function/mouseChunk.lcdoc index e679819ca93..0aef3a7e90b 100644 --- a/docs/dictionary/function/mouseChunk.lcdoc +++ b/docs/dictionary/function/mouseChunk.lcdoc @@ -43,8 +43,8 @@ the first of the , and the endChar is the last To get the text of the word or text group, use the mouseText . >*Important:* Words are defined a little differently by the -> than the way they are used in expression|chunk expressions>. A word, for purposes of the +> than the way they are used in +> . A word, for purposes of the > , is any text delimited by spaces, tabs, returns, or > punctuation. If the mouse pointer is over a punctuation , > only that is returned. diff --git a/docs/dictionary/function/mouseControl.lcdoc b/docs/dictionary/function/mouseControl.lcdoc index a2f26784de1..adb7e27bebb 100644 --- a/docs/dictionary/function/mouseControl.lcdoc +++ b/docs/dictionary/function/mouseControl.lcdoc @@ -52,7 +52,7 @@ References: function (control structure), within (function), mouseCharChunk (function), property (glossary), mouse pointer (glossary), return (glossary), string (keyword), control (keyword), graphic (keyword), mouseEnter (message), mouseLeave (message), stack (object), -control (object), graphic (object), filled (property), layer (property) +graphic (object), filled (property), layer (property) Tags: ui diff --git a/docs/dictionary/message/mouseDoubleDown.lcdoc b/docs/dictionary/message/mouseDoubleDown.lcdoc index 4c338177f26..efac1f9d3bd 100644 --- a/docs/dictionary/message/mouseDoubleDown.lcdoc +++ b/docs/dictionary/message/mouseDoubleDown.lcdoc @@ -37,20 +37,20 @@ The is sent to the that was under the . The is sent only when the is -being used. If an is clicked with 1 or 2, no is sent. +being used. If an is clicked with + 1 or 2, no is sent. >*Note:* If the user clicks a transparent in an , > the is sent to the > behind the , not to the . -References: Browse tool (glossary), card (glossary), -control (glossary), double-click (glossary), +References: pass (control structure), Browse tool (glossary), +card (glossary), control (glossary), double-click (glossary), doubleClickDelta (property), doubleClickInterval (property), field (glossary), image (glossary), message (glossary), mouse button (glossary), mouse pointer (glossary), mouseDoubleUp (message), mouseStillDown (message), object (glossary), -pass (command), pixel (glossary), unlock (glossary) +pixel (glossary), unlock (glossary) Tags: ui diff --git a/docs/dictionary/message/mouseDoubleUp.lcdoc b/docs/dictionary/message/mouseDoubleUp.lcdoc index 77d3c245ce2..1d25fe2a187 100644 --- a/docs/dictionary/message/mouseDoubleUp.lcdoc +++ b/docs/dictionary/message/mouseDoubleUp.lcdoc @@ -50,14 +50,13 @@ what LiveCode accepts as a . > the is sent to the behind > the , not to the . -References: answer file (command), Browse tool (glossary), -card (glossary), click (command), clickLoc (function), +References: answer file (command), click (command), pass (control structure), +Browse tool (glossary), card (glossary), clickLoc (function), control (glossary), double-click (glossary), doubleClickDelta (property), doubleClickInterval (property), field (glossary), image (glossary), message (glossary), mouse (function), mouse button (glossary), mouse pointer (glossary), mouseDoubleDown (message), object (glossary), -pass (command), pixel (glossary), properties (property), -unlock (glossary) +pixel (glossary), properties (property), unlock (glossary) Tags: ui diff --git a/docs/dictionary/message/mouseUp.lcdoc b/docs/dictionary/message/mouseUp.lcdoc index 3eeb528c1de..0e0802a6380 100644 --- a/docs/dictionary/message/mouseUp.lcdoc +++ b/docs/dictionary/message/mouseUp.lcdoc @@ -59,9 +59,10 @@ sent instead of . If the click is the second click of a > example, if the user clicks an "Increase" button that increases a > number by 1), some of the clicks may send a > instead of . If your