- Status Closed
- Percent Complete
- Task Type Feature Request
- Category Parser
-
Assigned To
Jens Lauritsen - Operating System All
- Severity High
- Priority High
- Reported Version 2.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Analysis
Opened by Jens Lauritsen - 27.03.2019
Last edited by Torsten Bonde Christiansen - 13.04.2019
Opened by Jens Lauritsen - 27.03.2019
Last edited by Torsten Bonde Christiansen - 13.04.2019
FS#205 - Define new SET to control opening of auxiliary windows
<br /> Define new set option:
<br />set show sidewindows := "on/off"
<br /> with on: on starting analysis all three are opened
<br /> with off: they close
<br /> default at start of analysis: change to all three to open.
<br />Notice other task to let F2 dataset overview remain open on "close" a datafile
Closed by Torsten Bonde Christiansen
13.04.2019 10:35
Reason for closing: Implemented
Additional comments about closing: Fixed in r976
13.04.2019 10:35
Reason for closing: Implemented
Additional comments about closing: Fixed in r976
It is unclear how this should work:
* Since commands in startup.pgm are executed AFTER all visual components are created, running this from startup has the same result as running later in program.
* What is the desired behaviour of setting the "off" value during execution:
* Should all side windows close
* What happens during a read
* What happens during a close
* What is the desired behaviour of "on" during execution?
* What other options influence the same windows and how should they work when combined?
set show sidewindows := "on/off"
when executed: on
behave like pressing f2, f3, f7
if a datafile is closed: remain open f2 and f3
(now f3 stays open)
when executed: off
close all side windows
and leave them closed unless the user presses one of f2,f3,f7
Implemented in r973 - testing needed.
When testing is completed, please close this task!
Last fix in r974 - please test!