VX-REXX Extras Library: Difference between revisions
Appearance
Created page with "A library package for VX-REXX that focuses on making available more modern UI constructs than are shipped with the now rather vintage Watcom package, it is delivered as a ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
A library package for [[VX-REXX]] that focuses on making available more modern UI constructs than are shipped with the now rather vintage Watcom package, it is delivered as a | A library package for [[VX-REXX]] that focuses on making available more modern UI constructs than are shipped with the now rather vintage Watcom package, it is delivered as a dynamic link library (VROBJEX.DLL) that is used as both the object library for developers and as a runtime for end users. | ||
Amongst other enhancements the package offers: | Amongst other enhancements the package offers: |
Revision as of 17:14, 18 January 2017
A library package for VX-REXX that focuses on making available more modern UI constructs than are shipped with the now rather vintage Watcom package, it is delivered as a dynamic link library (VROBJEX.DLL) that is used as both the object library for developers and as a runtime for end users.
Amongst other enhancements the package offers:
- Support for flyover help (tooltips) with any type of control.
- A progress bar control supporting different visual styles (Progress).
- An enhanced button control supporting various combinations of image and text (IconButton)
- A Warp-4-style notebook control (TabbedDialog)
- A colour selection dialog (using the PM "colour wheel" control)
- A directory selection dialog
- Functions for accessing clipboard even from text-mode programs
Versions
- Last known version: VX-REXX Extras version 1.3.0
Links
- VX-REXX Extras Library on Alex Taylor's homepage
- Source code on the Netlabs homepage
Licence
Open source software released under the Three Clause BSD Licence