RapaGUI within an Applet

Discuss GUI programming with the RapaGUI plugin here
Post Reply
GMKai
Posts: 160
Joined: Mon Feb 15, 2010 10:58 am

RapaGUI within an Applet

Post by GMKai »

I have a project, that can be run from source with the main Hollywood-System.
When compiled as an Applet, the HWA can be executed from the Hollywood-System just fine.

Besides that I have also installed the Hollywood-Player.
When "playing" my Applet with the freely available Hollywood-Player, I get an error:
Error loading plugin "rapagugui.hwp"

Code: Select all

@REQUIRE "rapagui"

Do I have to reinstall the Plugin or make it available in another way?

This was tested under MorphOS 3.19
GMKai
Posts: 160
Joined: Mon Feb 15, 2010 10:58 am

Re: RapaGUI within an Applet

Post by GMKai »

Can be fixed like this:

Code: Select all

@OPTIONS { GlobalPlugins = True}
or by placing the plugins into the correct location...
Post Reply