On Mon, 8 May 2017, Riccardo (Jack) Lucchetti wrote:
On Mon, 8 May 2017, Sven Schreiber wrote:
> Hi,
>
> here's the minor problem, experienced in the GUI of 2016d and 2017a:
>
> - open the bjg.gdt workfile
> - choose "add/ periodic dummies" from the menu (don't know if this is
> necessary to trigger the bug)
> - the seasonal dummies dm1..dm12 appear in the workfile
> - choose "add/ define new variable"
> - enter into the dialog "csdum = seasonals(1, 1)", hit OK
> - nothing seems to happen, no new variables in the workfile
>
> It turns out that the list 'csdum' and the variables S1..S12 are present
> and can be chosen for example in the model specification window. But they
> are not visible in the main window.
Workaround, Press Ctrl-R (refresh)
That's now fixed in git. Previously we updated the main window in
response to the "Define new variable" option only when a (single)
series was generated. Now we update when a list is generated too, in
case (as in the instance Sven describes) this involves adding new
series to the dataset.
But, as Jack says, Ctrl-R will force a sync of the main window
display with the actual dataset in case there's any slippage.
Allin