Studio > Using Rogue Wave Script > Using Rogue Wave Script for Rogue Wave Views in your Application > Syntax Errors
 
Syntax Errors
When you test the application or the current buffer, the script attached to the concerned buffers are evaluated. If your scripts contain syntax errors, these errors are displayed in the Script Error List. You can double-click on an error to locate it and edit the source code in the Script Editor. Note that the buffer corresponding to the script is selected. You can show or hide the script error list by using the Script Error List icon in the tool bar.
By default, the Script Error List is displayed in the Main panel on top of the Generic Inspector. If you want it to be created in a separate top window, define a panel description for the ScriptErrorList panel using the topView property, as shown below:
panel "ScriptErrorList" {
topView true;
}
For more information, see the section Rogue Wave Views Studio Panel Description File.
The contents of the Script Error List is updated each time you execute a Test command.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.