Changeset 2394
- Timestamp:
- Aug 17, 2011, 10:31:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkviewer.tcl
r2387 r2394 359 359 set _height 500 360 360 } 361 puts stderr "screen size $_width $_height"361 #puts stderr "screen size $_width $_height" 362 362 set _start [clock clicks -milliseconds] 363 363 SendCmd "screen size $_width $_height" … … 366 366 367 367 itcl::body Rappture::VtkViewer::EventuallyResize { w h } { 368 puts stderr "EventuallyResize $w $h"368 #puts stderr "EventuallyResize $w $h" 369 369 set _width $w 370 370 set _height $h … … 625 625 # ---------------------------------------------------------------------- 626 626 itcl::body Rappture::VtkViewer::Connect {} { 627 puts stderr "Enter Connect: [info level -1]"627 #puts stderr "Enter Connect: [info level -1]" 628 628 set _hosts [GetServerList "vtkvis"] 629 629 if { "" == $_hosts } { … … 632 632 set result [VisViewer::Connect $_hosts] 633 633 if { $result } { 634 puts stderr "Connected to $_hostname sid=$_sid"634 #puts stderr "Connected to $_hostname sid=$_sid" 635 635 set w [winfo width $itk_component(view)] 636 636 set h [winfo height $itk_component(view)] … … 723 723 set time [clock seconds] 724 724 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>" 726 726 if { $_start > 0 } { 727 727 set finish [clock clicks -milliseconds]
Note: See TracChangeset
for help on using the changeset viewer.