VS:ProgressDlgOpen

From Vectorworks Developer
Revision as of 14:36, 18 September 2014 by Root (talk | contribs) (1 revision: vw2015)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Show a progress dialog that doesn't interrupt the script. ProgressDlgClose must be used to close the dialog.

PROCEDURE ProgressDlgOpen(
title :STRING;
canCancel :BOOLEAN);
def vs.ProgressDlgOpen(title, canCancel):
    return None

Parameters

title STRING
canCancel BOOLEAN

Version

Availability: from Vectorworks 2015