home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / DWK12.ZIP / README.1ST < prev    next >
Text File  |  1994-01-19  |  5KB  |  133 lines

  1.  
  2.  
  3. DEMO WORKSHOP V1.2X
  4.  
  5.     Demo Workshop is a tool for creating software demonstration and
  6.     tutorial programs.  Demo Workshop uses actual screens recorded during
  7.     execution of the program being presented.
  8.  
  9.     *********************************************************************
  10.     Version 1.2X is a pre-release containing the virtual memory features
  11.     of version 1.2, but very little more. While we believe 1.2X is fully
  12.     functional, complete testing has not been completed. V1.2X is being
  13.     released early because of the number of customers who are being
  14.     hampered by the memory constraints of v1.1.
  15.     ********************************************************************* 
  16.  
  17.  
  18. INSTALLATION
  19.  
  20.     Create a directory on your hard disk called DW and change directory
  21.     to it like this.
  22.  
  23.         C:\> MKDIR DW
  24.         C:\> CD DW
  25.         C:\DW>
  26.  
  27.     Copy the DWRK11.ZIP or DWRK11.EXE file into this directory.  If you have
  28.     the .ZIP file, unzip it.  If you have the .EXE file, execute it.
  29.  
  30.     The following files are created:
  31.  
  32.         SR.EXE          The Demo Workshop screen recorder TSR
  33.     DW.EXE        The Demo Workshop presentation editor
  34.         DW.HLP        The presentation editor help file used by DW.EXE
  35.         DWGUIDE.TXT   The Demo Workshop Users Guide
  36.         DEMOWKSH.P2   File required by DW.EXE to create standalone
  37.                        presentation programs
  38.         DWDEMO.EXE    Demonstration DW presentation
  39.         ORDER.FRM     The Demo Workshop registration and order form
  40.         FILE_ID.DIZ   BBS description file
  41.         README.1ST    This file
  42.        
  43.  
  44.     To view the demo, execute DWDEMO.EXE.
  45.  
  46.     You might want to create an environment variable called DWDIR and
  47.     equate it to the directory where you unpacked Demo Workshop.  This
  48.     will allow you to use Demo Workshop from another disk/directory it
  49.     you wish.  To do this, place a line like the following in your
  50.     AUTOEXEC.BAT file:
  51.  
  52.           SET DWDIR=C:\DW
  53.  
  54.     You will need to reboot for this change to take effect.
  55.  
  56.     If you do not do this, and you execute DW from another directory,
  57.     you will not be able to access help information or create
  58.     .EXE output files.
  59.  
  60.  
  61. RELEASE NOTES
  62.  
  63.     You must create a recording file before you can use DW, the
  64.     presentation editor.  You can create an empty recording if you
  65.     wish by invoking SR twice.  The first time, a file called SCREEN.REC
  66.     will be created, and the second time SR will remove itself from
  67.     memory.
  68.  
  69.     Type SR /? to display a brief help screen for the screen recorder.
  70.  
  71.     V1.1 Changes
  72.     V1.1 fixes bugs which caused program and system crashes when
  73.     using the presentation editor DW.EXE.  Our apologies to all who
  74.     endured these problems.  The flaw in our release procedure which
  75.     allowed these bugs to be included in a released version has been
  76.     corrected.
  77.  
  78.     V1.1A Changes
  79.     V1.1A adds the "Save as Default" menu item to the Text Window
  80.     Options and Menu Display options menus.  This selection makes
  81.     the attributes (color, border style, position, size) of the
  82.     current text window or menu the initial defaults for new menus
  83.     or text windows created for the presentation.  The defaults
  84.     are saved across DW sessions in the presentation file.  Note
  85.     that DW V1.1A presentation files may *not* be processed with DW
  86.     V1.1 or V1.0.
  87.  
  88.    V1.1B Changes
  89.     V1.1B allows entry of special characters using the ALT-keypad
  90.     method of entry supported by MS-DOS. Previously, entry of
  91.     special characters was not supported for titles, menu items,
  92.     or scene names.
  93.  
  94.    V1.1C Changes
  95.     V1.1C fixes a bug which prevented pop-up windows from remaining
  96.      visible while the background recording was in motion.
  97.  
  98.    V1.1D Changes
  99.     V1.1D incorporates changes which make playback timing more accurate
  100.     in instances where there is fast screen motion, such as rapid
  101.     movement of the mouse cursor.
  102.  
  103.    V1.1e Changes
  104.     V1.1e fixes a bug introduced in 1.1D which the first playback after
  105.     startup to fail if Normal speed was selected.
  106.  
  107.    V1.1f Changes
  108.     V1.1f fixes another bug introduced in 1.1D which caused the DOS
  109.     system clock to be modified during playback.
  110.  
  111.    V1.1g Changes
  112.     V1.1g fixes yet another bug introduced in 1.1D which caused slow
  113.     and single-step playback to misbehave.
  114.  
  115.    V1.1h Changes
  116.     V1.1h adds support for EGA/VGA extended colors (as used by
  117.     CA-Clipper) in recordings.
  118.  
  119.    V1.1i Changes
  120.     V1.1i fixes a bug wherein query dialogs were not properly
  121.      refreshed after help displays.
  122.  
  123.    V1.2X Changes
  124.     Maximum number of scenes greatly increased. Memory limitations
  125.         removed. Goto Scene Number item added to main menu. V1.2X may
  126.         create a swap file called DWSWAP.$$$ if memory runs low. This
  127.         file is created in the directory defined by the TEMP environment
  128.         variable if it exists, otherwise the TMP environment variable
  129.         is used. If neither is defined, the current directory is used.
  130.         The swap file is deleted on exit.
  131.  
  132.  
  133.