Changeset 5069 for trunk/gui


Ignore:
Timestamp:
Mar 4, 2015, 12:52:16 PM (10 years ago)
Author:
ldelgass
Message:

fix comments

File:
1 edited

Legend:

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

    r5068 r5069  
    6060    protected variable _debugConsole 0
    6161    protected variable _reportClientInfo 1
     62    # Number of milliscends to wait for server reply before displaying wait
     63    # dialog.  If set to 0, dialog is never displayed.
    6264    protected variable _waitTimeout 0
    6365
     
    486488# StartWaiting --
    487489#
    488 #    Read some number of bytes from the visualization server.
    489 #
    490 
     490#    Display a waiting dialog after a timeout has passed
     491#
    491492itcl::body Rappture::VisViewer::StartWaiting {} {
    492493    if { $_waitTimeout > 0 } {
     
    496497}
    497498
     499#
     500# StopWaiting --
     501#
     502#    Take down waiting dialog
     503#
    498504itcl::body Rappture::VisViewer::StopWaiting {} {
    499505    if { $_waitTimeout > 0 } {
Note: See TracChangeset for help on using the changeset viewer.