I'm using Scilab 4.1.2 in a Windows Vista OS. Sometimes the system blocks when I
Reported by Osvaldo Carvalho
-- Bug description --
I'm using Scilab 4.1.2 in a Windows Vista OS. Sometimes the system blocks when I try to save a file I am editing with Scipad, or when I try to exec a .sce file from Scilab. Bellow are some messages I got on log file:
================================= Log 1
can't read "pad": no such variable
can't read "pad": no such variable
while executing
"dupWidgetOption [gettextareacur] $pad.new$winopened"
(procedure "notopenedfile" line 6)
invoked from within
"notopenedfile $file"
(procedure "openfile" line 30)
invoked from within
"openfile $f $tiledisplay"
(procedure "openlistoffiles" line 11)
invoked from within
"openlistoffiles $file $tiledisplay"
(procedure "showopenwin" line 20)
invoked from within
"showopenwin currenttile"
(menu invoke)
====================================== Log 2
invalid command name ".scipad.new2"
invalid command name ".scipad.new2"
while executing
"$ta configure -insertofftime 500"
(procedure "dorestorecursorblink" line 4)
invoked from within
"dorestorecursorblink"
("after" script)
======================================Log 3
-- Scilab error message --
================================= Log 1
can't read "pad": no such variable
can't read "pad": no such variable
while executing
"dupWidgetOption [gettextareacur] $pad.new$winopened"
(procedure "notopenedfile" line 6)
invoked from within
"notopenedfile $file"
(procedure "openfile" line 30)
invoked from within
"openfile $f $tiledisplay"
(procedure "openlistoffiles" line 11)
invoked from within
"openlistoffiles $file $tiledisplay"
(procedure "showopenwin" line 20)
invoked from within
"showopenwin currenttile"
(menu invoke)
====================================== Log 2
invalid command name ".scipad.new2"
invalid command name ".scipad.new2"
while executing
"$ta configure -insertofftime 500"
(procedure "dorestorecursorblink" line 4)
invoked from within
"dorestorecursorblink"
("after" script)
======================================Log 3
bad window path name ".scipad.opensof"
bad window path name ".scipad.opensof"
while executing
"wm resizable $wintoset 0 0"
(procedure "setwingeom" line 8)
invoked from within
"setwingeom $opensof"
(procedure "opensourceof" line 46)
invoked from within
"opensourceof"
(menu invoke)
-- How to reproduce the bug --
1) With Windows Vista and Scilab 4.1.2, open Scipad and try to open a source file;
2) Open Scilab and try to exec a source file
3) Open Scipad, edit a new source file and try to save it.