[Gambas-user] App keeps running after closing since Gambas 3.17.2
Rolf-Werner Eilert
rwe-sse at osnanet.de
Wed May 25 17:19:55 CEST 2022
Am 25.05.22 um 15:42 schrieb Claus Dietrich:
> My Gambas web-radio app doesn't quit entirely when I close it. This
> happens since I upgraded to Gambas 3.17.2. A counter check with Gambas
> 3.16.3 confirmed that this is a new problem. To make the app quit under
> Gambas 3.17.2 I have to add a Quit command as last command in
> Form_Close(). I regard this as bad stile and prefer to know, what causes
> this problem.
>
In my case, it was a Timer which was set to a minute or so. It kept
running, and the process terminated only when its next tick came.
So what helped was adding a Timer stop in Form_Close.
Maybe that's a solution here too?
Regards
Rolf
More information about the User
mailing list