#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
Hi,
Perform the following command on the subwindow to disable all SCREEN objects, including sliders and buttons: Code:
window.visible(viz.OFF,viz.SCREEN) |
#3
|
|||
|
|||
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.
|
#4
|
|||
|
|||
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? |
#5
|
|||
|
|||
Actually I figured it out, but thanks for your help.
|
#6
|
|||
|
|||
Can you tell how you fixed it?
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|