Changeset 12 for trunk


Ignore:
Timestamp:
Dec 4, 2009 4:58:53 PM (14 years ago)
Author:
toby
Message:

# on 1998/12/28 02:33:30, toby did:
minor fixes
comment out $expgui(lsFrame).f1.a.cbXXX entries until Bob gets the new version out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expgui

    • Property rcs:date changed from 1998/12/26 22:03:11 to 1998/12/28 02:33:30
    • Property rcs:rev changed from 1.1 to 1.2
    • Property rcs:lines set to +16 -9
    r10 r12  
    153153        }
    154154    }
     155    # disable traces on entryvar until we are ready
     156    set entrycmd(trace) 0
     157
    155158    # least squares page
    156159    set entryvar(cycles) [expinfo cycles]
     
    163166        set entryvar(printopt$num) [printsetting $num]
    164167    }
     168    # enable traces on entryvar
     169    set entrycmd(trace) 1
    165170}
    166171
     
    24352440                $expgui(lsFrame).f1.a.l$phase config -fg grey
    24362441                set expgui(Fextract$phase) {}
    2437                 foreach item "a.ca$phase a.cb$phase a.cc$phase" {
     2442#               foreach item "a.ca$phase a.cb$phase a.cc$phase"
     2443                foreach item "a.ca$phase a.cc$phase" {
    24382444                    $expgui(lsFrame).f1.$item config -state disabled -bd 1
    24392445                }
    24402446            } else {
    24412447                $expgui(lsFrame).f1.a.l$phase config -fg black
    2442                 foreach item "a.ca$phase a.cb$phase a.cc$phase" {
     2448#               foreach item "a.ca$phase a.cb$phase a.cc$phase"
     2449                foreach item "a.ca$phase a.cc$phase" {
    24432450                    $expgui(lsFrame).f1.$item config -state normal -bd 2
    24442451                }
     
    25152522            -variable expgui(Fextract$num) -value 1] \
    25162523            -row 3 -column $num
    2517     grid [radiobutton $expgui(lsFrame).f1.a.cb$num \
    2518             -command "HistExtractSet $num" \
    2519             -variable expgui(Fextract$num) -value 2] \
    2520             -row 4 -column $num
     2524#    grid [radiobutton $expgui(lsFrame).f1.a.cb$num \
     2525#           -command "HistExtractSet $num" \
     2526#           -variable expgui(Fextract$num) -value 2] \
     2527#           -row 4 -column $num
    25212528}
    25222529grid [label $expgui(lsFrame).f1.a.t -text "Intensity Extraction Method" -anchor c] \
     
    25252532grid [label $expgui(lsFrame).f1.a.t1 -text "Rietveld" -anchor c] -column 0 -row 2
    25262533grid [label $expgui(lsFrame).f1.a.t2 -text "F(calc) Weighted" -anchor c] -column 0 -row 3
    2527 grid [label $expgui(lsFrame).f1.a.t3 -text "Equally Weighted" -anchor c] -column 0 -row 4
     2534#grid [label $expgui(lsFrame).f1.a.t3 -text "Equally Weighted" -anchor c] -column 0 -row 4
    25282535grid [label $expgui(lsFrame).f1.a.t2a -text "(Model biased)" -anchor c] -column 10 -row 3
    2529 grid [label $expgui(lsFrame).f1.a.t3a -text "(Le Bail method)" -anchor c] -column 10 -row 4
     2536#grid [label $expgui(lsFrame).f1.a.t3a -text "(Le Bail method)" -anchor c] -column 10 -row 4
    25302537# ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ END OF LS PANE CODE ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
    25312538#vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv THE MENU BAR vvvvvvvvvvvvvvvvvvvvvv
Note: See TracChangeset for help on using the changeset viewer.