- Timestamp:
- Dec 4, 2009 4:58:53 PM (14 years ago)
- 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 153 153 } 154 154 } 155 # disable traces on entryvar until we are ready 156 set entrycmd(trace) 0 157 155 158 # least squares page 156 159 set entryvar(cycles) [expinfo cycles] … … 163 166 set entryvar(printopt$num) [printsetting $num] 164 167 } 168 # enable traces on entryvar 169 set entrycmd(trace) 1 165 170 } 166 171 … … 2435 2440 $expgui(lsFrame).f1.a.l$phase config -fg grey 2436 2441 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" { 2438 2444 $expgui(lsFrame).f1.$item config -state disabled -bd 1 2439 2445 } 2440 2446 } else { 2441 2447 $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" { 2443 2450 $expgui(lsFrame).f1.$item config -state normal -bd 2 2444 2451 } … … 2515 2522 -variable expgui(Fextract$num) -value 1] \ 2516 2523 -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 $num2524 # grid [radiobutton $expgui(lsFrame).f1.a.cb$num \ 2525 # -command "HistExtractSet $num" \ 2526 # -variable expgui(Fextract$num) -value 2] \ 2527 # -row 4 -column $num 2521 2528 } 2522 2529 grid [label $expgui(lsFrame).f1.a.t -text "Intensity Extraction Method" -anchor c] \ … … 2525 2532 grid [label $expgui(lsFrame).f1.a.t1 -text "Rietveld" -anchor c] -column 0 -row 2 2526 2533 grid [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 42534 #grid [label $expgui(lsFrame).f1.a.t3 -text "Equally Weighted" -anchor c] -column 0 -row 4 2528 2535 grid [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 42536 #grid [label $expgui(lsFrame).f1.a.t3a -text "(Le Bail method)" -anchor c] -column 10 -row 4 2530 2537 # ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ END OF LS PANE CODE ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 2531 2538 #vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv THE MENU BAR vvvvvvvvvvvvvvvvvvvvvv
Note: See TracChangeset
for help on using the changeset viewer.