Thread: gamepad
View Single Post
  #2  
Old 08-15-2005, 10:14 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

I tried out your sample code and I didn't get any highlighted lines. This ususally happens when you are editing/changing a module. It is more of a python issue. I believe reloading the module fixes this. To reload your module you would type the following in the interactive window:
Code:
reload(Joystick)
Also, restarting Vizard should get rid of it.
Reply With Quote