ShowWindow
new in Analytica 4.7
ShowWindow( obj, windowType )
Shows a window in the Analytica user interface.
- «obj» is an identifier. If it is anything other than an identifier, it is evaluated as an expression, which should evaluate to either a handle or a textual name.
- «windowType» is one of the following:
"Diagram"
: Show the Diagram window. «Obj» should identify a module."Object"
: Show the Object window for «obj»."Result"
: Show the Result window for «obj». «Obj» should be a variable. Causes the variable to be evaluated, which could cause an evaluation error to display. The result window may open in either a table or graph view, depending on how it was most recently viewed, or on your preference settings."Graph"
: Show the Result graph for «obj». «Obj» should be a variable. Causes the variable to be evaluated, which could cause an evaluation error to display. If the result is not graphable (e.g., if it is a scalar), a result table might be shown instead."ResultTable"
(or just"Table"
): Show the result window in table view. «Obj» should be a variable. Causes the variable to be evaluated, which could cause an evaluation error to display."Definition"
: Shows the definition of «obj». When «Obj» is an edit table, an edit table window is opened."Outline"
: Opens the Outline window, with the hierarchy opened to the module containing «obj» and «obj» selected."Typescript"
: Opens the Typescript Window. The «obj» parameter is ignored.
See Also
Comments
Enable comment auto-refresher