hm_usermessage
Displays a custom user message in the status bar.
Syntax
hm_usermessage message ?wait?
Type
HyperMesh Tcl GUI Command
Description
Displays a custom user message in the status bar.
Inputs
- message
- The custom message to display.
- ?wait? (optional)
- The time in seconds to wait after displaying the message before proceeding.
Example
hm_usermessage "Operation completed successfully."
Errors
if { [ catch {command_name...} ] } {
# Handle error
}