VS:ProgressDlgOpenDelay

From Vectorworks Developer
Revision as of 14:36, 18 September 2014 by Unknown user
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. 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