home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dlgcpp.zip / README.NOW < prev   
Text File  |  1995-08-30  |  1KB  |  27 lines

  1. *********************************************************************
  2. * "Manipulating Dialogues in C++" - OS/2 Developer Sept/Aug '95     *
  3. * August 30, 1995                                                   *
  4. *********************************************************************
  5.  
  6. - Sample has been designed for and built with the VisualAge C++ for OS/2
  7.   product.  With a few minor modifications, it should work with the
  8.   C Set++ product:
  9.      1) Romoval of mouse wait pointer support.
  10.      2) Removal of circular slider support.
  11.      3) Modification of spin button support to use the ISpinButton class.
  12.  
  13. - If the driver program throws an exception when you start it, you need
  14.   to apply CSD1 (CTO301), to fix a bug in the INumericSpinButton
  15.   constructor.
  16.  
  17. - The icon control background may initially paint black.  We think this
  18.   is due to a bug in PM.  If you force a repaint of the dialogue, the
  19.   background will properly paint.
  20.  
  21. If you have any problems, please contact us.
  22.  
  23. Enjoy!
  24. Mark Benge
  25. Matt Smith
  26.  
  27.