|
|
Q. If I accidentally close my SingleWindowApp object (Data Viewer window), how
can I make it visible again?
A. The SingleWindowApp is implemented with User Interface Kit objects. The top-level
object of the SingleWindowApp is a UIshell. When you close the SingleWindowApp, you have
set this UIshell's visible subobject to 0. You must set it to 1 to make the
SingleWindowApp To do this, follow these instructions:
- Display the SingleWindowApp object in the Network Editor
- Use the "Options" pulldown menu from AVS/Express's main menu bar.
- Push in the "Show Application UI" toggle (the last item on the
"Options" pulldown)
- Close and then reopen the SingleWindowApp object in the Network Editor (do this by
double-clicking on its title bar). You must close and reopen this object to force the
Network Editor to refresh its display and show the UI object.
- An object named "UI" should appear in the SingleWindowApp object, usually in
the upper-left hand corner. Open the "UI" object.
- Open the "shell" object.
- Open the shell's "visible" subobject. Its value should be 0.
- Set the value of the visible object to 1. Your SingleWindowApp should reappear.
|