Changeset 52 for trunk/gui/apps/driver


Ignore:
Timestamp:
Sep 7, 2005 10:03:19 AM (19 years ago)
Author:
mmc
Message:
  • Added a back door so we can debug Rappture applications running in the nanoHUB environment.
  • Added format and label controls to the axes of an XY plot.
  • Added a <molecule><about><emblems> directive, a boolean control indicating whether or not the molecule viewer should show the atom labels by default. If missing or "off", the labels are turned off. To turn labels on by default, this must be set to a boolean true value.
  • Fixed the packing bug that was causing tabbed notebooks to be the wrong size (size of last page, rather than max overall size).
  • Added -state option to comboboxes, so they can be disabled.
  • Added a grab stack, so that when a balloon dialog has the grab and a combobox steals it away, the balloon gets it back.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r50 r52  
    5555}
    5656
     57# fix the "grab" command to support a stack of grab windows
     58Rappture::grab::init
     59
    5760#
    5861# Process command line args to get the names of files to load...
     
    100103#
    101104set win [.main component app]
     105Rappture::Postern $win.postern
     106pack $win.postern -side bottom -fill x
     107
    102108Rappture::Pager $win.pager
    103109pack $win.pager -expand yes -fill both
     
    132138# OUTPUT AREA
    133139# ----------------------------------------------------------------------
    134 $win.pager insert end -name analyzer -title "Results"
     140$win.pager insert end -name analyzer -title "Run"
    135141set f [$win.pager page analyzer]
    136142$win.pager page analyzer -command [list $f.analyze simulate -ifneeded]
Note: See TracChangeset for help on using the changeset viewer.