the following sequence results in an error
1) File/New
2) select packer
3) create a frame; select expand widget + fill both
4) select grid manager
5) create a button
6) activate the frame and create another button
gives the following error
grid rowconf: "1" is out of range
while executing
"set vTcl(w,grid,row,weight) [expr round([grid rowconf $p $row -
weight])]"
(procedure "vTcl:split_info" line 1)
invoked from within
"vTcl:split_info $target"
("grid" arm line 1)
invoked from within
"switch $vTcl(w,manager) {
{} {}
grid -
pack -
place {
vTcl:split_info $target
}
wm {
..."
(procedure "vTcl:update_widget_info" line 1)
invoked from within
"vTcl:update_widget_info $target"
(procedure "vTcl:dump_widget_quick" line 1)
invoked from within
"set vTcl(undo) [vTcl:dump_widget_quick $vTcl(w,widget)]"
(procedure "vTcl:grab_release" line 1)
invoked from within
"vTcl:grab_release $vTcl(w,widget)"
(procedure "vTcl:bind_release" line 1)
invoked from within
"vTcl:bind_release 683 313"
(command bound to event)
this is with 8.0a1 under win32
--
Robin Becker