Ignore:
Timestamp:
May 18, 2007, 3:28:20 PM (17 years ago)
Author:
mmc
Message:

Fix for support ticket #1773 "bad window path name ".main.area..."
Added a band-aid into the whole GUI loading process. MOSFET has been
having trouble loading its structure. A fix for that caused this
problem in CNTbands v2.0. This will hold for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/spinint.tcl

    r115 r746  
    124124        $itk_component(entry) delete 0 end
    125125        $itk_component(entry) insert 0 $newval
    126         after 10 [list event generate $itk_component(hull) <<Value>>]
     126        after 10 [list catch [list event generate $itk_component(hull) <<Value>>]]
    127127    } elseif {[llength $args] != 0} {
    128128        error "wrong # args: should be \"value ?newval?\""
Note: See TracChangeset for help on using the changeset viewer.