Ignore:
Timestamp:
Feb 8, 2006, 5:18:56 PM (18 years ago)
Author:
mmc
Message:
  • Fixed the license terms to comply with the official open source license from Purdue's OTC office.
  • Fixed the scroller to handle scrollbars properly. They weren't always popping up when needed. Sometimes you had to scroll a little first. Better now.
  • Fixed the DeviceEditor? to pack its internal widgets better, so images within a DeviceViewer1D structure can change size and will show up properly.
  • Fixed the analyzer to take down the progress bar properly when there's an error during execution.
  • Fixed the Rappture::exec command to initialize execctl properly, in case there's an error during execution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/analyzer.tcl

    r115 r168  
    156156    pack $itk_component(abort) -side left -expand yes -padx 4 -pady 4
    157157
    158     Rappture::Scroller $w.info -xscrollmode off -yscrollmode auto
     158    Rappture::Scroller $w.info -xscrollmode auto -yscrollmode auto
    159159    pack $w.info -expand yes -fill both -padx 4 -pady 4
    160160    itk_component add runinfo {
     
    348348        $itk_component(notebook) current analyze
    349349    }
     350
     351    # do this last -- after _simOutput above
     352    pack forget $itk_component(progress)
    350353}
    351354
Note: See TracChangeset for help on using the changeset viewer.