Thread: Mouse problem
View Single Post
  #7  
Old 07-14-2005, 02:30 PM
steve steve is offline
Member
 
Join Date: Jun 2005
Location: USA
Posts: 4
Hi,
thank you, that worked fine!

Now I want to switch between both navigation systems (old vizard native and new one). I imported the class as a Module, and it works fine, but what can I do to switch back and forth?

To stop the timer I used killTimer.
In an old thread I found that it was not possible to remove a callback function

(You wrote in http://www.worldviz.com/forum/showth...=stop+callback
There is no way to stop a callback. You can set a flag within your script and just ignore incoming events. However, we might consider adding this to the next release since it would not be too difficult to implement. )

Any suggestions? Is it now possible to remove callback functions?
I could use certain key-Commands, and only if the user presses that key, the new navigation system will be present...

Thank you.
Reply With Quote