![]() |
MKI_DialogShowMasterProgress (Dialogs) |
www.CAD6.com |
C++ Syntaxbool MKI_DialogShowMasterProgress( const LPCWSTR f_pszTitle );
Displays a non-modal master progress indication dialog box and disables the application's window. Such a "master" progress indicator is necessary if the plug-in using the indicator calls interface functions that use their own progress indicator.
The two text lines of the master progress indicator will be initialized with an empty text, the percent bar will be initialized with 0%.
ParametersTitle [const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption.
Return ValueReturns true if successful, or false if unable to display the progress indicator (due to memory limitations).
|
CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH