Using the Softimage User Interface Toolkit (XSIUIToolkit)
The XSIUIToolkit object is an instrinsic object in Softimage: it acts as a global object in Softimage so you don’t have to explicitly create a pointer to it. It provides access to the XSIUIToolkit.MsgBox and the XSIUIToolkit.ProgressBar utilities (and the XSIUIToolkit.FileBrowser for scripting) which extend the ability to interact with the user.
The FileBrowser allows you to ask the user to either identify a file to open or provide the filename and location where to save an output file.

![]()
|
The PPGLayout object also implements a type of FileBrowser as the FilePath control. |
The XSIUIToolkit.MsgBox allows you to communicate with the user in a limited fashion. It basically provides the same functionality as the VBScript MsgBox function but makes it available to any language that Softimage supports (JScript, PerlScript, C++, etc.).

The ProgressBar visually represents the progress of a lengthy operation using a colored bar to indicate the percentage completed.

Autodesk Softimage v7.5