Changeset 791


Ignore:
Timestamp:
Dec 4, 2009 5:12:05 PM (14 years ago)
Author:
toby
Message:

# on 2004/05/04 17:20:35, toby did:
save .EXP before call to bkgedit (bug fix)

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  
    11181118        }
    11191119    }
     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}
    11201124    if {$expgui(autoiconify)} {wm iconify .}
    11211125    exec $wishshell [file join $expgui(scriptdir) bkgedit] \
    11221126            $expnam $hst $liveplot(legend)
    11231127    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    }
    11261136}
    11271137
Note: See TracChangeset for help on using the changeset viewer.