View Single Post
  #2  
Old 06-04-2012, 08:42 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Try hiding the main window only on the master computer:
Code:
with viz.cluster.MaskedContext(viz.MASTER):
	viz.MainWindow.visible(False)
Reply With Quote