Go to AVS Home Page
 Recent Releases
AVS/Express 7.3 Released
OpenViz 2.9 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


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:

  1. Display the SingleWindowApp object in the Network Editor
  2. Use the "Options" pulldown menu from AVS/Express's main menu bar.
  3. Push in the "Show Application UI" toggle (the last item on the "Options" pulldown)
  4. 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.
  5. An object named "UI" should appear in the SingleWindowApp object, usually in the upper-left hand corner. Open the "UI" object.
  6. Open the "shell" object.
  7. Open the shell's "visible" subobject. Its value should be 0.
  8. Set the value of the visible object to 1. Your SingleWindowApp should reappear.