View Single Post
  #1  
Old 07-27-2011, 04:16 PM
kevin kevin is offline
Member
 
Join Date: Jun 2011
Posts: 18
Timer events within a Tkinter class

Hi all,

Is it possible to have a Vizard timer event occur within a Tkinter application? I seem to be running into a problem with the Tkinter main loop dominating the program execution, so Vizard's normal functionality temporarily halts in the background. In other words, a timer event created using vizact.ontimer() will not execute within the Tkinter application. Is there a way around this?
Reply With Quote