On Tue, 14 Jan 1997, Robin Becker wrote:
> grid rowconf: "1" is out of range
> while executing
> "set vTcl(w,grid,row,weight) [expr round([grid rowconf $p $row -
> weight])]"
Something changed with the grid code starting in tk4.2 where if
you don't explicitly set a column or row -weight or -minsize, then
you cannot "probe" it's value. Since this is essential to Visual
Tcl reproducing grids, it broke when I introduced the appropriate
code in 1.07.
The man page states that I should be able to probe the value by
not specifying a value. This works in Tk4.1 so I've reported it
as a bug to the Sun team. In the mean-time, I've developed a work-
around for 1.08. I'll see if I can get a patch to the list soon
for 1.07.
-stewart-