AHI Prefs

A forum for general AmigaOS 4.x support questions that are not platform-specific
xenic
Posts: 1185
Joined: Sun Jun 19, 2011 1:06 am

AHI Prefs

Post by xenic »

Someone at Amigans.net is having a problem with AHI Prefs not finding muimaster.library. I'm sure he will resolve his problem by examining his system startup files. My question is "why is AHI Prefs still using an MUI user interface instead of Reaction?". I would have thought that all system programs would be Reaction by now.
AmigaOne X1000 with 2GB memory - OS4.1 FE
my_pc_is_amiga
Posts: 73
Joined: Sat Dec 08, 2012 7:58 pm

Re: AHI Prefs

Post by my_pc_is_amiga »

I'm remembering a reaction based one in OS3.5 or 3.9.
Raziel

Re: AHI Prefs

Post by Raziel »

my_pc_is_amiga wrote:I'm remembering a reaction based one in OS3.5 or 3.9.
Not sure either, but i think it was GadTools based.
User avatar
salass00
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 534
Joined: Sat Jun 18, 2011 4:12 pm
Location: Finland
Contact:

Re: AHI Prefs

Post by salass00 »

In the AHI source code there is code for BGUI and ClassAct versions of the prefs program as well as the MUI version. I'm currently looking into updating the ClassAct code so that it compiles on AmigaOS 4.x.
User avatar
salass00
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 534
Joined: Sat Jun 18, 2011 4:12 pm
Location: Finland
Contact:

Re: AHI Prefs

Post by salass00 »

Image

That's a screenshot of the ClassAct AHI prefs compiled and running on AmigaOS 4.x.

The clicktab doesn't appear to be working ATM so that's something that I still need to look into.
Raziel

Re: AHI Prefs

Post by Raziel »

@salass00

Over at amigans.net you posted an early version of your Reaction based prefs program.
If the source is available can't you just pick that up and go from there?

(as a side project of course) ;-)
xenic
Posts: 1185
Joined: Sun Jun 19, 2011 1:06 am

Re: AHI Prefs

Post by xenic »

salass00 wrote:In the AHI source code there is code for BGUI and ClassAct versions of the prefs program as well as the MUI version. I'm currently looking into updating the ClassAct code so that it compiles on AmigaOS 4.x.
Thanks. It's probably easy to over look such issues when the current version works but it would be nice for the AHI Prefs to be consistant with the rest of the system programs.
AmigaOne X1000 with 2GB memory - OS4.1 FE
User avatar
salass00
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 534
Joined: Sat Jun 18, 2011 4:12 pm
Location: Finland
Contact:

Re: AHI Prefs

Post by salass00 »

Just a small update:

I've been granted write access to the AHI SVN so that I'm now able to commit my changes directly into the SVN. I've just committed the current fixes so that AHI_CA can be compiled for AmigaOS 4.x from the SVN code.

Note that it still needs some work before it is in a state where it can be released as a replacement for the current AHI_MUI version.

In the meanwhile the current source code can be obtained using:
svn co svn://svn.berlios.de/arp2/ahi/ahisrc/branches/BRANCH_6 ahisrc-6
Raziel

Re: AHI Prefs

Post by Raziel »

Nice :-)

Thanks for the update
User avatar
salass00
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 534
Joined: Sat Jun 18, 2011 4:12 pm
Location: Finland
Contact:

Re: AHI Prefs

Post by salass00 »

I fixed the problem with the clicktab not working.

I've uploaded a compile of the current version here for anyone who wants to test it:
https://dl.dropboxusercontent.com/u/265 ... _ca-wip.7z

Note that it includes debug information so the executable is larger than it would be normally.
Post Reply