home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / thumb12.zip / THUMB.TXT < prev   
Text File  |  1994-07-14  |  4KB  |  112 lines

  1.                    Product Information
  2.  
  3.                        Thumb v1.2
  4.                     by Kevin Leonard
  5.                    {kkl1@Cornell.Edu}
  6.                              and
  7.                         Paul Braren
  8.                    {pb15@Cornell.Edu}
  9. __________________________________________________________
  10.  
  11.                       written with
  12.           Watcom(TM) VX-REXX(TM) 2.0b
  13. __________________________________________________________
  14.  
  15. rxSock -Rexx Function Package for TCP/IP Sockets for OS/2 2.0
  16.  
  17.    by Patrick Mueller (pmuellr@vnet.ibm.com)
  18.  
  19. (c) Copyright International Business Machines Corporation 1993.
  20. All rights Reserved.
  21. __________________________________________________________
  22.  
  23.  
  24. General Information
  25.  
  26. Edit
  27.   Copy - Copy selected text from Result field to OS/2 Clipboard.
  28.   Paste - Paste OS/2 Clipboard to current position in Name field.
  29. Host
  30.   Add - Add values from Name and Host fields to drop down list.
  31.   Delete - Delete value in Host field from drop down list.
  32.   Ascending - Sort Host list in ascending order.
  33.   Descending - Sort Host list in descending order.
  34.   Set Default - Make values in Name and Host fields the default.
  35.   Save - Write Host list and default Host to disk in .INI file.
  36. Reset
  37.   Clear the Name and Response fields, set Host field to default.
  38. Quit
  39.   Exit this program. Save settings for size, fonts, and colors.
  40.   (Use a Font or Color palette to change the fonts and colors.)
  41. Help
  42.   You're looking at it.
  43.  
  44. Command line parameters
  45.   /min - Start minimized.
  46.   /restore - Reset all sizes, fonts, and colors to their default.
  47.  
  48. Configuration Information
  49.  
  50. Requires:
  51.     IBM TCP/IP 2.0
  52.     RXSOCK.DLL and vrobj.dll must be somewhere in your
  53.      config.sys LIBPATH specification.
  54.      (install.cmd defaults to putting them into /tcpip/dll)
  55.  
  56. Features:
  57.     Saves window position and size
  58.     Also saves fonts and colors drag and dropped
  59.      from the OS/2 System font and color palettes
  60.     The Hosts tool palette is resizable, just drag border
  61.      to desired width, and buttons will be reconfigured.
  62.     All changes to the look of Thumb are saved when you
  63.      quit (Alt-Q, Alt-F4, or double click on top left).
  64.     If Thumb is minized when you quit it (ie, click once
  65.      on minimized icon, then on close to close it), it
  66.      will then start minimized the next time you run it.
  67.  
  68. Known Shortcomings:
  69.     If you are not networked properly, it's a long wait for
  70.      RXSOCK.DLL to time out and let you close Thumb.
  71.      RXSOCK.DLL is from software.watson.ibm.com in /ews
  72.      (employee written software), and has this limitation.
  73.     Having the Hosts tool palette shown at quit time
  74.      doesn't get saved due to a reported VX-REXX 2.0a bug.
  75.     Using UP/DOWN arrow keys while focus is on the drop down
  76.      list doesn't give proper selection behavior yet.  Using
  77.      your mouse works fine.
  78.  
  79. Revision/Fix History:
  80. Thumb 1.0 released on 5/24/94
  81. Thumb 1.1 released on 7/06/94
  82.     Built using Build B of Watcom's VX-REXX, thus it's best with
  83.      VROBJ.DLL 6-20-94 836001 bytes (from Patch Level B), although
  84.      it will work with VROBJ.DLL from Patch Level A. 
  85.     Due to popular demand, Thumb is now distributed without
  86.      VROBJ.DLL.  Also, RXSOCK is also no longer included, as
  87.      the latest versions of IBM TCP/IP 2.0 for OS/2 now include
  88.      it as part of the standard distribution.
  89.     If you used Thumb 1.0, you may want to delete the VROBJ.DLL
  90.      and RXSOCK.DLL files from your /tcpip/bin directory if you
  91.      don't have other apps that use those files.
  92.     You can now run Thumb from any directory (ie, from C:,
  93.      type "\thumb\thumb", and it will work).  It "knows"
  94.      where it's running from, and will find it's own .ini
  95.      file (whereas before it would just show no list and
  96.      wouldn't save changes).
  97.     Cosmetic changes to this Thumb.TXT file.
  98.     Different ZIP program used (2.0.1) to preserve HPFS
  99.      attributes (eg., now extracts to Thumb.EXE instead of
  100.      THUMB.EXE when using Info-ZIP 5.1 UNZIP).
  101.     Slightly smaller default font (System VIO) used for
  102.      returned data.
  103.     Fixed large returns of data, interpreting line-feed " "
  104.      character correctly.
  105.     Focus now defaults to name field.
  106.     New Thumb icon.
  107.     The time stamp tells you the version number of the files
  108.      in your Thumb directory.
  109. Thumb 1.2 released on 7/14/94
  110.         RXSOCK put back into the distribution.  Also, 1.1 was
  111.         taken out of from ftp-os2.cdrom.com /pub/incoming for
  112.         unknown reasons twice.