Thread: Mouse problem
View Single Post
  #8  
Old 07-14-2005, 03:01 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

That post is very old. In the current version of Vizard you can remove a callback by passing the number zero instead of a function. Example:
Code:
self.callback(viz.TIMER_EVENT,0)
Reply With Quote