Yes, there may be several eventually...
One distributed with the Tk-b# code itself is called FileSelect.pm and was written by Frederick L. Wagner - (based on an original by Klaus Lichtenwalder).
Another module called SelFile.pm was adapted by Alan Louis Scheinine from Wagner's FileSelect.pm. It is available from:
http://sun20.ccd.bnl.gov/~ptk/archive/ptk.1995.11/0122.html or http://w4.lns.cornell.edu/~pvhp/ptk/etc/SelFile.pmA module called FileSave.pm allows one to type in a new (non-existant) filename for "Save as..." type operations. It was posted by Mark Elston on 12 Oct 1995 to the mailing list and is available from:
http://sun20.ccd.bnl.gov/~ptk/archive/ptk.1995.10/0093.html or http://w4.lns.cornell.edu/~pvhp/ptk/etc/FileSave.pmA slightly different behaviour is to be had with Brent B. Powers' FileDialog.pm that was posted to the mailing list on 12 Jan 1996 and available from:
http://sun20.ccd.bnl.gov/~ptk/archive/ptk.1995.12/0201.html or http://w4.lns.cornell.edu/~pvhp/ptk/etc/FileDialog.pmHarry Bochner chimed in with SaveAs.pm. It is available from:
http://w4.lns.cornell.edu/~pvhp/ptk/etc/SaveAs.pmIn general, if there is a feature that you want missing from one of these, or some behaviour that you would like to see modified then by all means cp the source code to your area and start hacking ;-)
Previous | Return to table of contents | Next