posted 20 years ago
I may not be understanding your question, you want to select an item in the comboBox and that item be displayed in index 0 of the box, or do you want the original value to be displayed?
To keep the original, because if I remember, the comboBox switches the selected item to index 0 of the comboBox, you could keep a vector of objects to populate the box, then after you select, you can repopulate. You may have to separately save the selected item to an instance variable.
There may be a built in method to not retain selectedItem in view, I have not researched it.
[ October 20, 2004: Message edited by: Samuel Mendenhall ]
[ October 20, 2004: Message edited by: Samuel Mendenhall ]
[ October 20, 2004: Message edited by: Samuel Mendenhall ]