Changeset 5132


Ignore:
Timestamp:
Mar 14, 2015 1:06:56 AM (9 years ago)
Author:
ldelgass
Message:

sync with 1.4 branch

File:
1 edited

Legend:

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

    r5128 r5132  
    5050    protected variable _buffering 0
    5151    protected variable _cmdSeq 0     ;    # Command sequence number
    52 
    5352    protected variable _dispatcher "";  # dispatcher for !events
    5453    protected variable _hosts ""    ;   # list of hosts for server
     
    289288        if { [gets $_sid data] <= 0 } {
    290289            set _sid ""
    291             puts stderr "reading from server data=($data)"
     290            puts stderr "ERORR reading from server data=($data)"
    292291            RemoveServerFromList $_serverType $server
    293292            continue
     
    465464    }
    466465    set _buffer(out) $bytes
     466    # There's problem when the user is interacting with the GUI at the
     467    # same time we're trying to write to the server.  Don't want to
     468    # block because, the GUI will look like it's dead.  We can start
     469    # by putting a busy window over plot so that inadvertent things like
     470    # mouse movements aren't received.
    467471    if {$_blockOnWrite} {
    468472        # Let's try this approach: allow a write to block so we don't
Note: See TracChangeset for help on using the changeset viewer.