home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 August / IMM0895.ISO01.iso / share / os2 / afe / readme.25 < prev    next >
Text File  |  1995-03-18  |  2KB  |  39 lines

  1. WHAT'S NEW in AFE 2.5 3/19/95 (addendum to AFE 2.41 doc)
  2.  
  3. Internal File Browser:
  4.  
  5. Added a primative PM internal file browser.  If the user does not have a
  6. PM file browser of his own, putting a 0 (zero) in the entry field of the
  7. settings notebook (Viewer Executable tab) will cause the internal browser
  8. to be used.  This is called for both viewing archive's member textfiles
  9. and the scan report, should a virus be detected.  Note: this browser is
  10. only for viewing plain text files!
  11.  
  12. The browser is started on a separate thread from the main program.  Many
  13. instances of the browser can be supported.  It may be left open even after
  14. the parent archive is dismissed as the browser does not keep the file open,
  15. but displays a memory image.
  16.  
  17. Unlike calling an external browser, if AFE is quit, the browser(s) is
  18. killed.
  19.  
  20. The display is 75 characters wide by 20 lines.  If a line exceeds 75
  21. characters, it is automatically wrapped.  We use OS/2's 10 point System
  22. Monospaced font and assume that the user has not removed it from the host.
  23.  
  24. Standard PM navigation keys are supported, ie; Page Up, Page Down, Ctrl-End,
  25. Ctrl-Home, etc.  The view may also be scrolled with the mouse and scroll-
  26. bar.  The view may be minimized.  Exiting the browser may be accomplished
  27. via double-click of the top left icon, or Alt and C.
  28.  
  29. Bug Fix:
  30.  
  31. Found a bug probably introduced in 2.4, where I changed the name of one of
  32. my objects.  The bug bit when the user tried to open a true archive file
  33. whose file extension did not match the standard mask (zip, zoo, arj, lzh).
  34. When a successful test of the archive type was achieved and the subroutine
  35. was called to change the caption to "Opening archivename", AFE would
  36. abruptly exit.
  37.  
  38. This is repaired in version 2.5
  39.