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: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    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

This function checks for a license.

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


ProgressDialog.Show - Progressdialog.GetEvaluate

💬 Ask a question or report a problem