home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vb3sta.zip / README.TXT < prev   
Text File  |  1995-12-05  |  2KB  |  47 lines

  1.  
  2. DISCLAIMER
  3. ----------
  4.  
  5. Nothing in this package should be taken to imply any plans are in place
  6. to offer the part described in this document.  The interfaces and functions
  7. supplied by this sample part interface file may change before this type of
  8. support appears in the product, if it ever appears in VisualAge C++.
  9.  
  10. Support will be provided only as time allows.
  11.  
  12. We are however interested in feedback and comments.  Please provide
  13. comments in Section 4 of OS2DF1 forum on CompuServe.
  14.  
  15. FILES
  16. -----
  17.  
  18.   VB3STA.ZIP   - Contains all these files except itself. Use
  19.                  PKUNZIP2 VB3STA.ZIP to unpack into current directory.
  20.   README.TXT   - This file.
  21.   I3STATBX.VBE - A part information file for the IBM Open Class I3StateCheckBox
  22.                  class.  This is a visual part that re-uses the icon for the
  23.                  regular check box part.
  24.  
  25.  
  26. USING THE SAMPLE
  27. ----------------
  28.  
  29. 1) Bring up the Visual Builder and import I3STATBX.VBE using the
  30.    "File->Import part information" menu option.  I3StateCheckBox will appear
  31.    in the visual parts list and Visual Builder will create a VBB file for
  32.    this new part.  You can either add this part to a category on the
  33.    palette, or you can add it to the free-form surface using the
  34.    "Options->Add part" menu option on the Composition Editor.
  35.  
  36. 2) This part is derived from ISettingButton, so in addition to the common
  37.    attributes/actions/events it shares with radio buttons and regular check
  38.    boxes, it adds
  39.  
  40.     - a "halftone" attribute that indicates the halftone state of the button
  41.     - a "selectHalftone" action that sets the halftone state of the button
  42.  
  43.  
  44.  
  45. IBM VisualAge C++ Visual Builder development
  46.  
  47.