home *** CD-ROM | disk | FTP | other *** search
/ Cutting-Edge 3D Game Programming with C++ / CE3DC++.ISO / TOOLS / ADESK / VBXFIX.DOC < prev   
Encoding:
Text File  |  1993-07-16  |  1.7 KB  |  36 lines

  1. Animation Player for Windows Visual Custom Control Bug Fix
  2.  
  3. This release fixes several of the incompatibilities between the
  4. VBPLAY.VBX custom control and Microsoft Visual Basic version 2.0 and
  5. 3.0.  Specifically, the following problems have been addressed:
  6.  
  7.      The loss of flic palette caused when another 256 color control is
  8.      used in the same form has been fixed.  VBPLAY.VBX is now palette
  9.      aware and allows Visual Basic to get a handle to the flic palette.
  10.      Visual Basic performs a simple palette arbitration scheme by using
  11.      the palette of the control highest in the window Z-Order stack.
  12.      Placing the VBPLAY window at the top most position in the stack
  13.      will insure that the flic palette is used by all the other
  14.      controls.
  15.  
  16.      The "Out Of Memory" message cause when accessing the design mode
  17.      only properties "AnimSettings" or "Help" has been fixed.
  18.  
  19. The following feature has been added to the VBPLAY.VBX custom control:
  20.  
  21.      The control now supports the Help button <F1> available during
  22.      design mode.  However, Help is not context sensitive.
  23.  
  24. The following feature had been added to the AAPLAY.DLL:
  25.  
  26.      The aaGetParm function has the new parameter value AA_PALETTE that
  27.      returns a windows HPALETTE value.  It is defined to be:
  28.  
  29.          #define AA_PALETTE 42
  30.  
  31. Installation is accomplished by copying the VBPLAY.VBX and AAPLAY.DLL files
  32. over the older versions of those files.  AAPLAY.DLL is usually found in the
  33. system directory common to all Microsoft Windows installations.  The
  34. VBPLAY.VBX file location will vary depending on the application that uses it,
  35. but is generally found in the same location as the application.
  36.