Script TheSky
Version 1.32
|
The RunJavaScriptOutput object. More...
Public Slots | |
void | writeLine (QString qsOut) |
Writes a string to the 'Script Output' textbox of the 'Run Java Script' window. | |
void | clear () |
Clears the contents of the 'Script Output' textbox of the 'Run Java Script' window. | |
The RunJavaScriptOutput object.
The RunJavaScriptOutput object allows scripts to output text to the 'Script Output' textbox of the 'Run Java Script' window. This is a helpful tool in creating scripts that show status and results as well as an aid in debugging scripts.
The TextFileExample.js sample script demontrates use of this object.
This object was added in TheSky build 10055 (see Application::build).