MKI_DialogHideProgress (Dialogs)

www.CAD6.com

C++ Syntax

void

MKI_DialogHideProgress( void );

 

Hides the non-modal progress indication dialog box and enables the application's window.

 

Comment

Each time MKI_DialogShowProgress is called, a counter starting with 0 will be increased. Each time MKI_DialogHideProgress is called, that counter will be decreased. Once the counter is at least 1, the dialog will be visible.

 

If no progress indicator is visible, this function will do nothing.

 

CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH