Set bottom message of a progress dialog.
PROCEDURE ProgressDlgSetBotMsg(message : STRING);def vs.ProgressDlgSetBotMsg(message):
return None| Name | Type | Description |
|---|---|---|
| message | STRING |
les can be found at [[VS:Progress Dialog]].
ProgressDlgSetBotMsg('Example');import vs
# Set bottom message of a progress dialog.
message = 'Hello Vectorworks'
vs.ProgressDlgSetBotMsg(message)ProgressDlgOpen | ProgressDlgClose | ProgressDlgSetTopMsg | ProgressDlgSetBotMsg | ProgressDlgSetMeter | ProgressDlgStart | ProgressDlgEnd | ProgressDlgHasCancel | ProgressDlgYield
Availability: from Vectorworks 2015