View Single Post
  #2  
Old 04-25-2014, 09:03 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If you only want the object to show up on a specific window, then use the renderOnlyToWindows command. Example:
Code:
self.text.renderOnlyToWindows([centreWindow])
Reply With Quote