On Wed, 16 May 2007, Sven Schreiber wrote:
> Actually this does not sound right. Could you send me test
cases
> (scripts) for py4gretl, please? Then I can, hopefully, shake out
> the remaining bugs in the function calling apparatus. Thanks.
Sure, the following produces the effect for me (this should hopefully
also work with the public py4gretl_vecrestrict version on the server).
Of course you have to open the session symbol window before executing
the script.
Thanks. The closing of the session icon window was just due to
the fact that the calling script opens a new data file. If you
open denmark.gdt manually first, then run the test script with the
"open" line commented out, the session icon window is not closed,
and it displayed the temporary matrices. This is now fixed.
Other small fixes. (a) The Help button in the function call
window: the function help text is now word-wrapped rather than
showing very long lines. (b) If you fail to specify a required
argument in the GUI function call window, and press OK, you get an
error message. That's fine, but previously the call window closed
on this error. Now it stays open, waiting for correct input,
unless you click Cancel.
Allin.