Changeset 413 for trunk/gui/apps/driver


Ignore:
Timestamp:
Apr 26, 2006, 6:42:46 PM (18 years ago)
Author:
mmc
Message:
  • Added <description> capability to output objects, including axes.
  • Fixed the ResultSet? so that it is more compact and supports the simulation number as a parameter. This is useful when there are datasets with wildly varying parameters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r365 r413  
    5050option add *Switch.textBackground white
    5151option add *Progress.barColor #ffffcc
     52option add *Balloon.titleBackground #6666cc
     53option add *Balloon.titleForeground white
     54option add *ResultSet.controlbarBackground #6666cc
     55option add *ResultSet.controlbarForeground white
     56option add *ResultSet.activeControlBackground #ccccff
     57option add *ResultSet.activeControlForeground black
     58option add *Radiodial.length 3i
    5259
    5360switch $tcl_platform(platform) {
     
    8390
    8491set tool [Rappture::Tool ::#auto $xmlobj $installdir]
     92
     93# ----------------------------------------------------------------------
     94# LOAD RESOURCE SETTINGS
     95#
     96# Try to load the $SESSIONDIR/resources file, which contains
     97# middleware settings, such as the application name and the
     98# filexfer settings.
     99# ----------------------------------------------------------------------
     100Rappture::resources::load
    85101
    86102# ----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.