Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
ProAction Version 1.9
ProAction provides GUIs for script writers, using a unique "dual ARexx Port"
approach.
ProAction itslef is an ARexx host which provides functions for building and
manageing
the GUI, then GUI events are sent as commands to an ARexx port managed by the
script.
It can be used from any language that can support an ARexx host
(ARexx (with rexxsupport.libray) python via arexx.so etc etc)
HISTORY
1.9 Add support for Label softstyles
Fix issue with layout aligments.
Added support for BUTTON_AutoButton values
1.8 Add missing support for BUTTON_Justification
Fix bug where SETCHOOSERNODEATTRS and SETRADIOBUTTONNODEATTRS would reject
objects
of type ST_NODE (which kinds defeats the object)
Added REFRESH option to SETATTRS, when invoked on a object of type ST_GADGET
and
the window is open, the gadget will be refreshed.
Extended local documentation to include the "ProAction Course"
1.7 Add support for texteditor.gadget
1.6 Each GUI now uses an ofset internal GadgetID so that large nubers of guis
without restart don;t exhaust the 16bit limit
GetFile was not opened properly
1.5 Add support for chooser.gadget listbrowser.gadget and sysiclass
Extend List support to include REMOVE and INSERT
Some bug fixes.
1.4 Add yet more TAGS and gadgets to the supported list.
REQUIREMENTS
AmigaOS4.1 (possibly work with 4.0 untested)
INSTALLATION
Unpack archive to your prefered destination.
Run ProAction once by clicking on the ProActionCtrl Icon to prime the
AppDir: mechanism.
USAGE
Read the documentation. (most people get this step wrong, please be the
exception that proves this rule...)
Write a script....
There is a increased selection of examples in the Docs/ drawer.
There ProActionCtrl control script allows to you to adjust the debug level and
other parameters. It need not be run unless needed, it's just another client
script.
DOCUMENTATION AND WEBSITE
Documentation may be found in the docs drawer or at
http://www.broad.ology.org.uk/amiga/proaction
SOURCE
Source code is provided for reference purposes only. The project
is *not* open source. You may read the source code and use it to
inform or inspire your own project, but you may not build or
release a binary version of ProAction, modified or otherwise.
The right not to include source code in future releases is reserved.
have fun
ACKOWLEDGEMENTS
Thanks to Niels Bache for his PAHello.rexx example.
Thanks to Frank Ruthe for the ProActtionCtrl icon.
Andy
PS Please send feedback to andy()broad.ology.org.uk
|