Page 1 of 1

RapaGUI requirements

Posted: Mon Apr 03, 2023 10:36 am
by midwan
In the documentation, it's mentioned that RapaGUI will work on MUI versions from 3.8/3.9 or later (with 4.0 being recommended).
However, one of the components used does not exist in MUI versions earlier than 4.0: Hyperlink.

One can copy the MUI class from the 4.0 archive back to 3.9, but that's an extra complexity for the end-users. Perhaps this should be better mentioned in the documentation?

Re: RapaGUI requirements

Posted: Mon Apr 03, 2023 4:46 pm
by plouf
From history
New: Added Hyperlink class; this can be used to embed clickable links in your GUIs; note that on Amiga
this requires Hyperlink.mcc which is part of MUI on MorphOS and MUI 4.0 but it's not part of MUI 3.8
(requested by Sasha Pont)
Yeah a better description needed in overview..
And/or in "requirements"

Re: RapaGUI requirements

Posted: Mon Apr 03, 2023 5:17 pm
by midwan
plouf wrote: Mon Apr 03, 2023 4:46 pm From history
New: Added Hyperlink class; this can be used to embed clickable links in your GUIs; note that on Amiga
this requires Hyperlink.mcc which is part of MUI on MorphOS and MUI 4.0 but it's not part of MUI 3.8
(requested by Sasha Pont)
Yeah a better description needed in overview..
And/or in "requirements"
I missed that in the history, thanks for pointing it out.
But yes, it should be mentioned in the Overview->Requirements section I believe.

Re: RapaGUI requirements

Posted: Thu Apr 13, 2023 3:27 pm
by airsoftsoftwair
Ok, will add that.