Changeset 2394


Ignore:
Timestamp:
Aug 17, 2011, 10:31:47 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2387 r2394  
    359359        set _height 500
    360360    }
    361     puts stderr "screen size $_width $_height"
     361    #puts stderr "screen size $_width $_height"
    362362    set _start [clock clicks -milliseconds]
    363363    SendCmd "screen size $_width $_height"
     
    366366
    367367itcl::body Rappture::VtkViewer::EventuallyResize { w h } {
    368     puts stderr "EventuallyResize $w $h"
     368    #puts stderr "EventuallyResize $w $h"
    369369    set _width $w
    370370    set _height $h
     
    625625# ----------------------------------------------------------------------
    626626itcl::body Rappture::VtkViewer::Connect {} {
    627     puts stderr "Enter Connect: [info level -1]"
     627    #puts stderr "Enter Connect: [info level -1]"
    628628    set _hosts [GetServerList "vtkvis"]
    629629    if { "" == $_hosts } {
     
    632632    set result [VisViewer::Connect $_hosts]
    633633    if { $result } {
    634         puts stderr "Connected to $_hostname sid=$_sid"
     634        #puts stderr "Connected to $_hostname sid=$_sid"
    635635        set w [winfo width $itk_component(view)]
    636636        set h [winfo height $itk_component(view)]
     
    723723        set time [clock seconds]
    724724        set date [clock format $time]
    725         puts stderr "$date: received image [image width $_image(plot)]x[image height $_image(plot)] image>"       
     725        #puts stderr "$date: received image [image width $_image(plot)]x[image height $_image(plot)] image>"       
    726726        if { $_start > 0 } {
    727727            set finish [clock clicks -milliseconds]
Note: See TracChangeset for help on using the changeset viewer.