Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 948 Bytes

File metadata and controls

40 lines (31 loc) · 948 Bytes

AlertInform

Description

Displays an alert dialog which provides the user an information about the result of a command. It offers no user choices.

PROCEDURE AlertInform(
				text       : STRING;
				advice     : STRING;
				minorAlert : BOOLEAN);
def vs.AlertInform(text, advice, minorAlert):
    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.
minorAlert BOOLEAN The severity of the alert: minor(true) or major(false).

Remarks

Created by 1/18/2005

Examples

AlertDialogsAndMessages

See Also

VS Functions: AlertQuestion | AlertCritical

Version

Availability: from VectorWorks12.0

Category