home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 5 / amigaformatcd05.iso / readerstuff / steven_eckles / dropview.guide (.txt) < prev    next >
Amigaguide Document  |  1996-08-13  |  8KB  |  165 lines

  1. @database DropView guide
  2. @smartwrap
  3. @font Courier.font 11
  4. @node Main "DropView V1.0"
  5. @{code}
  6. @{b}@{fg shine}                              DropView V1.0@{fg text}
  7.                                    By
  8.                            Steven Eckles 
  9.  1996@{ub}
  10. @{b}@{u}Contents.@{ub}@{uu}
  11.     @{" Distribution        " link distribution      }     Legal stuff.
  12.     @{" Introduction.       " link introduction      }     What does DropView Do.
  13.     @{" Requirements        " link requirements      }     What you need.
  14.     @{" Installation        " link installation      }
  15.     @{" Using DropView      " link usage             }     How to use DropView
  16.     @{" Interface           " link interface.iff/main}     What everything does.
  17.     @{" DropView ToolTypes  " link tooltypes         }     The Tooltypes DropView uses 
  18.     @{" Contact Me          " link contact           }     Please!.
  19. @{body}
  20. @{b}DISCLAIMER :@{ub} This program is provide "as is" without warranty of any kind,
  21. and you therefore use it entirely at your own risk. I cannot be liable to you for
  22. damages of any kind arising out of the use of this program.@{par}     
  23. @endnode
  24. *********************************************************************************
  25. @node CONTACT "Contact Me"
  26. @{line}
  27. @{b}@{u}How To Contact Me@{uu}@{ub}
  28. @{line}
  29. If you find DropView of use then PLEASE let me know.@{line} 
  30. if you find any bugs or have any suggestions for this or any other programs
  31. contact me at:@{par}
  32.      25 Paterson Close,@{line}
  33.      Stocksbridge,@{line}
  34.      Sheffield,@{line}
  35.      ENGLAND@{line}
  36.      S30 5JQ@{line}
  37. e-mail steve@intech.co.uk@{line}
  38. Look out for @{i}Transcribe@{ui} a guitar music editor & Tablature transcriber,
  39. coming SOON (Well, if I ever finish it)@{par}
  40. @endnode
  41. *******************************************************************************
  42. @node DISTRIBUTION "Legal stuff"
  43. @{line}
  44. @{b}@{u}Conditions of use & Distribution@{uu}@{ub}
  45. @{line}
  46. DropView is Messageware(??) If you like DropView (or if you don't!) then
  47. @{"let me know" link contact}.Feel free to include bug reports or suggestions
  48. for this or any other ideas.@{par}
  49. DropVew may be freely distributed (the more the better) providing :@{par}
  50. @{lindent 2}
  51. @{fg shine}
  52. @{fg text} ALL files are included - @{i}Dropview, Dropview.info, 
  53. dropview.guide, dropview.guide.info & interface.iff.@{ui}@{line} 
  54. @{fg shine}
  55. @{fg text} ALL files remain unaltered.@{line}
  56. @{fg shine}
  57. @{fg text} No charge is made for DropView. You may only charge enough
  58. to cover reasonable costs.@{line} 
  59. @{fg shine}
  60. @{fg text} Drop may not be included in a commercial release without
  61. permission from @{"Me" link contact}@{line} 
  62. @endnode
  63. *********************************************************************************
  64. @node REQUIREMENTS "Requirements"
  65. @{line}
  66. @{b}@{u}Requirments@{ub}@{uu}
  67. @{line}
  68. DropView needs the following to run:@{line}
  69. @{lindent 2}
  70. @{fg shine}
  71. @{fg text} AmigaOS 2.04 / Kickstart V37 or higher.@{line} 
  72. @{fg shine}
  73. @{fg text} Asl.library V37 or higher.@{line} 
  74. @{fg shine}
  75. @{fg text} Gadtools.library V37 or higher.@{line} 
  76. @{fg shine}
  77. @{fg text} Icon.library V37 or higher.@{line}
  78. @{fg shine}
  79. @{fg text} The RUN command somewhere in your path (which it should allready be).@{line}
  80. @{lindent 0}
  81. The above libraries are standard Commodore ones, and should be supplied with
  82. Workbench 2.04 and above.@{par}
  83. @endnode
  84. *******************************************************************************
  85. @node TOOLTYPES "ToolTypes"
  86. @{line}
  87. @{b}@{u}ToolTypes used by DropView@{ub}@{uu}
  88. @{line}
  89. Dropview uses Workbench ToolTypes, even if it's started from the shell, to save
  90. the various parameters you set using the @{"Interface" link interface.iff/main}.
  91. You can therefore use the ToolTypes ( @{i}icon->information@{ui} ) as an 
  92. alternative to the interface.@{par}
  93. DropView regognises the following ToolTypes:@{line}
  94. @{lindent 2}
  95. @{fg shine}
  96. @{fg text} DONOTWAIT - Workbench thing, essential if in WBStartup.@{line}  
  97. @{fg shine}
  98. @{fg text} Viewer=<viewername> - Full name,including path, of the 
  99. viewer you wish to use.@{line}
  100. @{fg shine}
  101. @{fg text} IconXPos=<nnn> - X position of the DropView AppIcon.@{line}
  102. @{fg shine}
  103. @{fg text} IconYPos=<nnn> - Y position of the DropView AppIcon.@{line}
  104. @{fg shine}
  105. @{fg text} WindowTop=<nnn> - Y position of the DropView interface window.@{line}
  106. @{fg shine}
  107. @{fg text} WindowLeft=<nnn> - X position of the DropView interface window.@{line}
  108. @{fg shine}
  109. @{fg text} DontCare = 1 or 0 - If = 1 then ignore IconXpos & IconYPos
  110. and let workbench decide where to put the AppIcon (as recommended by Commodore).@{par}
  111. @{lindent 0}
  112. Any other ToolTypes you add will be ignored and discarded next time you Save
  113. Changes.@{line}
  114. @endnode
  115. *********************************************************************************
  116. @node INTRODUCTION "Introduction"
  117. @{line}
  118. @{b}@{u}What is DropView?@{ub}@{uu}
  119. @{line}
  120. DropView is a very simple, handy little utility that will add an AppIcon
  121. to any applictaion.@{par}
  122. Basically, I seem to get loads of PD. stuff and I was sick of having to run
  123. MultiView first when I wanted to read the docs that come with them, as the default
  124. tool is nearly always something I haven't got, or is something like "mydisk:multiview" etc. And since Commodore didn't add an
  125. AppIcon to Multiview I decided to write my own and here it is, DropView.@{par}
  126. All DropView really does is to add an AppIcon to your workbench screen so that
  127. when you drag and drop a file on to it, DropView will launch an application with
  128. the file you dropped as a parameter.@{par}
  129. So, you have an icon sitting on you Workbench screen and whenever you want
  130. read a doc, view a picture etc. you just drop the file on the icon. Also
  131. you can have multiple copies of DropView running with different viewers, so for 
  132. example you could have one using @{i}MultiView@{ui} and another using @{i}FastJPEG @{ui}
  133. and then just drop files accordingly. @{par}
  134. Finally, although I originally wrote DropView to allow me to easily view files,
  135. with MultiView, you can in fact launch any type of program that accepts a filename as
  136. a parameter, should you wish. @{par}
  137. @endnode
  138. **********************************************************************************
  139. @node INSTALLATION "Installation"
  140. @{line}
  141. @{b}@{u}Installing DropView?@{ub}@{uu}
  142. @{line}
  143. To install Dropview simply copy it (and it's icon) to anywhere you like and double
  144. click on the icon. You can just copy to WBStartup and forget about it, as I do, 
  145. but you must have the DONOTWAIT @{"ToolType." link tooltypes}@{par}
  146. @endnode
  147. *********************************************************************************
  148. @node USAGE "Using DropView""
  149. @{line}
  150. @{b}@{u}Using DropView@{ub}@{uu}
  151. @{line}
  152. DropView is really very simple to use, just double click on the program icon to
  153. launch DropView. If all goes well you will have an AppIcon on your Workbench
  154. screen whereby you can simply drag and drop a file on the AppIocn to launch
  155. your specified  program. The default is SYS:Utilities/MultiView.@{par}
  156. Double clicking on the DropView AppIcon will bring up the Dropview
  157. @{"Interface" link interface.iff/main} where you can set both the position of the
  158. AppIcon and which viewer (or other program) you want to launch when you drop a
  159. file on the AppIcon.@{par}
  160. By copying and renaming the DropView program, to anything another name (e.g 
  161. DropJPeg), you can have multiple copies of DropView running all with different 
  162. viewers.@{par} 
  163. @endnode
  164. ********************************************************************************
  165.