home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / POWERMAG / POWER01.MSA / ST_ZINE.SZ6_ARTICLE6.SZA < prev    next >
Text File  |  1989-04-04  |  4KB  |  105 lines

  1. QuickView Manual    
  2. Quick View Manual   
  3.  
  4.  
  5.                 ~~~~ QUICK VIEW INSTRUCTIONS ~~~~
  6.                 =================================
  7.  
  8.  
  9.  
  10. I  have  included a program called Quick view on this  disk  along 
  11.  
  12. with other P.D.  Here are the instructions for Quickview:
  13.  
  14.  
  15. Quick View 1.4
  16. ==============
  17.  
  18. Quick View runs on any ST, color or monochrome.
  19.  
  20.  
  21. Quick View - the ST File Reader
  22. -------------------------------
  23.  
  24. Quick View is a program developed for viewing text files. Although it may
  25. usually suffice to "Show" a file from the ST's desktop, this does not allow
  26. the file to be viewed randomly. Quick View allows a file to be loaded into
  27. memory and viewed. The file can also be printed to the printer.
  28.  
  29. For example, Quick View can be used to flip through an issue of ST Report
  30. or ZMAG ST. The handy "flip topic" feature allows you to quickly scroll 
  31. over some sections to reach the sections you wish to read. Pressing the
  32. Tab key while viewing an ST Report will generate a Table of Contents.
  33.  
  34. To use Quick View, double click on the file QVIEW.PRG. A dialog box will
  35. appear, and the screen colors will change to white, black, red and green
  36. (on a color monitor only!). Click on the "Load & View" button. A file
  37. selector will appear, prompting you to pick a text file.
  38.  
  39. Once the file is loaded into memory, and verified to be a text file, the
  40. "View" button will become enabled. When you click this button, an 80 column,
  41. 24 line display will appear. Even if you booted in low resolution, it will
  42. appear in 80 columns.
  43.  
  44. Press the Esc key to exit back to the main dialog box.
  45.  
  46. To view another file, just "Load & View" again.
  47.  
  48. Quick View can also be configured as a desktop application. This allows you
  49. to automatically load Quick View whenever you double-click on a text file.
  50.  
  51. To configure, do the following. On the ST desktop, open a window so that
  52. the file QVIEW.PRG is shown. Click on this file (do not double click!) and
  53. select the menu option "Install Application". Now type in the file
  54. extension you wish to install it for, for example, DOC or TXT or ASC.
  55. Then do a "Save Desktop" to store these settings.
  56.  
  57. You are now ready. For example, if you installed Quick View for DOC files,
  58. click on this file, QUIKVIEW.DOC. Within a few seconds, Quick View will
  59. load and take you directly to the view buffer.
  60.  
  61. Note: due to a bug in TOS, the DEKSTOP.INF file will not store the full
  62. path for QVIEW.PRG. Therefore if you are using a hard disk, it may not find
  63. it. You need to edit your DESKTOP.INF file. Search for the line that looks
  64. similar to this:
  65.  
  66. #G 03 04   QVIEW.PRG@ *.DOC@ 
  67.  
  68. and modify it to include the full pathname. In this example, Quick View is
  69. on the hard disk, in the E: partition, in the QUIKVIEW.120 folder.
  70.  
  71. #G 03 04   E:\QUIKVIEW.140\QVIEW.PRG@ *.DOC@ 
  72.  
  73. Due to a similar bug in TOS, the desktop does not pass to Quick View the
  74. full pathname of the file that was clicked on, so this will only work
  75. if the file is not in a folder, or Quick View is in the same folder as the
  76. text file.
  77.  
  78. TOS 1.4 is supposed to fix these bugs. Who knows. Note that you can also
  79. repeat this line several times, to install Quick View for several different
  80. file types. For example:
  81.  
  82. #G 03 04   E:\QUIKVIEW.140\QVIEW.PRG@ *.DOC@ 
  83. #G 03 04   E:\QUIKVIEW.140\QVIEW.PRG@ *.TXT@ 
  84. #G 03 04   E:\QUIKVIEW.140\QVIEW.PRG@ ST*.*@ 
  85. #G 03 04   E:\QUIKVIEW.140\QVIEW.PRG@ README*.*@ 
  86.  
  87. Press the Help key when viewing a file for a full list of cursor controls.
  88.  
  89.  
  90. I hope you need Quick view and need it alot.
  91.  
  92. If you have any P.D. you want to send to us then send it to:
  93.  
  94.  
  95.                               POWER
  96.                          3 SALISBURY ROAD
  97.                             MAIDSTONE
  98.                                KENT
  99.                              ENGLAND
  100.                              ME14 2TY
  101.  
  102.  
  103.               ALSO, READ "WRITING TO POWER" ARTICLE!
  104.  
  105.