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

ProgressDialog.Hide

Hides the progress dialog.

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

Parameters

none

Result

Returns "OK" on success.

Description

Hides the progress dialog.
You may want to call ProgressDialog.Reset before reusing the progress dialog.
Or later call ProgressDialog.Show again to show progress dialog with same settings.

Resets parent and enables parent window to make sure it is not disabled.

This may run asynchronously, so you may do a script pause after it, so we have time to close the dialog.

Examples

Show the progress dialog:

MBS( "ProgressDialog.Show" )

Hide the progress dialog:

MBS( "ProgressDialog.Hide" )

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 29th November 2022


ProgressDialog.GetTopText - ProgressDialog.Reset