Changeset 4179 for branches


Ignore:
Timestamp:
Feb 14, 2014 12:07:28 PM (10 years ago)
Author:
gah
Message:

assorted fixes to automatic tickets

Location:
branches/1.3/gui/scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/analyzer.tcl

    r3647 r4179  
    443443    if {$status != 0} {
    444444        $itk_component(runinfo) configure -state normal
    445         $itk_component(runinfo) delete 1.0 end
    446         $itk_component(runinfo) insert end "Problem launching job:\n\n" text
     445        # $itk_component(runinfo) delete 1.0 end
     446        $itk_component(runinfo) insert end "\n\nProblem launching job:\n\n" text
    447447        _simOutput $result
    448448        $itk_component(runinfo) configure -state disabled
  • branches/1.3/gui/scripts/nanovisviewer.tcl

    r3844 r4179  
    13601360        -markers ""
    13611361    }
     1362   
     1363    if { ![info exists _serverDatasets($tf)] } {
     1364        return;                         # Dataset was deleted
     1365    }
    13621366    foreach {dataobj cname} [split [lindex $_style2datasets($tf) 0] -] break
    13631367    array set style [lindex [$dataobj components -style $cname] 0]
  • branches/1.3/gui/scripts/xyresult.tcl

    r4006 r4179  
    11341134        "label" {
    11351135            set label $_axisPopup(label)
    1136             $g axis configure $axis -label $label
     1136            $g axis configure $axis -title $label
    11371137        }
    11381138        "min" {
     
    14401440        switch -- $axis {
    14411441            "x" - "x2" - "y" - "y2" {
    1442                 $g axis configure $axis -hide yes
     1442                $g axis configure $axis -hide yes -checklimits no
     1443
    14431444            }
    14441445            default {
Note: See TracChangeset for help on using the changeset viewer.