Search found 148 matches

by bitRocky
Tue Jul 08, 2025 8:54 pm
Forum: General programming
Topic: Multi-monitor on Amiga compatibles
Replies: 8
Views: 870

Re: Multi-monitor on Amiga compatibles

For me it works here with your latest DongDing app!
The SoundBoard is opened on the second monitor!
by bitRocky
Thu May 29, 2025 11:31 am
Forum: RapaGUI
Topic: Slider.min is always 0 on Android
Replies: 8
Views: 665

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...
by bitRocky
Wed May 28, 2025 6:05 pm
Forum: RapaGUI
Topic: Slider.min is always 0 on Android
Replies: 8
Views: 665

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...
by bitRocky
Tue May 27, 2025 8:33 pm
Forum: RapaGUI
Topic: Slider.min is always 0 on Android
Replies: 8
Views: 665

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?
by bitRocky
Tue May 27, 2025 5:22 pm
Forum: RapaGUI
Topic: Slider.min is always 0 on Android
Replies: 8
Views: 665

Re: Slider.min is always 0 on Android

yes, I re-download it to be sure.
by bitRocky
Tue May 27, 2025 4:35 pm
Forum: RapaGUI
Topic: Slider.min is always 0 on Android
Replies: 8
Views: 665

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 ...
by bitRocky
Mon May 19, 2025 8:07 pm
Forum: RapaGUI
Topic: HollywoodUpdater
Replies: 8
Views: 579

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...
by bitRocky
Thu May 15, 2025 5:48 pm
Forum: RapaGUI
Topic: HollywoodUpdater
Replies: 8
Views: 579

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!
by bitRocky
Wed May 14, 2025 9:20 pm
Forum: RapaGUI
Topic: HollywoodUpdater
Replies: 8
Views: 579

Re: HollywoodUpdater

Here is a little YouTube video showing the current version
https://youtu.be/rEz31pLWGMg?si=vBDQWYsTPGD7KA74
by bitRocky
Sun May 11, 2025 9:24 pm
Forum: General programming
Topic: PatternFindStr() hangs
Replies: 7
Views: 362

Re: PatternFindStr() hangs

You are right! Thanks!