Jump to content

VX-REXX Extras Library

From EDM2
Revision as of 16:42, 15 August 2016 by Reiknir (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Licence

Open source software released under the Three Clause BSD Licence

Author