Page 1 of 1

mui.CreateGUI() problem under AROS and MOS...

Posted: Mon Mar 23, 2015 11:40 pm
by Tuxedo
Hi Andreas!
I created a mui gui but under AmigaOS4 it works and on AROS and MOS dont...

I embed the xml in the mui.CreateGUI() command with the [[ ]] like that:

mui.CreateGUI([[

xml code

]])

under AROS and MOS I get that error:

Table mui{} not found!

I made some error or was a bug?

Re: mui.CreateGUI() problem under AROS and MOS...

Posted: Tue Mar 24, 2015 4:59 pm
by airsoftsoftwair
Have you installed MUI Royale? :)

Re: mui.CreateGUI() problem under AROS and MOS...

Posted: Tue Mar 24, 2015 7:54 pm
by Tuxedo
Mmm..no! I tought that in that case was automatically linked in the exe(any way to do.taht?).
SORRY for stupid question...

Re: mui.CreateGUI() problem under AROS and MOS...

Posted: Tue Mar 24, 2015 9:17 pm
by airsoftsoftwair
No, plugins are never linked to applets/executables and have to be stored externally.

Re: mui.CreateGUI() problem under AROS and MOS...

Posted: Tue Mar 24, 2015 10:38 pm
by Tuxedo
ok,
that will be wrote on docs :)

Thank you for patience.