PixInsight Forum (historical)
Software Development => New Scripts and Modules => Topic started by: mschuster on 2015 August 21 11:57:21
-
1123 Win7:
Launch PI.
In the Script Editor, create and save a new script hello.js
console.writeln("hello");
Compile and execute the script, just as a test.
Save a project.
Exit, relaunch PI, load the project.
In the Script Editor, the script file is present, compile and execute the script. PI displays a timestamp conflict.
Mike