STORMWIZARD NEWS
How
to write external gadgets for use with StormWIZARD
written by Jan-Claas Dirks
External gadgets are used to implement new elements for your GUI
with new appearance and behaviour on user input.
For StormWIZARD, external gadgets are BOOPSI classes. They
are implemented as AMIGA shared libraries:
- first download the archiv
- load the project with your StormC 2.0 or higher
- compiler the projekt
- make sure that StormWIZARD 2.0 or higher is installed
- doubleclick on the WIZARD ressource file in the project window
- test your new gadgets
Download Readme
Have fun!
STORM-SCREEN-MANAGER
A complete example project for StormC and StormWizard with all sources
In the last month many questions about using some extended features of the wizard.library, make scripts, localization
etc were sent to the
Storm Mailing List.
This project will hopefully answer most questions. It is not (!) a trivial
example but a complete StormC and StormWizard project. It is a Public
Screen Manager with a GUI (multi column listviews, localization, linked
wizard file etc) and using many AmigaOS features (commodity, REXX interface, public screen signaling). Download
Readme
|