Jump to content

List to ComboBox & GuiCtrlSetData trouble


Recommended Posts

I am trying to change the data that is displayed in a ComboBox according to a selection in a List. It does change the information, however it adds it forever. How can I make it add only once and overwrite the old data?

This is what I have ...

$SkillRead = GUICtrlRead($SkillList)
    If $SkillRead = "Mining" Then GUICtrlSetData($ObjectCombo, "Tin|Copper|Iron|Silver|Coal")
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...