Changeset 462 for trunk/gui/apps/driver


Ignore:
Timestamp:
Jun 5, 2006, 9:21:06 PM (18 years ago)
Author:
mmc
Message:

Fixed nanovis to take a series of server names as a comma-separated
list, and to try them one after another to make a connection. That
way, if one server is down, you can still reach the rest of the farm.

Added a customized bug handler that looks a little less frightening
than the standard Tcl dialog. Someday, this should log all errors
to a web service, but for now, it just encourages the user to do so.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r413 r462  
    2929package require Rappture
    3030package require RapptureGUI
     31
     32# install a better bug handler
     33Rappture::bugreport::install
    3134
    3235option add *MainWin.mode desktop startupFile
Note: See TracChangeset for help on using the changeset viewer.