Hello.
I am having issues getting my combo string box to change the values after being selected. I have used some print statements to check and see if the values are correct and they are, they just don’t reflect in the combo box. It stays on the default value all the time.
This first picture shows my ‘On Selection Changed’ nodes for the combo box.
The second picture shows where I load the values.
One interesting thing to note about the second picture is that the if block always evaluates as false and prints false to the screen.
The print statements return expected values all the time. The issues is that the default value is always in place.
Does anyone know how I can fix this issue?
Thank you in advance for your time.
GarboJunkie