Displays or hides an endless progress bar:
- in the status bar of an iOS application.
- in the title bar of windows found in an Android application.
// Display the progress bar
HourglassNetwork(True)
// Process
...
Multitask(-1)
...
// Hide the progress bar
HourglassNetwork(False)
Syntax
HourglassNetwork(<Activation>)
<Activation>: Boolean
- True to enable the endless progress bar,
- True to hide the endless progress bar.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM System
[ + ] This application is an example of some of the features of WINDEV Mobile available for Android/iOS. The following system functions are used: - NFC - Multimedia control - Brightness - Volume - Wi-Fi - Bluetooth - Toast - Compass - Accelerometer - Camera control - LED - Vibration - Notifications - Drawing functions - Internet
|
Business / UI classification: UI Code
Component: wd270android.aar