[Gambas-bugtracker] Bug #1653: Popup metod of ComboBox frezes Ubuntu (and Mint)

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Wed Oct 9 09:34:06 CEST 2019


http://gambaswiki.org/bugtracker/edit?object=BUG.1653&from=L21haW4-

Comment #5 by Gianluigi GRADASCHI:

I'm sorry, if that's what you mean (see attached project) then the trick doesn't work.

This is the code:

Public Sub Form_Open()

  ComboBox1.List = ["aaa", "bbb", "ccc", "ddd"]

End

Public Sub ComboBox1_GotFocus()

Timer1.Trigger()

End

Public Sub Timer1_Timer()

  ComboBox1.Popup()

End

Gianluigi GRADASCHI changed the state of the bug to: Accepted.




More information about the Bugtracker mailing list