Hi,
I've looked at the examples in the forum and searched through a lot of posts, I can't find any information of how to remove the strings from a combo box during run time. I have two combo boxes, when the value of Combo1 changes, combo2 loads values that correspond to the item chosen. Eg. when Resistor is chosen in combo 1, combo 2 loads values, 10k, 20k, 30k. when capacitor is chosen in combo 1, combo 2 loads 1n, 100n, etc. I am using the events structure, and check for value change of combo 1, I then load the values using string[] in property node. To try and clear the values I used reinitialize to default value using invoke node, but it seems like it makes the values that were loaded first initial values. How do i clear combo 2, so that I can load new values when the values of combo 1 change? My structure is fine, I just need to know how to clear a combo box. Would someone help me, please.
Thanks.