Combo (XSIDialog)
Description
Launches a modal dialog box with a combo control, "Ok" and "Cancel" buttons.
Scripting Syntax
XSIDialog.Combo( [Title], ComboItems )
Parameters
|
Parameter |
Type |
Description |
|
Title |
String with the title of the dialog |
|
|
ComboItems |
Return Value
Long index (zero based) of the item selected from the ComboItems argument. If the user cancels the dialog then -1 is returned.
See Also
Autodesk Softimage v7.5