Difference between revisions of "SetShowResultViewer"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Result display method functions]]
 
[[Category:Result display method functions]]

+
{{HelpFiles}}
  
 
=====setShowResultViewer=====
 
=====setShowResultViewer=====

Revision as of 11:05, 12 December 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