![]() |
|
#8
|
|||
|
|||
|
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) |
|
|