home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l010 / 9.ddi / HELPTXT9.ARC / SAMPLE.TXT
Encoding:
Text File  |  1989-11-15  |  5.9 KB  |  260 lines

  1.  
  2. |* This Help file is designed to go with SAMPLE.LAY, which is also
  3. located in the \LAYOUT\SAMPLES folder
  4. *|
  5.  
  6. |table
  7.  
  8. I. Desktop                              |#20
  9.          About the Sample               |#1
  10.  
  11.  
  12. II. Graphics                            |#21
  13.          Bar Chart                      |#2
  14.          Lines and Shades               |#3
  15.          Text                           |#4
  16.          Draw Pictures                  |#5
  17.  
  18.  
  19. III. Other                              |#22
  20.          Sound Effects                  |#6
  21.          Pause                          |#7
  22.          Working with CardFiles         |#8
  23.          Order Entry                    |#9
  24.  
  25.  
  26. IV. Quit                                |#23
  27.       No -- Continue with Sample        |#10
  28.       Yes -- Leave Sample               |#11
  29.  
  30.  
  31.  
  32. |page Title Page #16
  33.  
  34.  
  35.  
  36.  
  37.  
  38.                    |lMatrix Layout Sample|n
  39.  
  40.  
  41.  
  42.                                Version 1.00
  43. |topics 1,2,3,4,5,6,7,8,9,10,11
  44.  
  45.  
  46. |page Desktop #20
  47.  
  48.                                                      |bChapter I|n
  49.  
  50.  
  51.  
  52.                            |lDesktop|n
  53.  
  54. |topics 1,2,3,4,5,6,7,8,9,10,11
  55.  
  56.  
  57. |page About Sample (menu option) #1
  58. |bAbout Sample|n
  59.  
  60. This menu option uses a window to display an opening message. It uses
  61. two fonts, and a |bContinue|n button, to display the message and wait
  62. for the user.
  63. |topics 1,2,3,4,5,6,7,8,9,10,11
  64.  
  65.  
  66. |page Graphics #21
  67.  
  68.                                                      |bChapter II|n
  69.  
  70.  
  71.  
  72.                            |lGraphics|n
  73.  
  74. |topics 1,2,3,4,5,6,7,8,9,10,11
  75.  
  76. |page Bar Chart (menu option) #2
  77. |bBar Chart|n
  78.  
  79. This option uses a card to get a series of data points from the user.
  80. Notice that the card we use is not in any way related to a CardFile.
  81.  
  82. Then, we take the numbers entered by the user, which are contained in
  83. the Card variables, and use them to draw the bar charts. If you are
  84. using a color monitor, the bars will be in different colors; if you are
  85. not, the bars will all be black.
  86. |topics 1,2,3,4,5,6,7,8,9,10,11
  87.  
  88.  
  89. |page Lines and Shades (menu option) #3
  90. |bLines and Shades|n
  91.  
  92. This example opens a window, and performs a series of graphics
  93. operations. The point of this example is to show you the effects of
  94. various graphics and screen block operations, and how they relate to
  95. one another.
  96. |topics 1,2,3,4,5,6,7,8,9,10,11
  97.  
  98.  
  99. |page Text (menu option) #4
  100. |bText|n
  101.  
  102. This example will let you enter some text, and then will print out the
  103. text in various point sizes, styles, and fonts. The purpose of this
  104. example is to show you what can be done with the various fonts that
  105. come with Layout, and how they relate to each other.
  106.  
  107. By the way, if you are wondering why SAMPLE.LAY compiles to such a
  108. large program, the main reason is because of all of the fonts used in
  109. this one example. Remember, fonts take up memory in your program!
  110. |topics 1,2,3,4,5,6,7,8,9,10,11
  111.  
  112.  
  113. |page Draw Pictures (menu option) #5
  114. |bDraw Pictures|n
  115.  
  116. This option draws a picture contained in a file called |bBICYCLE.PCT|n,
  117. which is also in the |b\Layout\Samples|n folder. Remember, if we had
  118. chosen to include this file from the clipboard, then the picture would
  119. have been part of the program, and there would have been no disk file
  120. associated with it.
  121.  
  122. |topics 1,2,3,4,5,6,7,8,9,10,11
  123.  
  124.  
  125.  
  126. |page Other #22
  127.  
  128.                                                      |bChapter III|n
  129.  
  130.  
  131.  
  132.                      |lOther Menu Options|n
  133.  
  134. |topics 1,2,3,4,5,6,7,8,9,10,11
  135.  
  136.  
  137. |page Sound Effects (menu option) #6
  138. |bSound Effects|n
  139.  
  140. This option provides a good example of button handling. Notice how you
  141. can press the Esc key to cancel the option while you are in the middle
  142. of it, as well as select one of the sound effect buttons.
  143.  
  144. In addition, the sound effects are produced by repeating a |bMake a
  145. Sound|n element, and changing the frequency of the sound it generates
  146. by using variable parameters.
  147. |topics 1,2,3,4,5,6,7,8,9,10,11
  148.  
  149.  
  150. |page Pause (menu option) #7
  151. |bPause|n
  152.  
  153. This example demonstrates the use of a dialog box, the |bPause|n
  154. element, and a Tms Rmn 12pt Bold text font.
  155.  
  156. |topics 1,2,3,4,5,6,7,8,9,10,11
  157.  
  158.  
  159. |page Working with CardFiles (menu option) #8
  160. |bWorking with CardFiles|n
  161.  
  162. This option illustrates a lot of concepts about working with cards and
  163. CardFiles. Unlike the "Order Entry" menu option (see below), this
  164. example concentrates mostly on the actual manipulation of a cardfile:
  165. how you add cards, get information from cards, move around the
  166. cardfile, etc.
  167. |topics 1,2,3,4,5,6,7,8,9,10,11
  168.  
  169.  
  170. |page Order Entry (menu option) #9
  171. |bOrder Entry|n
  172.  
  173. This option illustrates how you can use Action Buttons on cards, as
  174. well as using cards as data entry forms.
  175.  
  176. |topics 1,2,3,4,5,6,7,8,9,10,11
  177.  
  178.  
  179.  
  180. |page Quit #23
  181.  
  182.                                                      |bChapter IV|n
  183.  
  184.  
  185.  
  186.                                  |lQuit|n
  187.  
  188. |topics 1,2,3,4,5,6,7,8,9,10,11
  189.  
  190.  
  191. |page No -- Continue with Sample #10
  192. |bNo -- Continue with Sample|n
  193.  
  194. This option is provided for continuity with Layout's user interface.
  195.  
  196. |topics 1,2,3,4,5,6,7,8,9,10,11
  197.  
  198.  
  199. |page Yes -- Leave Sample #11
  200. |bYes -- Leave Sample|n
  201.  
  202. This option is provided so that you can leave the sample. When you
  203. choose it, it sets the value of a variable which is constantly checked
  204. to see if the user is ready to leave the program.
  205. |topics 1,2,3,4,5,6,7,8,9,10,11
  206.  
  207.  
  208. |index
  209.  
  210. |section B
  211. Bar Chart  |#2
  212.  
  213.  
  214. |section D
  215. Desktop  |#20
  216. Draw Pictures  |#5
  217.  
  218.  
  219. |section G
  220. Graphics  |#21
  221.  
  222.  
  223. |section L
  224. Lines and Shades  |#3
  225.  
  226.  
  227. |section N
  228. No -- Continue with Sample (menu option)  |#10
  229.  
  230.  
  231. |section O
  232. Order Entry  |#9
  233. Other Menu Options |#22
  234.  
  235.  
  236. |section P
  237. Pause  |#7
  238.  
  239.  
  240. |section Q
  241. Quit  |#23
  242.  
  243.  
  244. |section S
  245. Sample, About the  |#1
  246. Sound Effects  |#6
  247.  
  248.  
  249. |section T
  250. Text  |#4
  251.  
  252.  
  253. |section W
  254. Working with CardFiles  |#8
  255.  
  256.  
  257. |section Y
  258. Yes -- Leave Sample (menu option)  |#11
  259.  
  260.