RexxBGUI gives ARexx scripts access to BGUI in a way similar to C or E.
BGUI creates font-sensitive, resizable GUIs. (That can be disabled in the
script.)
Included are two "real" scripts for use with AWeb:
* bguimodes.awebrx, a replacement for ChangeModes.awebrx by Gabriele Favrin
(thanks for the idea, Gabriele!).
* bguishowdir.awebrx, shows a listing of the marked directory in a window
with a 'Delete' option, for use in conjunction with AminetReo.rexx.
New in V4.0:
* Version number bumped because of new functions.
* Added image buttons.
* Added a simple file requester function.
* Added a function to set up listview control with the arrow keys.
* Bug fixed: I once disabled CYC_Active but forgot to enable it again.
New in V3.0:
* Version number bumped because of new functions.
* Added separators and cycle gadgets.
* Added version testing functions bguirexxversion() and bguiversion().
BGUI web site: http://bgui.e-na.net/ (new versions of RexxBGUI are first
available there)
|