home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / asci20b1.zip / ascii.ipf < prev    next >
Text File  |  1998-09-09  |  9KB  |  210 lines

  1. :userdoc.
  2.  
  3. .*--------------------------
  4.  
  5. .nameit symbol=ascii text='ASCII Table'
  6. .nameit symbol=version text='2.0'
  7.  
  8. .*--------------------------
  9.  
  10. :h1 res=1000.&ascii.
  11. :i1.general help
  12. :i1.about &ascii.
  13. :p.
  14. :hp2.&ascii. &version.:ehp2.
  15. :p.
  16. &ascii. is a program to give you easy access to the complete set of characters in a codepage.
  17. It consists of a main window, which contains a value set with all the 256 characters, a MLE into which the
  18. characters can be typed, and a menubar that gives you access to special functions. In the following list you
  19. can select the different parts to learn more about them.
  20. :sl.
  21. :li.:link reftype=hd res=1100.Character table value set:elink.
  22. :li.:link reftype=hd res=1200.Edit window MLE:elink.
  23. :li.:link reftype=hd res=1300.File menu:elink.
  24. :li.Edit menu
  25. :li.Help menu
  26. :esl.
  27. :p.
  28. The program is available in a free demo version, and a full commercial version. The free demo version differs
  29. from the commercial version only in the fact that the save, save as and open commands are disabled. To find
  30. out more about the differences between the two versions, or to view the license or the copyright notice you
  31. can select an item from the following list.
  32. :sl.
  33. :li.:link reftype=hd res=2000.How to register:elink.
  34. :li.:link reftype=hd res=2100.License and copyright notice:elink.
  35. :li.:link reftype=hd res=2200.Differences between the demo version and the full version:elink.
  36. :esl.
  37.  
  38. .*--------------------------
  39.  
  40. :h2 res=1100.The ASCII table
  41. :i1.ASCII table
  42. :p.
  43. :hp2.The ASCII table:ehp2.
  44. :p.
  45. The table is the central part of the application. In the table all 256 characters of the current codepage are
  46. displayed. However some codepages don't have all characters defined. In that case the characters that aren't
  47. defined are left blank. Whether a codepage is completely shown depends on the font. Some fonts don't have all
  48. glyphs defined. In general the fonts provide by the system (for example Times New Roman) should have all glyphs,
  49. for other fonts you should check with the designer of the font.
  50. :p.
  51. If you select a character in the table it will be inserted in the :link reftype=hd res=1200.multiline entryfield
  52. :elink., if you want to insert a character that is already selected you can double click on the character with
  53. mouse button 1. The characters are shown in the codepage and font you've selected.
  54. :p.
  55. If you change codepage the table is updated, you will notice this, unless you have a very fast computer, this
  56. is because of the way value sets are implemented in OS/2.
  57.  
  58. .*--------------------------
  59.  
  60. :h2 res=1200.The multiline entryfield
  61. :i1.multiline entryfield
  62. :p.
  63. :hp2.The multiline entryfield:ehp2.
  64. :p.
  65. The multiline entryfield is the part where you can type text. Also if you select a character in the :link reftype=hd
  66. res=1100.ASCII table:elink. it will be inserted into the multiline entryfield at the current cursor position.
  67. You can load a file to edit from disk using the :link reftype=hd res=1310.File->Open:elink. menuitem. An edited
  68. file can be saved with the :link reftype=hd res=1320.File->Save:elink. or the :link reftype=hd res=1330.File->Save:elink.
  69. as menuitem.
  70.  
  71. .*--------------------------
  72.  
  73. :h2 res=1300.The File menu
  74. :i1.file menu
  75. :p.
  76. :hp2.The File menu:ehp2.
  77. :p.
  78. The file menu gives you access to the common file commands, to learn more about these commands select one from
  79. the following list.
  80. :sl.
  81. :li.:link reftype=hd res=1310.Open:elink.
  82. :li.:link reftype=hd res=1320.Save:elink.
  83. :li.:link reftype=hd res=1330.Save as:elink.
  84. :li.:link reftype=hd res=1340.Close:elink.
  85. :esl.
  86.  
  87. .*--------------------------
  88.  
  89. :h3 res=1310.Open
  90. :i1.open file
  91. :p.
  92. :hp2.Open:ehp2.
  93. :p.
  94. When you select this menuitem a common file dialog will pop up, in which you can select a file to open in the
  95. :link reftype=hd res=1200.multiline entryfield:elink.. The contents of the multiline entryfield will be replaced
  96. by the contents of the file without warning, if you have changed something you should :link reftype=hd res=1320.save:elink.
  97. you file first.
  98.  
  99. .*--------------------------
  100.  
  101. :h3 res=1320.Save
  102. :i1.save file
  103. :p.
  104. :hp2.Save:ehp2.
  105. :p.
  106. This function allows you to save a named file, if your file hasn't got a name yet, this function is grayed out
  107. and you should use the :link reftype=hd res=1330.save as:elink. function instead.
  108.  
  109. .*--------------------------
  110.  
  111. :h3 res=1330.Save as
  112. :i1.save as
  113. :i1.save a file under a different name
  114. :p.
  115. :hp2.Save as:ehp2.
  116. :p.
  117. This function allows you to save your file under a different name, or to save your file if it hasn't got a name
  118. yet. When you select it, a standard file dialog will pop up, in which you can type the filename under which to
  119. save the file. If you select a file that already exists, you will be asked whether the file should be replaced.
  120.  
  121. .*--------------------------
  122.  
  123. :h3 res=1340.Close
  124. :i1.close
  125. :i1.exit
  126. :i1.quit
  127. :p.
  128. :hp2.Close:ehp2.
  129. :p.
  130. When you select close the program will end. If you have changed a file you should save it before, because close
  131. will end the program without warning.
  132.  
  133. .*--------------------------
  134.  
  135. :h1 res=2000.How to register
  136. :i1.register
  137. :i1.buying &ascii.
  138. :p.
  139. :hp2.How to register:ehp2.
  140. :p.
  141. Although the first version of ASCII Table was freeware, this version is shareware. This is because it became
  142. apparent that unless I would ask money for my program I could not continue to support this program and develop
  143. new programs. This has different reasons, but they all come down to one simple rule, if you want something you
  144. need to pay for it, and this program can't be an exception on that rule.
  145. Registration is handled by BMT Micro, and upon registration you will get the full, unlimited version of the
  146. program, which you can copy over your demo version. I kindly ask you not to give away your full version, doing
  147. so would be a violation of the concept of shareware. It could harm OS/2 shareware programmers, and in the end
  148. OS/2.
  149.  
  150. .*--------------------------
  151.  
  152. :h2 res=2100.License and copyright notice
  153. :i1.license
  154. :i1.copyright notice
  155. :p.
  156. :hp2.License and copyright notice:ehp2.
  157. :p.
  158. This program is subject to the following license. Please read the license carefully, it contains important
  159. information.
  160. :ol.
  161. :li.The copyright on this program remains the property of the author, David J.
  162. van Enckevort.
  163. :li.This program is distributed with limited warranty.
  164.  
  165.  
  166.  
  167. :li.You are granted a license to use this program, you do not own this program
  168. and any right that is not explicitly granted to you in these conditions is
  169. reserved to the author.
  170. :li.You may not reverse compile this program or alter it in any way.
  171. :li.You may distribute the demo program freely, as long as you don't ask money for
  172. the demo program.  A small fee for mailing and a diskette is allowed.  Also you may
  173. distribute this demo program only in its original zip file. The full version you receive upon registration
  174. is not intended for distribution.
  175. :li.You may not distribute this program as part of a set of programs, or in any
  176. other way combined with other programs without prior permission of the author.
  177. :li.By using this program you accept these conditions.
  178. :eol.
  179.  
  180. .*--------------------------
  181.  
  182. :h2 res=2200.Differences between the full version and the demo
  183. :i1.difference
  184. :i1.full version
  185. :i1.demo
  186. :p.
  187. :hp2.Differences between the full version and the demo:ehp2.
  188. :p.
  189. There exist two versions of this program, the free demo version, which can be distributed, and the full
  190. version, which cannot be distributed. These two version differ in some ways. This section will explain the
  191. differences between the two versions.
  192. :p.
  193. On first view the two versions look the same, however the demo version does not support some functions. These
  194. functions are: open, save and save as, and can be found in the file menu. When you select any of these
  195. functions in the demo version you will get a message that it is not supported. In this way you can easily
  196. detect which version you use. (If you downloaded this program it should be the demo version, if not contact
  197. the author). The following is a brief description of these functions&colon.
  198. :sl.
  199. :li.The open function allows you to open a file for editing in the multiline entryfield. You can use it to insert
  200. special characters in a pre-prepared document.
  201. :li.The save function allows you to save the file you opened in the multiline entryfield. If you haven't opened a
  202. file yet, or you didn't save the contents of the multiline entryfield with the save as function, this function
  203. will be grayed out, and is not selectable.
  204. :li.The save as function allows you to save the contents of the multiline entryfield to a file. It will pop up
  205. a dialog in which you can type the name of the file, or select the file. If you select a file that already exists
  206. you will be prompted whether to replace the file.
  207. :esl.
  208.  
  209. :euserdoc.
  210.