home *** CD-ROM | disk | FTP | other *** search
/ IBM CD Showcase / OS2_CD_ROM.iso / smce0001 / builder / readme.doc < prev    next >
Encoding:
Text File  |  1994-02-02  |  15.5 KB  |  368 lines

  1.  
  2.                                     README for
  3.                                Ultimedia* Builder/2
  4.                                   Release 1.0.1
  5.                         5871-AAA (c) Copyright IBM Corp. 1993
  6.  
  7.  
  8.  
  9. INTRODUCTION
  10. ____________
  11.  
  12.  
  13.    This README contains information related to Ultimedia Builder/2.
  14.    This file contains helpful hints found in our testing as well as
  15.    updated information that did not make our printed publications.
  16.  
  17.    Information is in the following order:
  18.  
  19.    o   Installation notes
  20.  
  21.    o   Builder/2 notes
  22.  
  23.    o   Perfect Image/2 notes
  24.  
  25.    o   Workplace/2 notes
  26.  
  27.    NOTE:  If you are viewing this file with a program that uses
  28.    proportional fonts, you may wish to change to a monospaced font,
  29.    for the best readability.
  30.  
  31.  
  32.  
  33. INSTALLATION NOTES
  34. __________________
  35.  
  36.  
  37.    Installation Verification
  38.    _________________________
  39.  
  40.    After Ultimedia Builder/2 files are installed and the system has
  41.    been rebooted to enable CONFIG.SYS changes, you can load a story
  42.    into the Builder program and the Builder runtime to verify the
  43.    installation.  The test can run either from a command line or by
  44.    dragging objects onto program icons.  The test uses an Installation
  45.    Verification Program called IVP._ST.  (You can use the Drives
  46.    folder for locating the IVP._ST story file.  Look on the drive and
  47.    directory where you installed Builder/2; there will be a
  48.    subdirectory named "INSTALL".  Inside that directory is the IVP._ST
  49.    story.)
  50.  
  51.    Builder/2 program verification:
  52.  
  53.      Drag and Drop:
  54.        Drop the IVP._ST icon onto the Builder/2 program icon.
  55.  
  56.      Command Line:
  57.        Type:    UB <your drive>:\<your directory>\INSTALL\IVP._ST
  58.  
  59.        (For example, Type:       UB C:\BUILDER\INSTALL\IVP._ST  )
  60.  
  61.    Click on the play button in the play menu at the top of the
  62.    Builder/2 window.  You should see a large black window which
  63.    dissolves into an island.  After the IVP image has been displayed,
  64.    hit any key to exit the story.  Double click on the system icon to
  65.    exit Builder/2.
  66.  
  67.    Builder/2 Runtime verification:
  68.  
  69.      Drag and Drop:
  70.        Drop the IVP._ST icon onto the AVA/2 program icon
  71.  
  72.      Command Line:
  73.        Type:    TELLPM <your drive>:\<your directory>\INSTALL\IVP
  74.  
  75.        (For example, Type:       TELLPM C:\BUILDER\INSTALL\IVP  )
  76.  
  77.      You should see a large black window which dissolves into an
  78.      island.  After the IVP image has been displayed, hit any key to
  79.      exit the story.
  80.  
  81.  
  82.    Sharing Font Files with Ultimedia* Perfect Image/2
  83.    _________________________________________________
  84.  
  85.    Font files for Text Plane Support are provided with both Ultimedia
  86.    Builder/2 and Ultimedia Perfect Image/2.  If both products are
  87.    installed on the same machine, it is possible to have both products
  88.    share a single set of fonts to save disk space.
  89.  
  90.    Install the fonts with only one of the products; do not install
  91.    them with the second.  The first product will create a CONFIG.SYS
  92.    variable called UMPATH which names the directories where the fonts
  93.    are installed.  (UMPATH is used for other reasons as well, and is
  94.    modified whether the fonts are installed or not).  The CONFIG.SYS
  95.    entry will be similar to:
  96.  
  97.         SET UMPATH=C:\BUILDER\DATA
  98.    or   SET UMPATH=C:\PIMAGE\DATA
  99.  
  100.    Both products can use the same fonts as long as the UMPATH variable
  101.    contains the correct path.
  102.  
  103.  
  104.    Installing AVC Font Files for use with Ultimedia* Builder/2
  105.    ___________________________________________________________
  106.  
  107.    If you will be playing AVC stories under Builder/2 and your stories
  108.    show images containing text fields in an AVC font, it is
  109.    RECOMMENDED that you copy the fonts included with AVC (files with
  110.    the extension '_FN') into the same directory that contains the
  111.    fonts included with Builder/2 (x:\BUILDER\DATA, where x is the
  112.    drive that you installed Builder/2 on).  The Builder/2 fonts and
  113.    the AVC fonts are 100% compatible.  Failing to do this may cause an
  114.    undesireable performance degradation during story playback for the
  115.    following reason:  When the story is being played a text field on
  116.    an image that uses a font that cannot be found is dynamically
  117.    replaced with one of the available fonts.  This dynamic replacement
  118.    can prove very time-consuming if the image contains a large number
  119.    of text fields.
  120.  
  121.  
  122.    Installing shared I/O procedures
  123.    ________________________________
  124.  
  125.    There are new I/O procedures included with Builder/2 R1.0.1 which
  126.    are used to support various image types.  They are shared with the
  127.    Ultimedia Tool Series products Perfect Image/2 R1.0 and Workplace/2
  128.    R1.0 for OS/2 R1.0.  After installing Builder/2 R1.0.1
  129.    the new I/O procedures are stored in a new directory off of the
  130.    root called UTIOPROC.  This new directory is added to the front of
  131.    the LIBPATH statement in CONFIG.SYS at installation.  By doing
  132.    this, Perfect Image/2 and Workplace/2 for OS/2 now access
  133.    the new DLLs in UTIOPROC instead of the I/O procedure modules
  134.    included with their respective packages.
  135.  
  136.    If you are installing all the packages or Builder/2 R1.0.1 and at
  137.    least one of the R1.0 products on your system, you should install
  138.    Builder/2 R1.0.1 LAST.  This will ensure that the UTIOPROC
  139.    directory ends up at the front of the LIBPATH statement.  Failing
  140.    to do this will cause the older I/O procedures from one of the
  141.    other R1.0 packages to be used instead of the new ones,
  142.    consequently disabling some of the new image support included with
  143.    Builder/2 R1.0.1.
  144.  
  145.    Once Builder/2 R1.0.1 has been installed and you subsequently
  146.    purchase and install one or more of the R1.0 packages, you should
  147.    do the following:  manually edit CONFIG.SYS and move the UTIOPROC
  148.    to the front of the LIBPATH statement.  Additionally, you may want
  149.    to run the MMIONINI program (see below) to verify that all
  150.    applicable I/O procedures have been registered (that is, are
  151.    checked).
  152.  
  153.  
  154.    The MMIOINI program
  155.    ___________________
  156.  
  157.    The MMIOINI program can be used to register and de-register I/O
  158.    procedures.  This process makes the I/O procedures known to MMPM/2
  159.    and thereby makes the I/O functions available to application
  160.    programs.  Builder/2, Perfect Image/2 and Workplace/2 use
  161.    these procedures through MMPM/2 for image, audio, and video file
  162.    support.  To run MMIOINI:
  163.  
  164.    Icon:
  165.    1. Open the Drives folder
  166.    2. Open the drive where you installed the product
  167.    3. Open the product folder (default name:  BUILDER)
  168.    4. Open the INSTALL folder
  169.    5. Double-click on the MMIOINI.EXE icon
  170.  
  171.    Command line:
  172.    1. Change to the product directory (default name: BUILDER)
  173.    2. Change to the INSTALL directory
  174.    3. Type:  MMIOINI.EXE
  175.  
  176.    The MMIO Procs Install/Remove screen appears.  To register a
  177.    procedure, click on the checkbox next to it.  A check will appear.
  178.    To de-register a procedure, click on the checkbox next to it, and
  179.    the check mark will disappear.
  180.  
  181.  
  182.  
  183. BUILDER/2 NOTES
  184. _______________
  185.  
  186.  
  187.    1. In some cases, Builder/2 generates not one, but several AVA/2
  188.       statements when a frame is created using the graphical
  189.       interface.  This is true, for example, when a video frame is
  190.       created.  The generated AVA/2 statements are enclosed between
  191.       special statements that the graphical interface requires to
  192.       mark a multiline set of associated statements.  The AVA/2
  193.       statements are preceded by a "%FRAME" statement, and are
  194.       followed by a "%ENDFRAME" statement.  Though not recommended,
  195.       Builder/2 allows you to add AVA/2 statements of your own
  196.       within the frame when in TEXT mode.  However, if you regenerate that
  197.       same sequence using the Builder/2 definition dialogs, the new
  198.       statements will replace all statements between the
  199.       %FRAME/%ENDFRAME statements causing the user-added statements
  200.       to be lost.
  201.  
  202.    2. When in the text view of Builder/2 double-clicking on a text
  203.       line within a set of statements that were generated via the
  204.       graphical view (for example, video or an animation sequence)
  205.       will NOT open the definition dialog.
  206.  
  207.    3. If you use the text view of Builder/2 to change any AVA/2
  208.       statements which are a part of an animation sequence
  209.       that was generated from the graphical view, the changes
  210.       will NOT take effect unless you 1) return to graphical view,
  211.       2) double click on the animation frame to bring
  212.       up the animation dialog and, 3) click on OK to end it.
  213.  
  214.    4. A Multimedia Presentation Manager/2* (MMPM/2) Corrective Service
  215.       Diskette (CSD) is available that corrects various video problems
  216.       which may be encountered when playing video files in Builder/2.
  217.       It is RECOMMENDED that you acquire and install this MMPM/2 CSD.
  218.       Installing this CSD does, however, have a side affect:  see item
  219.       #5 below.  To acquire this MMPM/2 CSD call IBM OS/2 service at
  220.       1-800-992-4777. This CSD is also included with the IBM Video In/2*
  221.       product.
  222.  
  223.    5. If you have installed the Multimedia Presentation Manager/2* (MMPM/2)
  224.       Corrective Service Diskette (CSD) mentioned in item #4 above,
  225.       do not use the "Step by frame" option from the Builder/2
  226.       video definition dialog.  Your system may hang while attempting to
  227.       step by frame.  The same applies to the AVA/2 VSTEP statement.
  228.  
  229.       If your application needs to step video by frame, you should
  230.       reinstall MMPM/2 without the CSD.
  231.  
  232.    6. Builder/2 R1.0.1 was enhanced to support files with fully-qualified
  233.       names up to 137 characters long.  However, the audio I/O procedure
  234.       module that supports AVC-type audio files (AVCAPROC.DLL) currently
  235.       included with Multimedia Presentation Manager/2* (MMPM/2) is only
  236.       capable of handling a fully-qualified name up to 64 characters
  237.       maximum.  This I/O procedure has been corrected, but is not yet
  238.       generally available.  It is to be included with the next scheduled
  239.       Corrective Service Disk (CSD) for MMPM/2.  Until that time care
  240.       should be taken when using AVC-type audio files in Builder/2.  Audio
  241.       file names that exceed the 64 character limit may cause your system
  242.       to hang when playing your Builder/2 story.
  243.  
  244.    7. While the audio browser included with Builder/2 R1.0.1 typically
  245.       previews (plays) audio files with no difficulty, there is a
  246.       condition that may cause Builder/2 to hang:  repeatedly playing
  247.       a short audio segment on a minimum configuration system (386
  248.       25-Mhz).  Should this situation occur, do the following:
  249.       - Press Ctrl+Esc to bring up the Window List
  250.       - Select the INDENTED line that says:
  251.           Ultimedia Builder/2 - storyname
  252.         where storyname is the name of the story you are editing
  253.       - Press mouse button 2 to get the popup menu
  254.       - Select Close.  If you have made other changes to the story
  255.         you will be prompted to Save or Discard the story.
  256.       Builder/2 can then be restarted.
  257.  
  258.    8. Builder/2 R1.0.1 supports the usage of Windows bitmaps in a story
  259.       by using an I/O procedure included with Multimedia Presentation
  260.       Manager/2* (MMPM/2).  This I/O procedure is unable to process
  261.       certain bitmap images.  This defect will be corrected.
  262.  
  263.    9. Several of the folders in the Builder 1.0.1 Samples folder contain
  264.       icons which refer to files which can be located either on the CD or
  265.       on a hard drive, depending on the installation options chosen.
  266.       If the system is booted when the CD is not in the CD-ROM drive,
  267.       icons which represent files which are on the CD will be changed
  268.       to indicate the files are not available.  (The icon is two small
  269.       squares linked with a broken line.)  To re-enable access to these
  270.       files, just re-boot with the CD in the drive.
  271.  
  272.  
  273.  
  274. PERFECT IMAGE/2 NOTES
  275. _____________________
  276.  
  277.  
  278. The following applies if you have Perfect Image/2 on the same machine
  279. as Builder/2:
  280.  
  281.    1. The new I/O procedures included with Builder/2 R1.0.1 have added
  282.       support for reading 1 bit and 4 bit images.  In order to read 1
  283.       bit and 4 bit images with Perfect Image/2 R1.0, two modules
  284.       (UTISIO.DLL and UTISSY.DLL) must be copied to where Perfect
  285.       Image/2 is installed as follows:
  286.  
  287.          Copy the new modules to your system:
  288.  
  289.               copy e:\pimage\dll\*.dll c:\yourpi\dll
  290.  
  291.       where e is your CD-rom drive with the Builder/2 R1.0.1 CD
  292.       inserted, c is the drive you have Perfect Image/2 installed on,
  293.       and yourpi is the name of the directory where you installed
  294.       Perfect Image/2.  If you are installing Builder/2 from
  295.       diskettes, these modules are available on diskette (9).  Insert
  296.       this diskette in drive a: and
  297.  
  298.               copy a:\pimage\dll\*.dll c:\yourpi\dll
  299.  
  300.       NOTE: If these two files are not copied and the new I/O
  301.       procedures  are installed, Perfect Image/2 will not support 1
  302.       and 4 bit images, and TIFF FAX support will be lost.
  303.  
  304.  
  305.  
  306. WORKPLACE/2 NOTES
  307. _________________
  308.  
  309.  
  310. The following applies if you have Workplace/2 on the same machine as
  311. Builder/2:
  312.  
  313.    1. In Builder/2 you are allowed to browse (preview) images, audio,
  314.       story, and video files.  The modules that support each of the
  315.       browsers have been enhanced and/or corrected and are included
  316.       with Builder/2.  However, corresponding modules exist in the
  317.       Workplace/2 R1.0 package.  We have included those Workplace/2
  318.       modules on the Builder/2 CD.  If you have purchased and
  319.       installed Workplace/2 R1.0 on your system and would *like* (NOT
  320.       REQUIRED) to update to these new modules, follow the
  321.       instructions below:
  322.  
  323.       A. Open an OS/2 window
  324.       B. Deregister the Workplace/2 data file class by keying the following
  325.          EXACTLY AS SHOWN as the requests are case-sensitive:
  326.  
  327.               e:\workplac\bin\reg  -d LTDataFile
  328.               e:\workplac\bin\repl WPDataFile WPDataFile anything
  329.  
  330.          where e is your CD-rom drive with the Builder/2 R1.0.1 CD inserted.
  331.       C. Shut down and re-boot your system to unlock the necessary DLLs.
  332.       D. Copy the new modules to your system:
  333.  
  334.               copy e:\workplac\dll\*.dll c:\yourwork\dll
  335.  
  336.          where e is your CD-rom drive with the Builder/2 R1.0.1 CD inserted,
  337.          c is the drive you have Workplace/2 installed on, and yourwork is
  338.          the name of the directory where you installed Workplace/2.
  339.          If you are installing Builder/2 from diskettes, these modules
  340.          are available on diskette (9).  Insert this diskette in drive a:
  341.          and
  342.  
  343.               copy a:\workplac\dll\*.dll c:\yourwork\dll
  344.  
  345.       E. Register the Workplace/2 data file class by keying the following
  346.          EXACTLY AS SHOWN (except where noted) as the requests are case-
  347.          sensitive:
  348.               e:\workplac\bin\reg  LTDataFile "c:\yourwork\dll\utltdata.dll"
  349.               e:\workplac\bin\repl WPDataFile LTDataFile
  350.  
  351.          where e is your CD-rom drive with the Builder/2 R1.0.1 CD inserted,
  352.          c is the drive you have Workplace/2 installed on, and yourwork
  353.          is the the name of the directory where you installed Workplace/2.
  354.       F. Shut down and re-boot your system.
  355.  
  356.  
  357.  
  358. TRADEMARK INFORMATION
  359. _____________________
  360.  
  361.  
  362.    Terms which have been marked with an asterisk (*) in this document
  363.    are trademarks of the IBM Corporation as follows:
  364.  
  365.           AVA/2, Builder/2, Multimedia Presentation Manager/2,
  366.           OS/2, Perfect Image/2, Ultimedia, Video In/2 and
  367.           Workplace/2.
  368.