home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i17 / cts0006.doc < prev    next >
Text File  |  1994-11-08  |  12KB  |  182 lines

  1.                    C Set ++ Class Libraries Source Version 2.01
  2.                                  Fixes List
  3.                    ------------------------------------
  4. This package includes the following files:
  5.  
  6.     CTS0006 ZIP12AG4 - Zipped file
  7.     CTS0006 DOC12AG4 - Document for v2.01
  8.  
  9. The file once downloaded with the binary option, needs to be
  10. unpacked using PKUNZIP2 onto the system disk.
  11. *************************************************************************
  12. *                                                                       *
  13. *  This CSD contains fixes that apply only to C Set++ Class Libraries   *
  14. *  Source Version 2.01                                                  *
  15. *                                                                       *
  16. *************************************************************************
  17. =========================================================================
  18.                CTS0006 is informal Corrective Service.
  19. The following fixes are provided in Class Libraries CS CTS0006
  20. *************************************************************************
  21. FIX/APAR      COMPONENT     PROBLEM DESCRIPTION
  22. *************************************************************************
  23.  QUAL-IMP      UICL         Tabbing to and from an IGraphicPushButton on
  24.                             on a canvas causes it to lose it's graphic.
  25. -------------------------------------------------------------------------
  26.  QUAL-IMP      UICL         The IFrameWindow constructor that wrappers an
  27.                             existing PM frame window was not calling
  28.                             setAutoDestroyWindow(false).
  29. -------------------------------------------------------------------------
  30.  QUAL-IMP      UICL         IContainerControl::scroll and
  31.                             IContainerControl::scrollToObject do not
  32.                             work correctly in a non-split details view
  33.                             or in non-details view with details view
  34.                             columns inserted.
  35. -------------------------------------------------------------------------
  36.  QUAL-IMP      UICL         ICnrMenuHandler does not always indicate the
  37.                             the correct source of the popup menu.
  38. -------------------------------------------------------------------------
  39.  QUAL-IMP      UICL         Bogus exception from IMenu::cursor when the
  40.                             menu contains separators.
  41. -------------------------------------------------------------------------
  42.  QUAL-IMP      UICL         IInfoArea goes blank with cascaded menus.
  43. -------------------------------------------------------------------------
  44.  QUAL-IMP      UICL         IListBox::add not throwing an exception
  45.                             when the listbox is full.
  46. -------------------------------------------------------------------------
  47.  QUAL-IMP      UICL         IGroupBox::calcMinimumSize doesn't account
  48.                             for the border.
  49. -------------------------------------------------------------------------
  50.  QUAL-IMP      UICL         IContainerControl vertical scrollbar is
  51.                             disabled at times when it should be enabled.
  52. -------------------------------------------------------------------------
  53.                UICL         Variability in number of pixels among windows
  54.                             of the same percentage in a split canvas.
  55. -------------------------------------------------------------------------
  56.  QUAL-IMP      UICL         IWindow::windowWithHandle was being called
  57.                             within a critical section.
  58. -------------------------------------------------------------------------
  59.  QUAL-IMP      UICL         A canvas (1) without a child window that can
  60.                             accept the input focus, (2) with different
  61.                             parent and woner windows, and (3) either
  62.                             the client window of a frame or owned by
  63.                             another canvas could cause the system to hang.
  64.                             A common way to create this situation is to
  65.                             add an empty canvas to a view port.
  66. -------------------------------------------------------------------------
  67.  PJ14628       UICL         IMultiCellCanvas could not distinguish
  68.                             between whether a row or column had been
  69.                             assigned a height or width of 0 (for example,
  70.                             to visually delete it), or whether it had
  71.                             been assiged no height or width.  It used the
  72.                             default cell height and width in both cases.
  73. -------------------------------------------------------------------------
  74.  QUAL-IMP      UICL         If I_NO_INLINES is declared then the size_t
  75.                             datatype is undefined.
  76. -------------------------------------------------------------------------
  77.  QUAL-IMP      UICL         Reference to non existing function in
  78.                             itrace.hpp removed.
  79. -------------------------------------------------------------------------
  80.  QUAL-IMP      UICL         setIcon uses caching when loading an icon
  81.                             and this causes PM to potentially destroy the
  82.                             icon while it is still being used.
  83. -------------------------------------------------------------------------
  84.  QUAL-IMP      UICL         IFrameWindow::setClient(0) causes a trap.
  85. -------------------------------------------------------------------------
  86.  QUAL-IMP      UICL         The width of entry fields and spin buttons
  87.                             on a multi-cell or set canvas is too narrow
  88.                             for small text limits.
  89. -------------------------------------------------------------------------
  90.  QUAL-IMP      UICL         IFrameWindow::color(background) does not
  91.                             consider the dialog background.  If no color
  92.                             was set it always returns the system window
  93.                             color.
  94. -------------------------------------------------------------------------
  95.  PJ14632       UICL         System hang when using a frame window as a
  96.                             notebook page that doesn't have the notebook
  97.                             as its parent window.
  98. -------------------------------------------------------------------------
  99.  QUAL-IMP      UICL         IThread::setPriority sets priority class but
  100.                             not priority level.
  101. -------------------------------------------------------------------------
  102.  QUAL-IMP      UICL         Accelerator causes an IMenuHandler::menuEnded
  103.                             and thus an extra unwanted repaint.
  104. -------------------------------------------------------------------------
  105.  QUAL-IMP      UICL         IFrameWindow constructor fails when using
  106.                             using default size and all previous frame
  107.                             windows have been removed from the task list.
  108. -------------------------------------------------------------------------
  109.  QUAL-IMP      UICL         The entry field and spin arrow components of
  110.                             a spin button were not correctly resized and
  111.                             repositioned when the size of an ISpinButton
  112.                             was changed.
  113. -------------------------------------------------------------------------
  114.  QUAL-IMP      UICL         Help for a notebook tab should be provided
  115.                             through the IPageHandler::help function.
  116.                             However, this function was never being called
  117.                             when the user pressed F1 when on a notebook
  118.                             tab.
  119. -------------------------------------------------------------------------
  120.  QUAL-IMP      UICL         Container popups do not get generated from
  121.                             the keyboard when container is on a canvas.
  122. -------------------------------------------------------------------------
  123.  QUAL-IMP      UICL         IMenuHandler::menuEnded should by default
  124.                             return true.
  125. -------------------------------------------------------------------------
  126.  QUAL-IMP      UICL         Primary window not restorable from the Task
  127.                             List when minimized with a secondary window.
  128. -------------------------------------------------------------------------
  129.  QUAL-IMP      UICL         The event result assigned by an override of
  130.                             the IHelpHandler::subitemNotFound function
  131.                             was always ignored, which caused the extended
  132.                             help panel for the window to always be
  133.                             displayed.
  134. -------------------------------------------------------------------------
  135.  QUAL-IMP      UICL         The functions IHelpSubitemNotFoundEvent::topicId
  136.                             and IHelpSubitemNotFoundEvent::subtopicId did
  137.                             not return the correct values.
  138. -------------------------------------------------------------------------
  139.  QUAL-IMP      UICL         The default implementation of many of the
  140.                             virtual functions of the IHelpHandler class
  141.                             did not allow more than one of these handers
  142.                             to be attached to the same window.  Only the
  143.                             last help handler attached to a window would
  144.                             be called.
  145. -------------------------------------------------------------------------
  146.  QUAL-IMP      UICL         When constructing an IHelpWindow using an
  147.                             IHelpWindow::Settings object, the "Help"
  148.                             pull-down menu of the help window would
  149.                             always show a "Tutorial" choice, even if no
  150.                             tutorial name were specified in the settings
  151.                             object.
  152. -------------------------------------------------------------------------
  153.  QUAL-IMP      UICL         IMultiLineEdit::hasSelectedText returns true
  154.                             erroneously.
  155. -------------------------------------------------------------------------
  156.  QUAL-IMP      UICL         Background enumeration missing from
  157.                             IListBox::ColorArea.
  158. -------------------------------------------------------------------------
  159.  QUAL-IMP      UICL         Container control drag/drop help is not
  160.                             working.
  161. -------------------------------------------------------------------------
  162.  PJ14635       UICL         Excessive Tracing closes PMPRINTF.EXE
  163. -------------------------------------------------------------------------
  164.  PJ14636       UICL         Activation not returning to owner after
  165.                             modeless dialog is dismissed.
  166. -------------------------------------------------------------------------
  167.  PJ14638       UICL         Turning trace off while in a member function
  168.                             causes stack overrun in trace formatter.
  169. -------------------------------------------------------------------------
  170.  QUAL-IMP      UICL         Memory leaks in IFont during IFont
  171.                             destruction.
  172. -------------------------------------------------------------------------
  173.  PJ14639       UICL         Custom image not working for drag object.
  174. -------------------------------------------------------------------------
  175.  PJ14640       UICL         The ICnrCtl::hwnd variable stored in IThread
  176.                             may be invalid.
  177. -------------------------------------------------------------------------
  178.  QUAL-IMP      UICL         IGUIColor::setColor doesn't work.
  179. -------------------------------------------------------------------------
  180.  QUAL-IMP      UICL         Help, File Dialog, and Font Dialog don't work
  181.                             with the OS/2 Performance Beta.
  182.