Platforms to show: All Mac Windows Linux Cross-Platform

Back to ProgressHUDMBS class.

ProgressHUDMBS.AnimationFade = 0

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the animation modes.

Opacity animation

ProgressHUDMBS.AnimationZoom = 1

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the animation modes.

Opacity + scale animation (zoom in when appearing zoom out when disappearing)

ProgressHUDMBS.AnimationZoomIn = 3

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the animation modes.

Opacity + scale animation (zoom in style)

ProgressHUDMBS.AnimationZoomOut = 2

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the animation modes.

Opacity + scale animation (zoom out style)

ProgressHUDMBS.MaxOffset = 1000000.0

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
The max offset constant to move to the other border.

ProgressHUDMBS.ModeAnnularDeterminate = 3

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Ring-shaped progress view.

ProgressHUDMBS.ModeCustomView = 4

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Shows a custom view.

ProgressHUDMBS.ModeDeterminate = 1

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.
Example

dim p as ProgressHUDMBS // your instance
p.Mode = p.ModeDeterminate
p.Progress = counter / 100.0
p.DetailsLabelText = "Importing "+counter.ToString+" of 100"

A round, pie-chart like, progress view.

ProgressHUDMBS.ModeDeterminateHorizontalBar = 2

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Horizontal progress bar.

ProgressHUDMBS.ModeIndeterminate = 0

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.
Example

dim p as ProgressHUDMBS // your instance
p.Mode = p.ModeInDeterminate
p.DetailsLabelText = "Cleaning up."

A round progress indicator.

ProgressHUDMBS.ModeText = 5

Type Topic Plugin Version
const ProgressView MBS iOS Plugin 22.5
One of the mode constants.

Shows only labels.

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


💬 Ask a question or report a problem
The biggest plugin in space...