home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / show / p-view / product-info < prev   
Fred Fish's Product-Info  |  1995-10-10  |  2KB  |  74 lines

  1. .name
  2. P-View
  3. .type
  4. Display Commodity
  5. .short
  6. Tiny ILBM viewer for all Amigas.
  7. .description
  8.     P-View is a tiny but highly capable ILBM viewer for all Amigas.  
  9.  
  10.  
  11.     This version clears some bugs that limited the performance of P-View
  12.   under OS1.3.
  13.  
  14.     P-View should work with all OS versions from 1.3 (and probably with
  15.   1.2 as well).  It should work with all currently available viewmodes and
  16.   monitor types.  If a picture size is larger than the display it allows
  17.   autoscrolling so that the whole picture can be seen (OS2 & 3 only).
  18.  
  19.     If the required monitor drivers, number of planes, or screen sizes
  20.   are not available, it will show what it can.  The result may be that only
  21.   part of the picture will be visible, it may be distorted, or only the
  22.   first few planes may be shown - but at least you should see something!
  23.   One reservation - the picture must not be larger than the maximum size
  24.   that can be accepted by the machine in use.
  25. .version
  26. 1.2
  27. .author
  28. Chas A. Wyndham
  29. .reference
  30. GoldFish-Vol2-2:BBS/gfx/P-View.lha
  31. ?.?
  32. GoldFish-Vol2-1:Files/gfx/show/P-View/
  33. ?.?
  34. FreshFish-Vol9-2:BBS/gfx/P-View.lha
  35. ?.?
  36. FreshFish-Vol8-2:BBS/gfx/P-View.lha
  37. ?.?
  38. FreshFish-Vol5:New/gfx/show/P-View/
  39. ?.?
  40. FreshFish-Vol5:BBS/gfx/P-View.lha
  41. ?.?
  42. .distribution
  43. Freeware
  44. .address
  45. 1265 Canning Mills Road
  46. Roleystone
  47. WA 6111
  48. Australia
  49. .docs
  50. P-View.doc
  51. .described-by
  52. Richard Fish (rjf@amigalib.com)
  53. .submittal
  54. Submitted on disk directly by the author.
  55. .aminet-dir
  56. gfx/show
  57. .execute
  58. set choice `RequestChoice "P-Views" "Please select an option" "View Doc" "Run Program" "Cancel"`
  59.  
  60. if $choice EQ "0"
  61.   quit 5
  62. endif
  63.  
  64. if $choice EQ "1"
  65.   MetaTool P-View.doc TEXT
  66. endif
  67.  
  68. if $choice EQ "2"
  69.   set filechoice `RequestFile TITLE "Select File to View" PATTERN "~(#?.info)"`
  70.   failat 21
  71.   P-View $filechoice
  72.   unset filechoice
  73. endif
  74.