Share
 
 

acet-ui-status (AutoLISP/Express Tools)

Displays a modeless status dialog.

Supported Platforms: AutoCAD for Windows only; not available in AutoCAD LT for Windows, or on Mac OS and Web

Library: acetutil.arx

Signature

(acet-ui-status [message [caption]])
message

Type: String

If provided, a text string to be displayed in the dialog.

caption

Type: String

If provided, a text string to be used as the dialog caption.

Note: If no arguments are provided, the dialog is hidden.

Return Values

Type: nil

Returns nil.

Remarks

The status dialog may be moved by the user. It will remember it's position and contents during the current session.

Was this information helpful?