v5.0
LargeMsgBox is similar to XSIUIToolkit.MsgBox, but it
is designed for larger, multi-line messages. For example, this
could be used to show simple help text, or the results of a batch
output process. The message is always shown with OK and Cancel
buttons.
This command is implemented using JScript and the Softimage SDK so
its functionality can easily be adapted for your own custom
commands.
oReturn = LargeMsgBox( Text, [Title] ); |
Returns true if the user clicked the "OK" button, or false for the "Cancel" button.
Parameter | Type | Description |
---|---|---|
Text | String | Text to show in the edit box of the text message |
Title | String | Title for the dialog box
Default Value: "Info" |