Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: redneon on March 31, 2005, 02:02:19 PM

Title: Scripted GUI Development
Post by: redneon on March 31, 2005, 02:02:19 PM
I have an A1200 which I'm still using to play games from the HD using WHDLoad. I'm wanting to make a small GUI menu type system so I don't have to go into each folder all the time. Preferably I'd like to use a scripting language, object orientated if possible (although for such a small project it's not necessary). I've never used REXX before but I'd like to learn it so are there any GUI addons which work with REXX? If not, can someone suggest an alternative?

Cheers,

Darrell
Title: Re: Scripted GUI Development
Post by: Thomas on March 31, 2005, 02:44:30 PM

Look on Aminet, there are loads of GUI creation tools.

The most notable ones probably are AWNPipe and MuiRexx.

AWNPipe is a pipe-like device which allows to create a GUI using ClassAct (or ReAction on OS3.5+). It can be used from any scripting language because it is operated by smple read and write commands. You can even use the Echo command to create a GUI.

MuiRexx lets you create a MUI GUI from ARexx. It is probably the most powerful tool.

Bye,
Thomas
Title: Re: Scripted GUI Development
Post by: Piru on March 31, 2005, 02:49:29 PM
rxmui.lha (http://main.aminet.net/util/rexx/rxmui.lha) is said to be ok.