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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem