Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 812 Bytes

File metadata and controls

38 lines (29 loc) · 812 Bytes

AlertCritical

Description

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

Parameters

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

Remarks

Created by TTF 1/18/2005

Examples

AlertDialogsAndMessages

See Also

VS Functions: AlertInform | AlertQuestion

Version

Availability: from VectorWorks12.0

Category