View Single Post
  #2  
Old 10-13-2005, 09:50 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Perform the following command on the subwindow to disable all SCREEN objects, including sliders and buttons:
Code:
window.visible(viz.OFF,viz.SCREEN)
Reply With Quote