I decided to give this a go myself. I'm not quite sure how to (or if it is possible to) add elements to an existing dropdownbox. The market search is using classcombo to define class. It's tied to a datasource that appears to be uploaded from the server.
I added a button that would change the text of the selecteditem in the dropdownbox to 'artisan','scholar','outfitter' and 'jeweler' hoping that the crafting books were there and just not being found because the class was wrong.
It appears to not matter what the text value is though. If I chose 'ranger' and then changed the text value, rangerly things still came up.
Is there a way to see what other properties each element in the dropdown has? I was succesful in using OnSelect to make a label take the value of the selectedItem: parent.myLabel.text=selectedIndex.text
I tried selectedIndex.value thinking the underlying value might simply be an integer, but my label remained blank for that.
Am I barking up the wrong tree? Is this simply something that I should wait for SOE to fix?
Thanks
|