VS:ProgressDlgOpenDelay: Difference between revisions

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

Latest 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. The dialog will be displaed after specified dealy time (in miliseconds). ProgressDlgClose must be used to close the dialog.

PROCEDURE ProgressDlgOpenDelay(
title :STRING;
canCancel :BOOLEAN;
delaySec :INTEGER);
def vs.ProgressDlgOpenDelay(title, canCancel, delaySec):
    return None

Parameters

title STRING
canCancel BOOLEAN
delaySec INTEGER

Version

Availability: from Vectorworks 2015