Informs the user of a serious problem that requires intervention or correction before work can continue.
PROCEDURE AlertCritical(
text : STRING;
advice : STRING);def vs.AlertCritical(text, advice):
return None| Name | Type | Description |
|---|---|---|
| text | STRING | The information to be displayed. |
| advice | STRING | The text to be added in a smaller font under the main information message |
Created by TTF 1/18/2005
VS Functions: AlertInform | AlertQuestion
Availability: from VectorWorks12.0