PDA

View Full Version : Windows within windows


VAmanda
10-12-2005, 10:51 PM
Hi,

I have a window within a window in a program I'm writing. I want to add sliders to the main window, but they're showing up not only there but also in the other window. Is there a way to add the sliders to just the main menu? Thanks.

farshizzo
10-13-2005, 09:50 AM
Hi,

Perform the following command on the subwindow to disable all SCREEN objects, including sliders and buttons:window.visible(viz.OFF,viz.SCREEN)

VAmanda
10-17-2005, 04:18 PM
Thanks, that's exactly what I needed. Now, however, when I put a 3D object in any window, it seems to be showing up in all of them. How do I add 3D objects to just one of my windows? Thanks for your help.

farshizzo
10-17-2005, 04:22 PM
Hi,

Are you using the subwindow to display the main scene from a different angle, or are you using it to display an entirely different scene all together?

VAmanda
10-17-2005, 04:35 PM
Actually I figured it out, but thanks for your help.

sjroorda
10-31-2005, 12:16 AM
Can you tell how you fixed it?