Search found 150 matches
- Mon Jan 26, 2026 2:49 pm
- Forum: General plugin questions
- Topic: @REQUIRE plugin not found
- Replies: 5
- Views: 542
Re: @REQUIRE plugin not found
From the API Changes guide: "so only the plugins that the scripts explicitly requests by using the @REQUIRE preprocessor command will be loaded now." So if I have this @REQUIRE "RapaGUI", {Version=2, Revision=2} HollywoodPlayer will only try to load the Plug-In from the directory...
- Fri Jan 16, 2026 12:03 pm
- Forum: Hollywood bugs
- Topic: Using @REQUIRE with an already loaded plugin in an included file, gives an error
- Replies: 1
- Views: 278
Using @REQUIRE with an already loaded plugin in an included file, gives an error
When I use @REQUIRE "hurl" (f.e) in a file I @INCLUDE in the main script, Hollywood moans that the plugin is already loaded.
This worked with v9.1
This worked with v9.1
- Tue Jul 08, 2025 8:54 pm
- Forum: General programming
- Topic: Multi-monitor on Amiga compatibles
- Replies: 8
- Views: 2769
Re: Multi-monitor on Amiga compatibles
For me it works here with your latest DongDing app!
The SoundBoard is opened on the second monitor!
The SoundBoard is opened on the second monitor!
- Thu May 29, 2025 11:31 am
- Forum: RapaGUI
- Topic: Slider.min is always 0 on Android
- Replies: 8
- Views: 2418
Re: Slider.min is always 0 on Android
The problem is that I set "min" attribute of the sliders to 3 when creating the GUI. But when changing the current value of the slider it allows me to change it 0! Could you only change the min value to 3? Also getting the min attribute says 0. I have Hollywood v9. With your slider.hwa I a...
- Wed May 28, 2025 6:05 pm
- Forum: RapaGUI
- Topic: Slider.min is always 0 on Android
- Replies: 8
- Views: 2418
Re: Slider.min is always 0 on Android
Here is a example code: @REQUIRE "RapaGUI" @APPTITLE "RapaSlider" /* Handles all incoming events */ Function p_EventFunc(msg) Switch msg.action Case "RapaGUI": Switch msg.id Case "winMain": Switch msg.attribute Case "CloseRequest": moai.set("win...
- Tue May 27, 2025 8:33 pm
- Forum: RapaGUI
- Topic: Slider.min is always 0 on Android
- Replies: 8
- Views: 2418
Re: Slider.min is always 0 on Android
Ok, the Hollywood Player says 2023 but in my applet when I open About RapaGUI it says 2022!?
Why is that?
Why is that?
- Tue May 27, 2025 5:22 pm
- Forum: RapaGUI
- Topic: Slider.min is always 0 on Android
- Replies: 8
- Views: 2418
Re: Slider.min is always 0 on Android
yes, I re-download it to be sure.
- Tue May 27, 2025 4:35 pm
- Forum: RapaGUI
- Topic: Slider.min is always 0 on Android
- Replies: 8
- Views: 2418
Slider.min is always 0 on Android
Setting Slider.min doesn't seem to work on Android (Hollywood Player 10.0). It also complains about MouseLeft notifications. The History says MouseLeft/Right/Middle/Move was added in v2.2 of RapaGUI on 24-Aug-24. Hollywood Player says RapaGUI (which is built in Androids HollywoodPlayer) is v2.2 but ...
- Mon May 19, 2025 8:07 pm
- Forum: RapaGUI
- Topic: HollywoodUpdater
- Replies: 9
- Views: 3122
Re: HollywoodUpdater
Well I wouldn't mind if there would be a PHP script I could call to get a json list of the plugins with the name, version, download url, a little description and the supported systems...
- Thu May 15, 2025 5:48 pm
- Forum: RapaGUI
- Topic: HollywoodUpdater
- Replies: 9
- Views: 3122
Re: HollywoodUpdater
Getting the file version should work for all Amiga systems, but opening the downloaded archive is MorphOS only for now, because I open a Ambient Lister with rxcmd.
If someone has the commands to open the archive in a lister on other systems, please send them to me!
If someone has the commands to open the archive in a lister on other systems, please send them to me!