home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxctls01.zip / READ.ME next >
Text File  |  1995-01-31  |  3KB  |  78 lines

  1.  
  2. VXCTLS.DLL version 1.0
  3. ----------------------
  4.  
  5. This is a VX-REXX object library which adds three new objects to your
  6. VX-REXX 2.0/2.1 toolbar.  These objects are based on the two DLLs
  7. LISTBOX.DLL and CONTROLS.DLL written by Mark Benge and Matt Smith
  8. and described in several OS/2 Developer articles.  You need these two
  9. DLLs to use the objects.  (See below on how to get them.)
  10.  
  11.  
  12. Disclaimer
  13. ----------
  14.  
  15. VXCTLS acts merely as a wrapper for the objects in LISTBOX.DLL and
  16. CUSTOM.DLL and is provided on an "as is" basis with no warranties.
  17. No claim is made against any copyrights by the authors of LISTBOX.DLL
  18. and CONTROLS.DLL.  If you wish to distribute VXCTLS.DLL with your
  19. VX-REXX programs, you may do so, but you must also obtain permission
  20. to distribute LISTBOX.DLL and/or CONTROLS.DLL.
  21.  
  22.  
  23. How to get LISTBOX.DLL and CONTROLS.DLL
  24. ---------------------------------------
  25.  
  26. LISTBOX.DLL is found in the file LSTBX4.ZIP.  CUSTOM.DLL is found in
  27. the file CTRLDES.ZIP.  Both files contain the source and examples
  28. for new OS/2 custom controls as described in several issues of OS/2
  29. Developer, written by Mark Benge and Matt Smith.  The files are
  30. available in several places:
  31.  
  32.      ftp://rexx.uwaterloo.ca/pub/os2/vxrexx/controls
  33.      ftp://ftp.cdrom.com/os2/32bit/program
  34.      CompuServe: the OS2DF2 developer library
  35.  
  36.  
  37. How to install this package
  38. ---------------------------
  39.  
  40. Copy the files VXCTLS.DLL, LISTBOX.DLL and CUSTOM.DLL into your \VXREXX
  41. directory or some other directory in the LIBPATH.  If you are running
  42. VX-REXX 2.1, you should also copy the VXCTLS.VXO file into your \VXREXX
  43. directory.
  44.  
  45. Start VX-REXX.  Under the options menu there is an item to load object
  46. libraries.  Simply load in VXCTLS.  (You can also drag the VXCTLS.DLL
  47. file from the Workplace Shell onto the VX-REXX 2.1 toolbar.)
  48.  
  49.  
  50. What if I don't have LISTBOX.DLL or CUSTOM.DLL?
  51. -----------------------------------------------
  52.  
  53. VXCTLS.DLL will not complain if LISTBOX.DLL or CUSTOM.DLL are not found,
  54. but instead the objects defined in VXCTLS.DLL will only partially work.
  55.  
  56.  
  57. How to use VXCTLS
  58. -----------------
  59.  
  60. The objects in VXCTLS can be used like normal objects once they've been
  61. loaded onto the toolbar.  The three new objects are:
  62.  
  63.     HugeListBox -- An equivalent to the VX-REXX ListBox object that
  64.                    supports an unlimited number of items.  Supports
  65.                    all the methods and properties of a normal ListBox.
  66.  
  67.     Text3D -- An equivalent to the VX-REXX DescriptiveText object
  68.               that displays text on a 3D pushbutton-like background.
  69.               New property: "Raised", on the Style page.
  70.  
  71.     Frame3D -- An equivalent to the VX-REXX GroupBox object, but unlike
  72.                the GroupBox, the Frame3D object is purely cosmetic.
  73.  
  74. The objects in VXCTLS.DLL may be expanded and improved in future releases,
  75. but is not a Watcom product or supported by Watcom.
  76.  
  77. Enjoy!
  78.