Posted 9/26/2006 3:33:55 PM
|
|
|
|
| I want to open a second window, the window is part of the same file as the main screen. How do I do this?
|
|
Posted 9/27/2006 3:12:47 PM
|
|
|
|
| Inspect the button that will be clicked on to open the screen. In the inspector window click the general tab and select control from the dropdown menu. Set the target object to the screen that you want to open. Select loadSubViewer: as the action. Click run and click on the button. Your screen should open.
|
|
|
|