[Gambas-bugtracker] Bug #2852: BUG in ComboBox component - QT toolkit
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Tue Jan 30 03:57:54 CET 2024
http://gambaswiki.org/bugtracker/edit?object=BUG.2852&from=L21haW4-
Comment #3 by Olivier CRUILLES:
Thank you Bruce, your comment pointed me where I did the mistake in the code
Now the function 'ComboBox1_LostFocus()' works as expected
Code to update the list of the ComboxBox1 I used:
Dim ItemHistory as String
ComboBox1.clear()
For Each ItemHistory In ModVar.TabHistoOptionsD2
ComboBox1.Add(ItemHistory)
Next
So not a bug.
Olivier
Olivier CRUILLES changed the state of the bug to: Rejected.
More information about the Bugtracker
mailing list