Stewart,

I have quite a large project developed in Vtcl 1.06.  I have tried to edit 
it using Vtcl 1.07 and get the following error when I select a widget that 
has grid placement (all 'grid' widgets seem to act the same, but the row 
 number chages).

If you need by project file let me know.

Thanks

Tony Chester

grid rowconf: "1" is out of range
    while executing
"grid rowconf $p $row -weight"
    invoked from within
"expr round([grid rowconf $p $row -weight]..."
    invoked from within
"set vTcl(w,grid,row,weight)  [expr round([grid rowconf $p $row -weight]..."
    invoked from within
"if {$mgr == "grid"} {
        set p [winfo parent $target]
        set col $vTcl(w,grid,-column)
        set row $vTcl(w,grid,-row)
        set vTcl(w ..."
    (procedure "vTcl:split_info" line 23)
    invoked from within
"vTcl:split_info $target"
    ("grid" arm line 2)
    invoked from within
"switch $vTcl(w,manager) {
        {} {}
        grid -
        pack -
        place {
            vTcl:split_info $target
        }
        wm {
      ..."
    (procedure "vTcl:update_widget_info" line 15)
    invoked from within
"vTcl:update_widget_info $target"
    (procedure "vTcl:select_widget" line 7)
    invoked from within
"vTcl:select_widget $target"
    invoked from within
"if { $vTcl(w,widget) != "$target" } {
        vTcl:select_widget $target
        vTcl:attrbar_color $target
        vTcl:attrbar_anchor $target
       ..."
    (procedure "vTcl:active_widget" line 3)
    invoked from within
"vTcl:active_widget .top2.fra1.fra20.lab33"
    invoked from within
".vTcl.tree.fra4.can8._top2_fra1_fra20_lab33 invoke"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke]"
    invoked from within
"if {($w == $tkPriv(window))
          && ([$w cget -state] != "disabled")} {
         uplevel #0 [list $w invoke]
     }"
    invoked from within
"if {$w == $tkPriv(buttonWindow)} {
     set tkPriv(buttonWindow) ""
     $w config -relief $tkPriv(relief)
     if {($w == $tkPriv(window))
          && ([$w cget -state] ..."
    (procedure "tkButtonUp" line 3)
    invoked from within
"tkButtonUp .vTcl.tree.fra4.can8._top2_fra1_fra20_lab33"
    (command bound to event)

Reply via email to