Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 649 Bytes

File metadata and controls

29 lines (23 loc) · 649 Bytes

ProgressDlgOpenDelay

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

Name Type Description
title STRING
canCancel BOOLEAN
delaySec INTEGER

Version

Availability: from Vectorworks 2015

Category