Changeset 464 for trunk/gui/apps/driver


Ignore:
Timestamp:
Jun 6, 2006, 10:33:16 AM (18 years ago)
Author:
mmc
Message:

Added popup options for the "download" button. Right now this works
only for <curve> objects. You can select between CSV and PDF output.
Will add other formats later.

Fixed a few "after cancel" errors that were happening when you switch
between inputs in the structure demo.

Fixed the colors and fonts for the new bug report window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r462 r464  
    2929package require Rappture
    3030package require RapptureGUI
    31 
    32 # install a better bug handler
    33 Rappture::bugreport::install
    3431
    3532option add *MainWin.mode desktop startupFile
     
    5552option add *Balloon.titleBackground #6666cc
    5653option add *Balloon.titleForeground white
     54option add *Balloon*Label.font -*-helvetica-medium-r-normal-*-*-120-*
     55option add *Balloon*Radiobutton.font -*-helvetica-medium-r-normal-*-*-120-*
     56option add *Balloon*Checkbutton.font -*-helvetica-medium-r-normal-*-*-120-*
    5757option add *ResultSet.controlbarBackground #6666cc
    5858option add *ResultSet.controlbarForeground white
     
    6060option add *ResultSet.activeControlForeground black
    6161option add *Radiodial.length 3i
     62option add *BugReport*banner*foreground white
     63option add *BugReport*banner*background #a9a9a9
     64option add *BugReport*banner*highlightBackground #a9a9a9
     65option add *BugReport*banner*font -*-helvetica-bold-r-normal-*-*-180-*
    6266
    6367switch $tcl_platform(platform) {
     
    6973    }
    7074}
     75
     76# install a better bug handler
     77Rappture::bugreport::install
    7178
    7279# fix the "grab" command to support a stack of grab windows
Note: See TracChangeset for help on using the changeset viewer.