Ticket #532 (Fixed)Fri Nov 05 13:52:16 UTC 2021
Attempting to create a Task window with no task window server gives odd initial error
Reported by: | Stuart Swales (8827) | Severity: | Minor |
Part: | RISC OS: Module | Release: | |
Milestone: | Status | Fixed |
Details by Stuart Swales (8827):
Unplug the !Edit module (I prefer to do this so I don’t accidentally get Edit running before I start the DDE and then have both Edit and SrcEdit running)
Ctrl-F12 to start a Task window.
First error given is:
<pre><code>File ’’ not found</code></pre>
due to the TaskWindow module blindly executing:
<pre><code>Run <TaskWindow$$Server></code></pre>
without first checking for the existence of the <code>TaskWindow$$Server</code> variable.
Changelog:
Modified by Stuart Swales (8827) Mon, November 15 2021 - 12:46:56 GMT
- Status changed from Open to Fixed