Hi there, I am attempting to create a combo box tool, populate it with entries and then add it to an existing group in an explorer tasks pane control. The control appears fine but it does not have any entries in it,
————–
Dim pop As New ComboBoxTool
pop.Text = “Combo box tool test”
Call pop.Items.Add(“Apples”)
Call pop.Items.Add(“Pears”)
Call pop.Items.Add(“Stairs”)
Call pop.Items.Add(“Flares”)
Call pop.Items.Add(“Spoon”)
Call tasks.Items(“mygroup”).Items.Add(pop)
————–
Very little code and this has only started to happen since updating to the latest version of ther SmartUI controls.
Nick.
Imported from legacy forums. Posted by NickP (had 3113 views)