Changeset 56 for trunk/gui/apps/driver


Ignore:
Timestamp:
Sep 11, 2005, 10:49:16 PM (19 years ago)
Author:
mmc
Message:
  • Changed the driver to recognize a new FULLSCREEN environment variable. When this is set, the driver goes into "web" mode, taking over the full screen of the desktop, as we normally do when running within the nanoHUB. This avoids the problem of having to edit the desktop/web setting in the driver file by hand during nanoHUB installations.
  • Fixed min/max scales for curves to work better.
  • Added seconds as recognized units.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r52 r56  
    9696wm withdraw .main
    9797
     98# if the FULLSCREEN variable is set, then nanoHUB wants us to go full screen
     99if {[info exists env(FULLSCREEN)]} {
     100    .main configure -mode web
     101}
     102
    98103#
    99104# The main window has a pager that acts as a notebook for the
Note: See TracChangeset for help on using the changeset viewer.