Changeset 2645 for trunk/gui


Ignore:
Timestamp:
Oct 21, 2011, 4:32:29 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2644 r2645  
    221221            if {[llength $servers] == 0} {
    222222                blt::busy release $itk_component(hull)
     223                set x [expr {[winfo rootx $itk_component(hull)]+10}]
     224                set y [expr {[winfo rooty $itk_component(hull)]+10}]
    223225                Rappture::Tooltip::cue @$x,$y "Can't connect to any visualization server.  This may be a network problem.  Wait a few moments and try resetting the view."
    224226                return 0
Note: See TracChangeset for help on using the changeset viewer.