Changeset 791
- Timestamp:
- Dec 4, 2009 5:12:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 2004/04/27 14:12:04 to 2004/05/04 17:20:35
- Property rcs:lines changed from +44 -24 to +13 -3
- Property rcs:rev changed from 1.56 to 1.57
r783 r791 1118 1118 } 1119 1119 } 1120 # Save the current exp file 1121 savearchiveexp 1122 # disable the file change monitor if we will reload the .EXP file automatically 1123 if {$expgui(autoexpload)} {set expgui(expModifiedLast) 0} 1120 1124 if {$expgui(autoiconify)} {wm iconify .} 1121 1125 exec $wishshell [file join $expgui(scriptdir) bkgedit] \ 1122 1126 $expnam $hst $liveplot(legend) 1123 1127 if {$expgui(autoiconify)} {wm deiconify .} 1124 # check for changes in the .EXP file immediately 1125 whenidle 1128 # load the changed .EXP file automatically? 1129 if {$expgui(autoexpload)} { 1130 # load the revised exp file 1131 loadexp $expgui(expfile) 1132 } else { 1133 # check for changes in the .EXP file immediately 1134 whenidle 1135 } 1126 1136 } 1127 1137
Note: See TracChangeset
for help on using the changeset viewer.