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/loader.tcl

    r724 r746  
    217217    #
    218218    set str [$_owner xml get $path.default]
    219     if {$str != ""} { after 1000 [itcl::code $this value $str] }
     219    if {$str != ""} { after 1500 [itcl::code $this value $str] }
    220220}
    221221
Note: See TracChangeset for help on using the changeset viewer.