Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ProgressDialog.Update

Redraws the progress dialog.

Component Version macOS Windows Linux Server iOS SDK
ProgressDialog 2.6 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "ProgressDialog.Update" )

Parameters

none

Result

Returns "OK" on success.

Description

Redraws the progress dialog.
When you change something on the dialog, it's marked for needing a redraw and this redraw is normally performed when there is some free CPU time like in a script pause. You can call this function to redraw now.

Please do not call this function more than 10 times a second in your script. Else you may see a slowdown in script performance as redrawing the dialog takes time.

Examples

Updates dialog with new button caption:

MBS( "ProgressDialog.SetButtonCaption"; "Abbrechen" )
MBS( "ProgressDialog.Update" )

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 17th January 2016


ProgressDialog.Show - Progressdialog.GetEvaluate