timer even not working?

Hello, I'm having some difficulty getting a simple timer working. I
attached a quick example. I setup the timer, gave it a event handler and
start the timer with .Start(). It seems to start, but the timer event
doesn't happen... that is in my example the event function that I
created never is called. Any help would be much appreciated! Thanks.

Jeff

Frame1.py (1.19 KB)

App1.py (440 Bytes)