Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SetShowResultViewer: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Result display method functions]]





Revision as of 06:45, 28 March 2011



setShowResultViewer

Enables or disables whether the diagrams created will be shown in the Result viewer-dialog when the script has been executed successfully.

Syntax

setShowResultViewer(enabled)

Arguments

enabled: Is a boolean expression. If true the Result viewer-dialog will be opened when the script is executed successfully.

Return type

empty

Examples

setShowResultViewer(true);

Availability

Version 5.4