Changeset 117
- Timestamp:
- Dec 4, 2009 5:00:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 1999/10/11 19:48:35 to 1999/11/16 15:45:40
- Property rcs:lines changed from +80 -48 to +13 -3
- Property rcs:rev changed from 1.19 to 1.20
r112 r117 182 182 unset exparray 183 183 } 184 expload $expfile 184 set exploadtime [time {expload $expfile}] 185 if $expgui(debug) {puts "expload $exploadtime"} 185 186 set expgui(changed) 0 186 187 mapexp … … 220 221 # disable traces on entryvar until we are ready 221 222 set entrycmd(trace) 0 223 trace vdelete entryvar w entvartrace 222 224 223 225 # propogate changes on the least squares page … … 234 236 # enable traces on entryvar 235 237 set entrycmd(trace) 1 238 trace variable entryvar w entvartrace 239 236 240 # set fo extaction on LS page 237 241 SetupExtractHist … … 320 324 .n raise lsPane 321 325 set expgui(pagenow) lsFrame 326 } 327 if {[CountHistory] > 100} { 328 DeleteHistoryRecords "This .EXP file has [CountHistory] history records\nErasing most will speed EXPGUI" 322 329 } 323 330 } … … 3029 3036 set expgui(pagenow) lsFrame 3030 3037 } 3038 if {[CountHistory] > 100} { 3039 DeleteHistoryRecords "This .EXP file has [CountHistory] history records\nErasing most will speed EXPGUI" 3040 }
Note: See TracChangeset
for help on using the changeset viewer.