Jump to content

VX-REXX Extras Library: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
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 dynamic link library (VROBJEX.DLL) that is used as both the object library for developers and as a runtime for end users.
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:
Amongst other enhancements the package offers:
Line 11: Line 13:


==Versions==
==Versions==
* Last known version: VX-REXX Extras version 1.3.0
* 1.3.2
 
==Links==
* [http://www.altsan.org/programming/os2/#vrobjex VX-REXX Extras Library on Alex Taylor's homepage]
* [http://trac.netlabs.org/vxapps Source code] on the [[Netlabs]] homepage


==Licence==
==Licence==
Line 22: Line 20:
==Author==
==Author==
* [[Alex Taylor]]
* [[Alex Taylor]]
==Links==
* [http://www.altsan.org/programming/os2/#vrobjex VX-REXX Extras Library] on Alex Taylor's homepage
* 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)


[[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