Changeset 1182 for branches/sandbox/expgui
- Timestamp:
- Dec 6, 2011 2:40:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/expgui
r1173 r1182 541 541 loadexp $newexpfile 542 542 543 # switch to the appropriate 1st page544 #StageTabUse545 SetStartPanel546 547 543 # reset the phase selection 548 544 set expgui(curPhase) {} … … 554 550 set expgui(curhist) {} 555 551 } 556 # if {[CountHistory] > 100} { 557 # DeleteHistoryRecords "This .EXP file has [CountHistory] history records\nErasing most will speed EXPGUI" 558 # } 552 # switch to the appropriate 1st page 553 #StageTabUse 554 SetStartPanel 559 555 } 560 556 … … 841 837 } 842 838 set ans [ReloadExpMsg [file tail $expgui(expfile)] $expgui(changed)] 843 839 # did a load already occur while we were waiting for an answer? 840 if {[file mtime $expgui(expfile)] == $expgui(expModifiedLast)} { 841 return 842 } 844 843 if {$ans == 0} { 845 844 loadexp $expgui(expfile)
Note: See TracChangeset
for help on using the changeset viewer.