[Gambas-bugtracker] Bug #2516: QT no longer allowes GUI events to be processed by wait

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Apr 8 23:10:27 CEST 2022


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

Comment #3 by Benoît MINISINI:

In commit https://gitlab.com/gambas/gambas/-/commit/b2c199e4fcf0638c433b923989b4f40872de33ea, I have fixed the GTK+ components so that WAIT behaves the same way as in the QT components (input events are ignored).

I think that your problem is not related to the WAIT instruction, but something else.

Anyway, if you have non-gui process to run in the background, you should use the Task class.

You should actually never use the WAIT instruction, except when you update a GUI element to indicate the progression of a long process blocking the GUI.




More information about the Bugtracker mailing list