home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / kasev21.zip / KASEDS1.ZIP / readme.1st < prev   
Text File  |  1993-10-14  |  5KB  |  120 lines

  1. KASE:Set (tm) Release Notes                                     Version 2.1
  2. ___________________________________________________________________
  3.  
  4. This document addresses issues with the KASE:Set product that surfaced 
  5. too late to make it into our documentation.  These issues include:
  6.  
  7. Installation Program
  8.  
  9.     Always delete KASE:Set with the supplied Installation and Maintenance
  10.     utility.  It will delete all files created by the installation program,
  11.     including those maintained by the installation program (IBM Software 
  12.     Installer).  If you manually delete the KASE:Set directory and try to
  13.     reinstall KASE:Set, it will display an error message about the product
  14.     not being installed.  To rectify this problem:
  15.  
  16.         - Edit the file x:\os2\system\epfihcnf.cnf
  17.         - Delete any line(s) referencing the KASE:Set product
  18.         - Save the file
  19.         - Restart the installation program
  20.  
  21.     Note that these steps are only necessary if you manually delete
  22.     KASE:Set.  If you use the installation and maintenance utility to 
  23.     delete the product, you can reinstall at any time.
  24.     
  25. Starting  KASE:Set from the KASE:Set Folder
  26.  
  27.     KASE:Set is well integrated with both WorkFrame/2 version 1.1 and 
  28.     version 2.1.  The program is meant to be launched from the WorkFrame/2
  29.     environment.  If you'd rather start KASE:Set from the WorkPlace shell
  30.     use the KASE:Set icon in the KASEWORKS KASE:Set folder.  The icon is
  31.     created initially to start in the QuikTour directory.  If you want to 
  32.     start it in another project directory, open the program object's settings
  33.     view, and change the parameters for the program from:
  34.     
  35.         /O X:\KASESET\QUIKTOUR /F %*
  36.  
  37.     to
  38.  
  39.         /O Z:\PROJDIR /F %*
  40.  
  41.     Where Z:\PROJDIR is the project's directory.
  42.  
  43. KASE:Set and WorkFrame/2 Version 2.1
  44.  
  45. The installation program adds KASE:Set as an action in the default actions
  46. profile.  However, since there is no option to change an action's startup
  47. directory, the KASE:Set directory must appear in the PATH and LIBPATH before
  48. any other KASEWORKS product directories.
  49.  
  50. KASE:Set and WorkFrame/2 Version 1.1
  51.  
  52. If you delete KASE:Set with the installation and maintenance utility, you 
  53. must manually delete KASE:Set from the tools menu.
  54.  
  55. __________________________________________________________
  56. |                                                                            |
  57. | CLARIFICATION, TECHNIQUES, KNOWN PROBLEMS & WORKAROUNDS |
  58. |_________________________________________________________|
  59.  
  60. Using Program Objects:
  61.  
  62.     Program objects that allow you to link to an executable can only be
  63.     internalized.
  64.  
  65. Animation:
  66.  
  67.     Animating a window with a notebook client area template does not 
  68.     animate the notebook control.
  69.  
  70.     Reiterative animation of the same window within the same KASE:Set
  71.     design session may be unstable.
  72.  
  73.     There is a known problem with animating an application that contains
  74.     a PNL object that has icons.  All components will animate correctly
  75.     but, the icon controls will not appear.
  76.  
  77. Notebook Client Area Templates:
  78.  
  79.     The notebook client area template selection panel does not allow
  80.     viewing a notebook directly.  To view a notebook, use the notebook
  81.     designer.    
  82.  
  83. Dialog Templates vs. Canvases
  84.  
  85.     The KASE:Set User Interface Class Library knowledgebase generates no
  86.     dialog templates for panel objects.  Instead, panel classes are derived
  87.     from ICanvas.
  88.  
  89. User Interface Class Library knowledgebase:
  90.  
  91.     The knowledgebase does not support duplicate control identifiers on a 
  92.     single dialog, except for static controls (static text, icon, and bitmap 
  93.     controls) and group boxes using the dialog editor's UNUSED identifier.
  94.  
  95.     Notebook pages and windows are constructed when a notebook object is
  96.     constructed.  Dynamic loading of notebook pages is not implemented.
  97.  
  98.     The User Interface Class Library doesn't support value set controls;
  99.     no code is generated for value sets.  Value sets are supported in the
  100.     C knowledgebase.
  101.  
  102.     Ok and Cancel buttons on notebook pages are not supported.  If you place
  103.     an Ok or Cancel button on a panel that is placed on a notebook page, 
  104.     generated programs will terminate with a protection violation. It should be
  105.     noted that it is a CUA violation to have these controls on notebook pages.
  106.  
  107.     Changing the font for a control or notebook may cause general protection
  108.     faults on some machines.  According to IBM, this may be a combination of
  109.     display driver and video problems.  The workaround is to defer to the system
  110.     default font.
  111.  
  112.     Notebooks used as Client Area Templates (CATs) may have their very topmost
  113.     section truncated by the caption or menu bar.  The workaround is to modify
  114.     the underlying resource to allow more room between the dialog frame and the
  115.     topmost row of controls.
  116.  
  117.     Accelerators (Shift-Home and Shift-F3) do not work.
  118.  
  119.     
  120.