Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit dd316c4

Browse filesBrowse files
Merge pull request livecode#7391 from livecodesam/patch-133
[Bugfix-22796] Add info about activity/busy indicators' input blocking
2 parents 71613e3 + 8299b25 commit dd316c4
Copy full SHA for dd316c4

File tree

Expand file treeCollapse file tree

3 files changed

+13
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+13
-2
lines changed

‎docs/dictionary/command/iphoneActivityIndicatorStart.lcdoc

Copy file name to clipboardExpand all lines: docs/dictionary/command/iphoneActivityIndicatorStart.lcdoc
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,10 @@ location on the screen. If a location is not specified, then the
5252
animation is positioned in the middle of the screen. You can turn the
5353
activity indicator off by calling <iphoneActivityIndicatorStop>.
5454

55-
References: iphoneActivityIndicatorStop (command)
55+
While this busy indicator is displayed, user input continues to be
56+
accepted. This is different to the behavior from the indicator
57+
displayed by <mobileBusyIndicatorStart>.
58+
59+
References: iphoneActivityIndicatorStop (command),
60+
mobileBusyIndicatorStart (command)
5661

‎docs/dictionary/command/mobileBusyIndicatorStart.lcdoc

Copy file name to clipboardExpand all lines: docs/dictionary/command/mobileBusyIndicatorStart.lcdoc
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,10 @@ indicator on the top of the LiveCode stack that is running.
4848
You can turn the busy indicator off by calling
4949
<mobileBusyIndicatorStop>.
5050

51-
References: mobileBusyIndicatorStop (command)
51+
While this busy indicator is displayed, user input is blocked. This is
52+
different to the behavior from the indicator displayed
53+
by <iphoneActivityIndicatorStart>.
5254

55+
56+
References: mobileBusyIndicatorStop (command),
57+
iphoneActivityIndicatorStart (command)

‎docs/notes/bugfix-22796.md

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Documented iphoneActivityIndicatorStart and mobileBusyIndicatorStart's input blocking behaviours.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.