Creates a text file (scriptOutput.txt) in the system's
temporary directory with the content of sText, and then opens the
system's default text file editor with that file as a parameter.
Each invocation of this method overwrites the content of the temporary
file. Multiple invocations do not concatenate text together.
This method allows a non-modal way of showing output. The Flex
and the Alert dialog boxes are both modal, which makes it impossible
for a user to interact with the output of a macro script at the
same time as they interact with Designer. In some cases, you can
look at the output to make changes in Designer.
Syntaxdesigner.showTextWindow( STRING param )
Parameters
param1
|
A valid string value representing the text
to show in the system's default text editor.
|
|
|
|