Ignore:
Timestamp:
Mar 25, 2007, 3:20:49 PM (18 years ago)
Author:
mmc
Message:

Enhanced the <loader> to support upload/download for multiple inputs.
Also, added upload/download options to the right-mouse button menu
for <string> inputs. <string> inputs now accept binary data, so you
can use them to upload binary files.

File:
1 edited

Legend:

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

    r468 r640  
    101101}
    102102
     103bind .bugreport.expl <Control-1><Control-1><Control-Shift-1><Control-Shift-1> {
     104    pack forget .bugreport.expl
     105    pack .bugreport.details -after .bugreport.ok \
     106        -expand yes -fill both -padx 8 -pady 8
     107}
     108
    103109Rappture::Scroller .bugreport.details -xscrollmode auto -yscrollmode auto
    104110text .bugreport.details.text -wrap none
Note: See TracChangeset for help on using the changeset viewer.