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

Commit ecd8bd4

Browse files
Auto-merge pull request #7160 from livecodesam/bugfix-21978
[Bugfix-21978] Add tsNet/libUrl conflict warning to urlProgress Added a warning to the urlProgress entry to explain that tsNet/libUrl will override network-related functionality of the mobile engine and must not be included in order to be able to handle that message.
2 parents 04e3ebf + 12acecd commit ecd8bd4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/dictionary/message/urlProgress.lcdoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,16 @@ Description:
5151
Sent when updates on ongoing url requests are communicated. This message
5252
is periodically sent to the object whose script initiated the operation.
5353

54-
References: put (command), post (command), load (command)
54+
>*Warning:* The <urlProgress> <message> is not part of the libUrl or tsNet
55+
> libraries. It is instead implemented in the mobile engine, whose
56+
> network-related functionality can not be used together with those
57+
> libraries in a standalone. Adding either of the "Internet" or "tsNet"
58+
> Inclusions will result in them overriding/replacing any network-related
59+
> functionality that is implemented in the mobile engine, including the
60+
> <urlProgress> <message>.
61+
> To use the <urlProgress> <message> in a mobile standalone, ensure that
62+
> the "Internet" and "tsNet" Inclusions are not added in the standalone
63+
> settings.
64+
65+
References: put (command), post (command), load (command), message (glossary)
5566

docs/notes/bugfix-21978.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Added a warning to the urlProgress documentation that the libUrl and tsNet libraries disable it.

0 commit comments

Comments
 (0)