Question
Listbox multiselect creation property not working
I cannot get the listbox creation property "multiselect" to work on a win xp machine. I should be able to either control or shift click to make a multiselect of listbox items, but I can only select one item.
I took a look at the ImportCamera_BR script and noticed that Bob was using the same procedure and this implementation does not work on my computer either. The code Bob uses is:
d.folderPath = folderPathGroup.add( "listbox", undefined, {multiselect:true} );
d.folderPath.preferredSize = [400,100];
...
Is this a known bug or am I doing something wrong?
Rory
I took a look at the ImportCamera_BR script and noticed that Bob was using the same procedure and this implementation does not work on my computer either. The code Bob uses is:
d.folderPath = folderPathGroup.add( "listbox", undefined, {multiselect:true} );
d.folderPath.preferredSize = [400,100];
...
Is this a known bug or am I doing something wrong?
Rory
