home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 613b.lha / PrLabel_v1.1 / PrLabel.doc.pp / PrLabel.doc
Text File  |  1992-03-05  |  3KB  |  102 lines

  1.  
  2.  
  3.                                  PrLabel
  4.                                  =======
  5.                                  
  6.                           Version 1.1  17.01.92
  7.  
  8.  
  9.                             SciTech  Software
  10.                               23, Stag Leys
  11.                                  Ashtead
  12.                                  Surrey
  13.                                 KT21 2TD
  14.  
  15.                          Tel.: +44 (0372) 275775
  16.  
  17.  
  18.  
  19.         PrLabel is shareware with a suggested donation of £5.00.
  20.  
  21.         The interface is created using STSLib, a library of 3D
  22.         gadget building and menu routines available from SciTech
  23.         Software for £20.00.
  24.  
  25.  
  26. PrLabel is a utility to print labels on laser printer label sheets. 
  27. Three patterns of labels are supported: 3x8, 2x8 and 2x7, defaulting to the
  28. 3x8 format.
  29.  
  30. Running the Program
  31. ===================
  32. From the CLI, the program is invoked with:
  33.  
  34.    PrLabel [-38][-28][-27]
  35.  
  36. where -38 is the same as the default and -28 and -27 select the 2x8 and 2x7 
  37. formats respectively.
  38.  
  39.  
  40. From the Workbench, the Icon tooltype may be set to one of:
  41.  
  42.    FORMAT=38
  43.    FORMAT=28
  44.    FORMAT=27
  45.  
  46. where FORMAT=38 is the same as the default and FORMAT=28 and FORMAT=27 
  47. select the 2x8 and 2x7 formats respectively. To alter the icon's tooltype, 
  48. select the icon with a single click, then choose the Info item from the
  49. Workbench's menu.
  50.  
  51.  
  52. The PrLabel Window
  53. ==================
  54. If, when you run PrLabel, you obtain a message saying BuildBoolGadget() 
  55. needs a larger window, then you should select a smaller Screen Text font 
  56. (this applies only to AmigaDOS V2.0).
  57.  
  58. When PrLabel starts, a window is opened on the Workbench screen. The window 
  59. contains:
  60.  
  61. o  A group of gadgets on the left in the format specified.
  62. o  Seven text gadgets
  63. o  Three gadgets labelled NEXT, PREV and KILL
  64. o  One gadget labelled PRINT!
  65.  
  66. The first of the text gadgets will be activated and will allow you to enter 
  67. text. When you press RETURN, the next text gadget will be activated 
  68. allowing you to enter an address without having to touch the mouse.
  69.  
  70. If you have entered a single address, you can select the label position at 
  71. which it will be printed by clicking the relevent label on the format group.
  72. Clicking the gadget again will deactivate it. If you select more than one 
  73. label position, the label will be printed at all the selected positions.
  74.  
  75. By clicking the NEXT gadget, the text gadgets will be cleared allowing you 
  76. to enter a second address. You can repeat this process as many times as you 
  77. desire. The addresses will be printed in the order you entered them, but 
  78. they will only be printed at the currently selected label positions. Thus 
  79. some of the addresses may not be printed. The addresses will be printed in 
  80. order running down (rather than across) the label positions.
  81.  
  82. When multiple addresses have been entered, each will be printed only once
  83. even if the number of label positions selected exceeds the number of 
  84. addresses entered.
  85.  
  86. The PREV gadget will allow to to step back through the adresses and correct 
  87. mistakes while the KILL gadget will delete the currently displayed address. 
  88. If KILL has no effect, it is because there is only one address left.
  89.  
  90. Finally PRINT! will cause the labels to be printed.
  91.  
  92.  
  93. Menus
  94. =====
  95. PrLabel has only a Project menu with the items:
  96.  
  97. o  About
  98. o  Quit
  99.  
  100. The About item displays information about the program.
  101. The Quit item (or the window's close gadget) exits the program.
  102.