- Timestamp:
- Mar 4, 2015, 12:52:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/visviewer.tcl
r5068 r5069 60 60 protected variable _debugConsole 0 61 61 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. 62 64 protected variable _waitTimeout 0 63 65 … … 486 488 # StartWaiting -- 487 489 # 488 # Read some number of bytes from the visualization server. 489 # 490 490 # Display a waiting dialog after a timeout has passed 491 # 491 492 itcl::body Rappture::VisViewer::StartWaiting {} { 492 493 if { $_waitTimeout > 0 } { … … 496 497 } 497 498 499 # 500 # StopWaiting -- 501 # 502 # Take down waiting dialog 503 # 498 504 itcl::body Rappture::VisViewer::StopWaiting {} { 499 505 if { $_waitTimeout > 0 } {
Note: See TracChangeset
for help on using the changeset viewer.