BUTIL
From STX Wiki
Jump to navigationJump to search
BUTIL MSGBOX read: type [buttons] [ ; text ; title ; maxtime [timestep ; xpos ; ypos ; monitor ; defaultbutton ]
BUTIL MSGBOXEX args: 'type [buttonlist]' 'text' [ 'title' 'maxtime [timestep]' 'xpos' 'ypos' 'monitor' 'defaultbutton' ]
| arg !description !default | ||
|---|---|---|
| type [buttonlist] | defines the type of the message box and the displayed buttons (see table below); the buttonlist is the blank seperated list of buttons for type USERDEFINED
| |
| text | the text to be displayed in the message box | |
| title | caption of the message box | name of the STx application |
| maxtime [timestep] | if this argument is a number, it is used as timeout value in seconds;if a timeout is set, a progress bar is displayed and the message box is closed automatically after timeout seconds | no timeout |