home *** CD-ROM | disk | FTP | other *** search
/ MS DOS Archives 1 / MS-DOS_Archives_Volume_One_Walnut_Creek.iso / msdos / graphics / kd_draw3.arc / KD-UPDAT.TXT < prev    next >
Text File  |  1987-10-19  |  15KB  |  233 lines

  1.                  IMPROVEMENTS TO PC-KEY-DRAW ver. 3.31 over 3.0
  2. ══════════════════════════════════════════════════════════════════════════════
  3. The following list the more major changes.  Numerous other minor changes have
  4. been made that are not listed. (in particular bug fixes, and speed increases)
  5. ──────────────────────────────────────────────────────────────────────────────
  6.                         3.1 adds the following over 3.0
  7. 1. Macros can be called from DOS on the command line when calling KD-DRAW.
  8.    A>KD-DRAW A:SAMPLE  will call and run the sample macro.
  9. 2. Space bar temporarily suspends continuous cursor drawing.
  10. 3. The prompt line has been rearranged for more information and cleaner look
  11. 4. <Alt-F10> provides temporary setting of background color
  12. 5. Outline has been added to F2 to allow any object to be outlined in color.
  13.    Use <F10> to set outline color and <Alt-F10> to set color to be outlined.
  14.    Outline has many uses.  Try it with text or use it when transferring from
  15.    high resolution to medium resolution.
  16. 6. Direct coordinate entry has been added for all operations to speed input
  17.    of objects. An <x> selected in cursor mode or when in a function allows the
  18.    user to enter the scaled x and y coordinates.
  19. 7. The menu selection system for each function has been greatly expand to
  20.    provide additional information and make learning PC-KEY-DRAW easier. Use by
  21.    selecting the desired function, use cursor keys to display options, select
  22.    displayed option by hitting <ENTER> or use equivalent command.
  23. ──────────────────────────────────────────────────────────────────────────────
  24. 1. 3.11 adds 5 different full screen loads for use in slide shows.  Select
  25.    <F8 Alt-o> for using the display loads. Select load 1-5.(see <h>elp from F8
  26.    for more information)
  27. ──────────────────────────────────────────────────────────────────────────────
  28. 1. 3.13 adds direct partial screen load using <F7 O>.
  29. 2. Ability to turn off cursor during macro playback if desired.
  30. ──────────────────────────────────────────────────────────────────────────────
  31. 1. 3.15 removes bug in configuring the printer.
  32. 2. Allows absolute setting of resolution for macros with <Alt-r>.
  33. 3. Disable workspace update by setting the update frequency to 0.
  34. 4. Traps additional printer errors.
  35. 5. Provides scrolling of text in <F6 T>.
  36. ──────────────────────────────────────────────────────────────────────────────
  37. 1. 3.16 provides music <Ctrl-p> capability using the PLAY command of BASICA 1.
  38. 2. Screen loads are 5 to 8 times faster.  Great for full screen animation.
  39. ──────────────────────────────────────────────────────────────────────────────
  40. 1. 3.17 adds the ability of reading text from any ASCII file.
  41. 2. HP LaserJet support is provided for registered users.
  42.    KD-LASER.EXE is on Library Disk #2. It can be run interactively or run in a
  43.    batch file by setting the appropriate parameters.  Before running KD-LASER
  44.    use the following to match the computer and printer:
  45.  
  46.        MODE COM1:9600,N,8,1,P
  47.        MODE LPT1:=COM1
  48. ──────────────────────────────────────────────────────────────────────────────
  49. 1. 3.18 adds improved mouse support by allowing menus to be called with < > or
  50.    </> from Cursor Mode.  Mouse buttons should be <Enter> and </>. While
  51.    PC-KEY-DRAW was originally designed for use strictly from the keyboard,
  52.    PC-KEY-DRAW 3 can be used with a mouse for those who prefer.  The mouse can
  53.    be used for just free hand drawing or for menu selection as well.  Two
  54.    drivers are included on the program disk, KD-MOUSE.COM is provided for use
  55.    with a Mouse Systems Mouse, while KD-MSMOS.MNU is provide for use with a
  56.    MicroSoft Mouse.  See your mouse user manual and 1.BAT for detail on
  57.    loading the mouse drivers.
  58.  
  59.    The left mouse button is equal to the ENTER key, the right (middle on Mouse
  60.    Systems) is equal to the "/" or SPACE BAR, while both buttons together
  61.    (right button on Mouse Systems) is equal to "n" for no. Moving the mouse is
  62.    equal to using the keyboard arrow keys.
  63.  
  64.    To use the mouse to select a menu simply hit the "/" button then move the
  65.    mouse to display the desired function to use and hit the left button for
  66.    ENTER.  Next move the mouse to display the directive options for a given
  67.    function and hit the left button to select the directive, then follow the
  68.    directions for that particular operation.
  69.  
  70.    The source code for the mouse drivers is included.  You may want to modify
  71.    it to suit your particular needs.
  72.  
  73. 2. Last copied or erased area is no longer lost when <Esc> is used to exit
  74. 3. Text mode screens can be called up in a macro slide show from within FATBIT
  75.    using <o> and entering name of screen to load. A "40C" extension is assumed
  76.    for 40 column text and "80C" for 80 column text mode.
  77. 4. Second library disk of 500+ fill patterns, a third font, useful macros and
  78.    library pictures are available to registered users.
  79. 5. A public domain program (CAMERA) is included on the disk to capture screens
  80.    from other programs.  See KD.BAT for additional information.
  81. 6. Bug in setting visual layers has been corrected.
  82. ──────────────────────────────────────────────────────────────────────────────
  83. 1. 3.19 speeds up loading of partial screens (F7), loading of display screens,
  84.    loading of patterns, and screen scrolling.
  85. 2. Grid lines and dots now work properly, independent of screen aspect ratio.
  86. 3. Full screen zoom has been refined. Macro available to zoom 1 screen into 4
  87. 4. Use <Esc> to return to Cursor mode when prompted to Hit Any Key to Continue
  88.    just before printing.
  89. 5. Default extensions used by PC-KEY-DRAW can be changed as desired.
  90. ──────────────────────────────────────────────────────────────────────────────
  91. 1. 3.20 provides filled arrows using <F2 Alt-a> and provides 45 degree steps
  92.    for arrow position.
  93. 2. Filled boxes can be created automatically using <F2 Alt-r>.
  94. 3. Text can be put on the screen vertically using <F6 T u>p or <F6 T d>own.
  95. 4. Selected fill pattern screen is kept as the default screen.
  96. ──────────────────────────────────────────────────────────────────────────────
  97. 1. 3.21's macro files are 30% smaller than earlier versions.  3.21 can run any
  98.    other versions macros, but macros created with 3.21 can only be run with
  99.    3.21 or later.
  100. 2. You can ready move through the 8 main functions without first exiting a
  101.    function.  Simply select the desired function key.
  102. ──────────────────────────────────────────────────────────────────────────────
  103. 1. 3.22 provides full access to all DOS drives A-Z for use with Networks or
  104.    the SUBST command.
  105. 2. Select alternate method of indicating the amount of zoom. Select </> or < >
  106.    when asked for scale factor to put in zoom factor.  Scale factors greater
  107.    than 1 shrink the screen or object, while factors less than one expand the
  108.    screen or object.  Zoom factors greater than 1 expand the screen or
  109.    object, while factors less than one shrink the screen or object.
  110. 3. Multiple arrows in the same direction can be Entered with <ENTER> after the
  111.    first one is defined with <F2 Alt-a> or <F2 a>.
  112. 4. A sixth FONT has been added to the second library disk. (For registered
  113.    users only.)
  114. ──────────────────────────────────────────────────────────────────────────────
  115.  
  116. 1. 3.23 improves then main menu for mouse selection of functions.
  117. 2. Several minor speed improvements have been made.
  118. 3. Time and Date can be displayed on the screen for those who like to watch
  119.    the clock or for use in demos and slide shows. (You asked for it!)
  120. 4. The top row of numbers can be programmed as screen positions.  Position
  121.    the cursor as desired, select <Ctrl-j>ump or <Ctrl-ENTER> and then <Alt-#>
  122.    where # is a number from 0 to 9. The screen positioned is now remembered on
  123.    disk for future use.  At any time select <Alt-#> to jump to the remembered
  124.    position instantly.
  125. 5. <u>pdate of screen 1 and <U>pdate of screen 2 have been changed, they will
  126.    no longer keep the help menu on the drawing if it is currently displayed.
  127. ──────────────────────────────────────────────────────────────────────────────
  128. 1. 3.24 allows KD-DRAW to be used as a RUNTIME module for easier distribution
  129.    of slide show macros that you create. If KD-DRAW.HLP (the help file) is not
  130.    found on the disk KD-DRAW only allows macros to be run.  Exiting or ending
  131.    the macro automatically returns to DOS.  Only KD-DRAW.EXE and KD-DRAW.TXT
  132.    are needed, plus any files called by the macro of course. If KD-DRAW.DFT
  133.    (the configuration file) is not found KD assumes that files are located on
  134.    the program disk, help menu is off, and medium resolution.
  135.    Call macros from the DOS prompt as A>KD-DRAW SAMPLE.
  136.    If a drive is specified for the macro it becomes the drive used to load
  137.    drawings from.
  138. 2. A DOS based menu system has been added to the program to make using it for
  139.    the first time a little easier.  Enter MENU at the DOS prompt to display
  140.    your options.  Under general use KD.BAT will be the only BATch file you use.
  141.    You should modify KD.BAT to meet your needs for printing and a mouse.
  142.    PC-KEY-DRAW can always be called from DOS with KD-DRAW.
  143. ──────────────────────────────────────────────────────────────────────────────
  144. 1. 3.25 eliminates the need for EGA.MCR when running on an EGA equipped PC.
  145. 2. Page scrolling has been sped up considerably if no additions have been made
  146.    to a particular page. (ie. no functions selected)
  147. 3. KD-TRANS.EXE is supplied to make editing macros much easier by translating
  148.    them into text files with the key code replaced by the key name. Use any
  149.    text editor to edit the file and then translate back to MaCRo form.
  150.    KD-TRANS.EXE uses KEYTBL.DAT for its translation information.  A .TXT file
  151.    extension is assumed for text files and a .MCR for MaCRo files.
  152. ──────────────────────────────────────────────────────────────────────────────
  153. 1. 3.26 adds a third library disk with extra fonts including Modern, Roman,
  154.    Old English, Century, Script, and several others for 16 total.
  155. 2. The font handling has been significantly improved so that the user has full
  156.    control over character and word spacing.  Larger fonts can also be handled.
  157. 3. Another 120 fill patterns are also added.
  158. ──────────────────────────────────────────────────────────────────────────────
  159. 1. 3.27 provides more information on the prompt line making learning and using
  160.    PC-KEY-DRAW easier.  Caps Lock, Num Lock, <Q>uality, and <i>sometric status
  161.    are displayed.  PC-KEY-DRAW is designed to be very case sensitive. If a "C"
  162.    or "N" is flashing the program may not operate properly.  The line width is
  163.    also displayed as a number. When a macro is being recorded "k" is displayed.
  164. 2. When a directory is displayed for a drive it is temporarily retained as the
  165.    default drive, making file selection easier.  Hard Disk users should use
  166.    DOS 3.* and the SUBST command for optimum operation.
  167. 3. Hot keys can now be defined for fast access to macros.  Shft-F1 to Shft-F8,
  168.    Ctrl-F1 to Ctrl-F10, and Alt-F1 to Alt-F9 can be set to call commonly used
  169.    macros.  The Hot key definition file and instructions for its use are
  170.    include on the font disk.
  171.  
  172. 4. KD-LASER.EXE which prints to an HP LaserJet has been greatly improved.  It
  173.    is now possible to print several separately saved screens by using a file
  174.    name as "FILENUM1+FILENUM2" to print 2 screens consecutively.  If used
  175.    interactively the program will stop between each file and allow the
  176.    parameters to be changed, while if called from the DOS command line the
  177.    settings remain the same for all screens.  KD-LASER can now also print the
  178.    virtual screen called PAGE.0?? created by PC-KEY-DRAW allowing full page
  179.    printing of graphics.  Simply specify PAGE as the file name to print.
  180. 5. A fourth library disk has been added to the registration package and
  181.    includes several more fonts.  In addition many text related macros are now
  182.    supplied to perform automatic bold, overlay, shadow and other special
  183.    effects.
  184. 6. Several macros are now supplied to registered users that allow multiple
  185.    pages to be shown as a single page making editing much easier for large
  186.    drawings.
  187. ──────────────────────────────────────────────────────────────────────────────
  188. 1. 3.28 speeds up <F5 s>trip by about 7X and <F5 S>hift by about 10X.
  189.    <S>hift has also been added to the fill pattern selection screen, thus
  190.    allowing any of the 640 patterns to be in any color combination.  Both
  191.    strip and shift are now also available in high resolution.
  192. 2. <F1 M>mirror screen <v>ertical line has been sped up as well by a factor of
  193.    8X earlier versions.
  194. ──────────────────────────────────────────────────────────────────────────────
  195. 1. 3.29 adds ability to REName files using <F8 K>.
  196. 2. A number of minor speed increases have been made.
  197. ──────────────────────────────────────────────────────────────────────────────
  198. 1. 3.3 adds b-spline curves allowing freeform curves to be easily created from
  199.    the keyboard.  Select <F3 b> and <ENTER> the various points to be included.
  200.    Selecting any function key (1-8) will turn the entered points into a curve.
  201.    Width of the line is controlled by <w>idth.
  202.    (I should have added this a long time ago.  It makes drawing much easier.)
  203. 2. <F6 l>ine has been improved when using line width.  Redraw of line is also
  204.    much faster.
  205. ──────────────────────────────────────────────────────────────────────────────
  206. 1. 3.31 improves menu structure, providing more information for arrow, text
  207.    justify, box shade and key macro.
  208. 2. Help menu for novice mode can be shrunk for increased screen space by
  209.    entering number >1 for Novice mode in Status screen.
  210. 3. Width of polygon and box shade is now effected by the <w>idth command.
  211. 4. <F2 R> works with width.
  212. 5. The TANDY 1000 keyboard is now supported for cursor movement from # pad.
  213. 6. The <h>elp screens have been improved with more info and much faster read
  214.    from disk. 20 help screens are available.
  215. 7. The complete user manual is included on a second disk and may be included
  216.    with the program disk.
  217. 8. A High resolution color graphics mode for composite monitors with 16 colors.
  218. ──────────────────────────────────────────────────────────────────────────────
  219.                                      ENJOY!
  220.  
  221. Yes, I am ready to register PC-KEY-DRAW and receive the full advantages of
  222. registration, while supporting your efforts to continue to improve PC-KEY-DRAW.
  223.  
  224. Name:_______________________________________________________
  225. Company:____________________________________________________
  226. Address:____________________________________________________
  227. City:____________________________State:_____Zip:____________
  228. Phone:(_____)_______________________________________________
  229.  
  230.      Enclose this form to receive a $5 discount off of the $100 list price.
  231.                This discount applies to payment with order only.
  232.  
  233.