Python Forum

Full Version: wx.PyTimer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If I setup a 1-second timer (wx.PyTimer), it should trigger event every second.
What will happen if the event code execution lasts longer than a second? Will the timer wait until the execution finishes before trigger event again? Thanks.
I dont know
I think you should test it out yourself first as it is far more rewardibg and it improves your skill alot more than if someone answers the question for you!
trial and error test best ;)