View Single Post
  #2  
Old 06-30-2014, 04:02 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
I ran a simple example with an on screen vizshape object and it displayed on both the main window and the sub-window. Can you post example code that reproduces the issue for you?

You can specify the window to render an info panel to:

Code:
panel = vizinfo.InfoPanel('Debug Info',window=debugWindow)
Reply With Quote