ppg list box sorting

Date : Tue, 23 Oct 2007 19:12:40 -0700
To : xsi(at)Softimage.COM
From : "Steven Caron" <carons(at)gmail.com>
Subject : ppg list box sorting
this is the first time i have tried to use list boxes and i have run into a hitch when using a list box in "siUIMultiSelectionListBox" mode. XSI is sorting the selected items. i dont want it to sort them. i want them in the order the user selected them. my list box looks like this...

1 Say_X_Oo
2 Say_X_E
3 Say_X_A
4 Say_X_Mm

if i select item 1, 3, 4, then 2 the string parameter that is tied to this list box looks like this...

paramMLBX = 1;2;3;4

i would prefer it look like this...

paramMLBX = 1;3;4;2

is this possible?

small screen shot attached, no matter what order i select these items in, the MLBX param is sorted in indexed order

thanks
steven

Attachment: listbox.gif
Description: GIF image


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.