Ignore:
Timestamp:
Feb 19, 2006, 8:10:19 PM (19 years ago)
Author:
mmc
Message:
  • Added "Upload..." capability to the <loader> widget. You can now add an <upload> directive containing the path of the control that will receive data. A file is uploaded from the desktop and saved in the specified control.
  • Fixed download capability to work properly for all result types, including contour plots and molecules.
  • Added rappture::signal so we can catch SIGHUP and clean up the upload/download spool directory.
File:
1 edited

Legend:

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

    r115 r193  
    126126        -menu $itk_component(filemenu)
    127127    $itk_component(filemenu) add command -label "Exit" -underline 1 \
    128         -command exit
     128        -command {destroy .}
    129129
    130130    #
Note: See TracChangeset for help on using the changeset viewer.