Differences between revisions 21 and 22
Revision 21 as of 2011-08-05 12:06:07
Size: 686
Editor: KaiJaeger
Comment: Tidied up
Revision 22 as of 2011-08-05 12:10:53
Size: 922
Editor: KaiJaeger
Comment: Remark regarding a SALT problem
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

== Problem with SALT ==

When you get a "Target namespace not found" error reported by SALT but crashing ScriptManager than you are using an outdated version of SALT. Ask Dyalog for a better version of SALT where this bug got fixed.

User Command "ScriptManager"

Overview

ScriptManager (ScriptManager) is a utility useful to manage scripts in a workspace.

Obviously it makes sense to make ScriptManager available as a User Command.

This page offers a small class script ScriptManager_UC.dyalog which is designed to do exactly that.

Refer to UserCommands/WhereShouldTheyGo for advice how to organize your User Commands.

Problem with SALT

When you get a "Target namespace not found" error reported by SALT but crashing ScriptManager than you are using an outdated version of SALT. Ask Dyalog for a better version of SALT where this bug got fixed.

Download

Download the script.

Version

The script is version 1.0.0 from 2011-08-04

Author: KaiJaeger

-- KaiJaeger 2011-08-04 20:13:42


CategoryDyalogUserCommands