Changeset 2699 for trunk


Ignore:
Timestamp:
Nov 21, 2011, 2:25:08 PM (13 years ago)
Author:
gah
Message:
 
Location:
trunk/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/resultset.tcl

    r2239 r2699  
    15191519                if {$col == "xmlobj"} {
    15201520                    set val "#[expr {$which+1}]"
    1521                 } else {
    1522                     set val [lindex [$_results get -format $col $which] 0]
     1521                } else { 
     1522                    set val [lindex [$_results get -format [list $col] $which] 0]
    15231523                }
    15241524                if {[info exists label2val($val)]} {
     
    16121612            foreach col $_cntlInfo($this-all) {
    16131613                set quantity $_cntlInfo($this-$col-label)
    1614                 set val [lindex [$_results get -format $col $index] 0]
     1614                set val [lindex [$_results get -format [list $col] $index] 0]
    16151615                if {$col == "xmlobj"} {
    16161616                    set num [lindex [$_results find -format xmlobj $val] 0]
  • trunk/gui/scripts/xylegend.tcl

    r2695 r2699  
    7676    private method Average {}
    7777    private method BuildPopup { popup }
    78     private method Check { menu }
     78    private method Check {}
    7979    private method Delete { args }
    8080    private method Difference {}
Note: See TracChangeset for help on using the changeset viewer.