VX-REXX Extras Library: Difference between revisions
Appearance
mNo edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
VX-REXX Extras is an extension library for Watcom VX-REXX version 2.1. It contains a number of useful functions and several new object classes (a Warp 4 style notebook control, an improved graphical | VX-REXX Extras is an extension library for Watcom VX-REXX version 2.1. It contains a number of useful functions and several new object classes (a Warp 4 style notebook control, an improved graphical push-button, a progress bar, and a tooltip control). | ||
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. | 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. | ||
Line 13: | Line 13: | ||
==Versions== | ==Versions== | ||
* | * 1.3.2 | ||
==Licence== | ==Licence== | ||
Line 23: | Line 23: | ||
==Links== | ==Links== | ||
* [http://www.altsan.org/programming/os2/#vrobjex VX-REXX Extras Library] on Alex Taylor's homepage | * [http://www.altsan.org/programming/os2/#vrobjex VX-REXX Extras Library] on Alex Taylor's homepage | ||
* Download: [http://www.altsan.org/programming/os2/ | * Download: [http://www.altsan.org/programming/os2/vrobjex_132.zip vrobjex_132.zip] (2018/04/14) | ||
* Netlabs [http://trac.netlabs.org/vxapps VX-Apps] (Source code) | * Netlabs [http://trac.netlabs.org/vxapps VX-Apps] (Source code) | ||
[[Category:VX-REXX]] | [[Category:VX-REXX]] |
Latest revision as of 10:12, 11 December 2022
VX-REXX Extras is an extension library for Watcom VX-REXX version 2.1. It contains a number of useful functions and several new object classes (a Warp 4 style notebook control, an improved graphical push-button, a progress bar, and a tooltip control).
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
- 1.3.2
Licence
Open source software released under the Three Clause BSD Licence
Author
Links
- VX-REXX Extras Library on Alex Taylor's homepage
- Download: vrobjex_132.zip (2018/04/14)
- Netlabs VX-Apps (Source code)