Changeset 48
- Timestamp:
- Dec 4, 2009 4:59:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 1999/01/20 19:29:10 to 1999/02/02 17:26:27
- Property rcs:lines changed from +46 -28 to +14 -4
- Property rcs:rev changed from 1.8 to 1.9
r30 r48 87 87 set link [file readlink $expgui(script)] 88 88 if { [file pathtype $link] == "absolute" } { 89 hset expgui(script) $link89 set expgui(script) $link 90 90 } { 91 91 set expgui(script) [file dirname $expgui(script)]/$link … … 207 207 SetupExtractHist 208 208 209 # update the histogram list 209 # update the histogram list & the page, if shown 210 210 sethistlist 211 212 # update the atoms display 213 # DisplayAllAtoms noreset 214 SelectOnePhase $expgui(curPhase) 211 215 212 216 # start checking for external changes … … 1834 1838 } 1835 1839 hapinfo $histlist $phase extmeth set $expgui(Fextract$phase) 1840 incr expgui(changed) 1836 1841 if {$expgui(Fextract$phase) != 0} {set entryvar(fobsextract) 1} 1837 1842 } … … 1942 1947 } 1943 1948 } 1944 1945 1949 if {$expgui(temp) != ""} return 1946 1950 1947 1951 if {$expgui(orig_backtype) != $expgui(backtype)} { 1948 1952 histinfo $histlist backtype set $expgui(backtype) 1953 incr expgui(changed) 1949 1954 } 1950 1955 if {$expgui(orig_backterms) != $expgui(backterms)} { 1951 1956 histinfo $histlist backterms set $expgui(backterms) 1957 incr expgui(changed) 1952 1958 } 1953 1959 for {set num 1 } { $num <= $expgui(backterms) } { incr num } { … … 1955 1961 if {$expgui(orig_$var) != $expgui($var)} { 1956 1962 histinfo $histlist $var set $expgui($var) 1963 incr expgui(changed) 1957 1964 } 1958 1965 } … … 2095 2102 if {$cmd == "histinfo"} { 2096 2103 histinfo $h $variable set $expgui(temp) 2104 incr expgui(changed) 2097 2105 if $expgui(debug) { 2098 2106 puts "histinfo $h $variable set $expgui(temp)" … … 2100 2108 } elseif {$cmd == "hapinfo"} { 2101 2109 hapinfo $h $phase $variable set $expgui(temp) 2110 incr expgui(changed) 2102 2111 if $expgui(debug) { 2103 2112 puts "hapinfo $phase $h $variable set $expgui(temp)" … … 2214 2223 if {$value != ""} { 2215 2224 hapinfo $histlist $phaselist [lindex $item 0] set $value 2225 incr expgui(changed) 2216 2226 if $expgui(debug) { 2217 2227 puts "hapinfo [list $phaselist] [list $histlist] [lindex $item 0] set $value"
Note: See TracChangeset
for help on using the changeset viewer.