View Single Post
  #2  
Old 07-10-2015, 09:16 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can try hiding the window using the following code:
Code:
viz.setOption('viz.window.visible',0)
However, I'm not sure how useful that will be, since it might prevent Vizard from receiving keyboard/mouse input.
Reply With Quote