VS:ProgressDlgOpen: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: vw2015)
(No difference)

Revision as of 14:36, 18 September 2014

.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