- Timestamp:
- Dec 4, 2009 5:04:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/profcons.tcl
- Property rcs:date changed from 2000/07/06 20:33:55 to 2000/10/12 21:30:14
- Property rcs:rev changed from 1.1 to 1.2
- Property rcs:lines set to +17 -6
r228 r320 207 207 if {$msg != ""} { 208 208 set msg "Error: a phase/histogram profile can appear in only one constraint. Here is a list of parameters that are referenced in more than one constraint:\n\n$msg" 209 MyMessageBox -icon error -message $msg -parent [winfo toplevel $expgui(consFrame)] 209 MyMessageBox -icon error -message $msg \ 210 -helplink "expgui6.html ProfileConstraintErr" \ 211 -parent [winfo toplevel $expgui(consFrame)] 210 212 } 211 213 } … … 279 281 catch {toplevel $top} 280 282 eval destroy [grid slaves $top] 283 bind $top <Key-F1> "MakeWWWHelp expgui6.html EditProfileConstraints" 281 284 282 285 if {$num != "add"} { … … 347 350 grid [button $top.add -text "New Column" \ 348 351 -command "NewProfileConstraintColumn $top $cfr" \ 349 ] -column 0 -row 4 -columnspan 2 352 ] -column 0 -row 4 -columnspan 2 -sticky ew 350 353 grid [button $top.done -text "Save" \ 351 354 -command "SaveProfileConstraint $num [list $term] $top" \ 352 ] -column 0 -row 5 353 grid [button $top.quit -text "Cancel 355 ] -column 0 -row 5 -sticky ns 356 grid [button $top.quit -text "Cancel\nChanges" \ 354 357 -command "CancelEditConstraint $top" \ 355 358 ] -column 1 -row 5 359 grid [button $top.help -text Help -bg yellow \ 360 -command "MakeWWWHelp expgui6.html EditProfileConstraints"] \ 361 -column 2 -row 4 -columnspan 99 -rowspan 2 -sticky e 356 362 357 363 set col 0 … … 587 593 MyMessageBox -icon warning \ 588 594 -message "Note: you have entered [llength $conslist] terms, only 27 can be used" \ 595 -helplink "expgui6.html ProfileConstraintsMax" \ 589 596 -parent [winfo toplevel $expgui(consFrame)] 590 597 return … … 610 617 set top {.editcons} 611 618 catch {toplevel $top} 619 bind $top <Key-F1> "MakeWWWHelp expgui6.html NewProfileConstraints" 612 620 eval destroy [grid slaves $top] 613 621 … … 655 663 grid [button $top.b2 -text Cancel \ 656 664 -command "set expcons(createflag) 0"] -sticky w -column 1 -row 5 657 665 grid [button $top.help -text Help -bg yellow \ 666 -command "MakeWWWHelp expgui6.html NewProfileConstraints"] \ 667 -column 2 -row 5 -columnspan 99 -sticky e 668 658 669 # default values by 1st histogram 659 670 set h [lindex $expmap(powderlist) 0]
Note: See TracChangeset
for help on using the changeset viewer.