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

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Wed Oct 9 01:05:01 CEST 2019


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

Comment #4 by Benoît MINISINI:

Don't open it from the focus event handler. Do it from a disabled timer event handler that you trigger in the focus event handler (with the Trigger method). That way, the popup will open at the next event loop, so as soon as possible, but not during the focus event handler.

Tell me if it works.

Benoît MINISINI changed the state of the bug to: NeedsInfo.




More information about the Bugtracker mailing list