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