home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / fiaw112.zip / readme.txt < prev   
Text File  |  1996-02-25  |  3KB  |  77 lines

  1.                 Finger-In-A-Window v1.12
  2.            Freeware (c) 1996 by Greg Kondrasuk
  3. -------------------------------------------------------------
  4.  
  5. REQUIREMENTS: 
  6.  
  7. -OS/2 2.x, 3.0
  8. -TCP/IP 1.2.1 or higher
  9. -Rexx support installed with REXXUTIL.DLL and RXSOCK.DLL
  10.  located in directories in your LIBPATH enviromental variable.
  11.  
  12. WARRENTY:
  13.  
  14. This software comes with absolutely no warranty, expressed or
  15. implied, including but not limited to fitness for a particular
  16. purpose. You should realize that I am in no way responsible for
  17. any loss or damage that may occur due to the use of this software.
  18. The program is provided on an "as is" basis. Use at your own risk.
  19.  
  20.  
  21. DESCRIPTION:
  22.  
  23. Finger-In-A-Window is an OS/2 PM program that will allow you
  24. to store a list of frequently fingered addresses and display the
  25. finger output in a scrollable window.  The address list can
  26. be saved, sorted, and arranged and the program's size, position,
  27. and output window font (changed by drag-and-drop from the OS/2 
  28. Font Palette) may also be saved.  Unfortunately though, there is 
  29. no help file because I don't yet own a help file compiler.  But 
  30. the program is quite straight-forward and information line tips 
  31. are available for the buttons and menu choices.
  32.  
  33. Finger-In-A-Window was written using Hockware's excellent VisPro 
  34. REXX 3.0.  It accesses the TCP/IP sockets directly using RxSock.  
  35. Therefore the RXSOCK.DLL file must be in your LIBPATH.  I believe
  36. it is installed by default with Warp Connect, but not with the 
  37. dialup TCP/IP in the BonusPak.  If you don't have it on your 
  38. computer, it can be obtained from Hobbes (among other places) at:
  39.  
  40.    ftp://hobbes.nmsu.edu/os2/ibm/ews/rxsock.zip
  41.  
  42. If you have any questions/comments/suggestions, please let
  43. me know.  Feel free to email me at gregk@cvfn.org (mailbox 
  44. open 24 hours a day!). 
  45.  
  46. Enjoy!
  47.  
  48.  
  49. HISTORY
  50. ---------------------------------------------------------------
  51. 1 January 1996 - Initial v1.0 release
  52.  
  53. 1 January 1996 - v1.01 release (Gosh, that didn't long!)
  54. -Fixed problem with missing DLL in .EXE file
  55.  
  56. 1 January 1996 - v1.02 release (Again!?!? Geez Greg! Learn to program!)
  57. -Completely elimated the missing DLL file by hard-coding the name
  58.  of the temporary file (no need to call SysFileTemp() and therefore 
  59.  to have REXXUTIL.DLL installed) and providing font-change support
  60.  through drag-and-drop only.
  61. -Fixed problem with sort dialog introducing junk addresses if the
  62.  up/down buttons were pressed with no address selected.
  63.  
  64. 3 January 1996 - v1.1 release
  65. -Added direct TCP/IP socket support with RxSock--no more temp files!
  66.  Therefore RXSOCK.DLL must be in LIBPATH.
  67. -REXXUTIL.DLL once again required to be in LIBPATH.
  68.  
  69. 20 February 1996 - v1.11 release
  70. -Buttons now become disabled while a finger is executing.
  71. -Updated my email address in About dialog box.
  72.  
  73. 25 February 1996 - v1.12 release
  74. -Re-included the icon that had been left off of the v1.11 build (oops!).
  75. -Corrected the About dialog box to show the version number.
  76. -Small adjustments in the output window size so that it would be flush
  77.  against the window border.