12-19-2023, 11:24 AM
JR,
Your database program looks great!
To do it 'on the main UI thread' would be inside the While True loop, something like described here and here.
As I said before your program works great and no need to change - the 'game loop' idea is mainly for interactive event control that is happening fast and the only issue for your program was the debugging.
Your database program looks great!
To do it 'on the main UI thread' would be inside the While True loop, something like described here and here.
As I said before your program works great and no need to change - the 'game loop' idea is mainly for interactive event control that is happening fast and the only issue for your program was the debugging.