Hello friends!!!
I am writing a program ( using wx.Python ) in which i want the mainloop
to check every hour a certain database i have conected to the program.
( Most of the time the GUI is idle , events dont 'happen' all the time...)
How can i imply this in my program? I dont want the code , just a hint about
which functions i can use and where to place them in the code....
Thank you for your help in advance!!!!!
Elias
I am writing a program ( using wx.Python ) in which i want the mainloop
to check every hour a certain database i have conected to the program.
( Most of the time the GUI is idle , events dont 'happen' all the time...)
How can i imply this in my program? I dont want the code , just a hint about
which functions i can use and where to place them in the code....
Thank you for your help in advance!!!!!
Elias
Comment