Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

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

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


ProgressDialog.Show - Progressdialog.GetEvaluate

Feedback: Report problem or ask question.