View Single Post
  #4  
Old 09-21-2016, 03:03 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can get a handle to the window list using the following code. This works for the cave single machine option:

Code:
windows = vizconnect.getDisplay('display_name').getRaw().windowList
Reply With Quote