ProgressHUDMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to ProgressHUDMBS class.

ProgressHUDMBS.Constructor(Control as MobileControl)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
Creates a HUD on top of the control.

See also:

ProgressHUDMBS.Constructor(Screen as MobileScreen)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
Creates a HUD on top of the screen.

See also:

ProgressHUDMBS.Constructor(ViewHandle as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
Creates a HUD on top of the given view handle.

See also:

ProgressHUDMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
The destructor.

ProgressHUDMBS.hide(animated as boolean = true)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
Hides the HUD.

This still calls the hudWasHidden event. This is the counterpart of the show method. Use it to hide the HUD when your task completes.

animated: If set to true the HUD will disappear using the current animationType. If set to false the HUD will not use animations while disappearing.

You may want to set RemoveFromSuperViewOnHide to false in case you like to show it again later.

See also:

ProgressHUDMBS.hide(animated as boolean, afterDelay as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
Hides the HUD after a delay.

This still calls the hudWasHidden event. This is the counterpart of the show method. Use it to hide the HUD when your task completes.

animated: If set to true the HUD will disappear using the current animationType. If set to false the HUD will not use animations while disappearing.
delay: Delay in seconds until the HUD is hidden.

See also:

ProgressHUDMBS.show(animated as boolean = true)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ProgressView MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes iOS only
Displays the HUD.

You need to make sure that the main thread completes its run loop soon after this method call so that the user interface can be updated. Call this method when your task is already set up to be executed in a new thread (e.g., when using something like a thread or timer).

Animated: If set to true the HUD will appear using the current animationType. If set to false the HUD will not use animations while appearing.

The items on this page are in the following plugins: MBS iOS Plugin.


💬 Ask a question or report a problem