[Gambas-bugtracker] Bug #1653: Popup metod of ComboBox frezes Ubuntu (and Mint)
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Oct 9 12:00:01 CEST 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1653&from=L21haW4-
Comment #7 by Gianluigi GRADASCHI:
If another control exists, it would be enough to pass the focus to the next control and the behavior would seem coherent.
Public Sub Form_Open()
ComboBox1.List = ["aaa", "bbb", "ccc", "ddd"]
End
Public Sub ComboBox1_GotFocus()
ComboBox1.Popup()
Button1.SetFocus()
End
Public Sub Button1_Click()
Print "BUTTON ONE CLICK"
End
More information about the Bugtracker
mailing list