WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Windows within windows (https://forum.worldviz.com/showthread.php?t=434)

VAmanda 10-12-2005 10:51 PM

Windows within windows
 
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:
Code:

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?


All times are GMT -7. The time now is 06:26 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC