home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vpxtra.zip / readme.vpx next >
Text File  |  1994-04-14  |  3KB  |  89 lines

  1. VPExtras - Extra objects for VisPro/REXX with dragon droppings!
  2. ===============================================================
  3.  
  4. To install any of the utilities, unzip the .ZIP file and
  5. copy the .HLP & .DLL files into your \VISPRORX directory.
  6.  
  7. Each utility has online help and a brief description follows below.
  8.  
  9. All implementations and objects are Copyright 1994, Dion Gillard, but you
  10. are hereby licensed to distribute and use them free of charge.
  11. As such, you get as much support as you are paying for, i.e. NONE, and
  12. I take no responsibility for what you do with them.
  13.  
  14. Having said that, I'm releasing these objects because I'm in a good
  15. mood at the moment and feel like sharing it. I hope at some point, you'll
  16. return the favour :)
  17.  
  18. VPIButtn
  19. --------
  20. VPIButtn is an image button - a push button with a bitmap or icon on it
  21. instead of text.
  22.  
  23. To install, copy the .HLP & .DLL files into your \VISPRORX directory and
  24. add a line with just the text 'VPIButtn' (no quotes) on it to the
  25. VPRCLASS file in the \VISPRORX directory.
  26.  
  27. Add an image button to your Layout view, then add some code in the When
  28. Opened event for the form to Load a system icon (from the Add popup menu
  29. item) and then 'Set icon picture and format' by dragging and dropping
  30. the VPIButtn to the code window.
  31.  
  32. VPFile
  33. ------
  34. VPFile is a programmers productivity object.
  35.  
  36. To install, copy the .HLP & .DLL files into your \VISPRORX directory and
  37. add a line with just the text 'VPFile' (no quotes) on it to the
  38. VPRCLASS file in the \VISPRORX directory.
  39.  
  40. It holds most of the knowledge about using a file that you use, and
  41. can be accessed from VisPro/REXX's toolbar.
  42.  
  43. This version has NO RUN-TIME. Once you are finished using the file object
  44. in the development environment, you *MUST* delete it from your form.
  45. This way it generates no code that is held in DLLs.
  46.  
  47. VPBevel
  48. -------
  49. VPBevel is a bevelled box for the VisPro/REXX toolbar.
  50.  
  51. It is a visual aid that can make areas of your form seem raised or sunken
  52. and can add 3-D effects.
  53.  
  54. Rectangle and Line attributes, and the sunken or raised effect can all
  55. be set inside a VPBevel objects settings (which can be obtained by
  56. double clicking anywhere on the object).
  57.  
  58. To install, copy the .HLP & .DLL files into your \VISPRORX directory and
  59. add a line with just the text 'VPBevel' (no quotes) on it to the
  60. VPRCLASS file in the \VISPRORX directory.
  61.  
  62. You will most likely want to have other objects on top of a bevelled area,
  63. and during design of a form, it will be necessary to use the Align menu
  64. option, and select *Put behind(last)*.
  65.  
  66. VPMText
  67. -------
  68. VPMText is a mnemonic text object for the VisPro/REXX toolbar.
  69.  
  70. With it, you can have accelerator keys directly to entry fields, spin buttons
  71. listboxes etc.
  72.  
  73. Create a VPMText object with a tilde (~) as part of the text, and the
  74. character following the tilde will be the accelerator key to the control
  75. (such as an entry field) following the VPMText object (in tab order)
  76.     
  77. To install, copy the .HLP & .DLL files into your \VISPRORX directory and
  78. add a line with just the text 'VPMText' (no quotes) on it to the
  79. VPRCLASS file in the \VISPRORX directory.
  80.  
  81.  
  82. VPEvent
  83. -------
  84. VPEvent is an event semaphore for the VisPro/REXX toolbar.
  85.  
  86. To install, copy the .HLP & .DLL files into your \VISPRORX directory and
  87. add a line with just the text 'VPEvent' (no quotes) on it to the
  88. VPRCLASS file in the \VISPRORX directory.
  89.