View Single Post
  #2  
Old 01-16-2008, 10:16 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can completely hide the window border and controls using the following command:
Code:
viz.window.setBorder(viz.BORDER_NONE)
Reply With Quote