Search found 591 matches

by PEB
Mon Mar 02, 2026 10:05 am
Forum: Hollywood bugs
Topic: Problem with Miniwood used in RapaGUI with an embedded brush
Replies: 2
Views: 510

Re: Problem with Miniwood used in RapaGUI with an embedded brush

It requires the object library.

@USING "object"
by PEB
Sun Mar 01, 2026 5:07 am
Forum: APK Compiler
Topic: Compiled APK Not Installing as Update
Replies: 1
Views: 864

Compiled APK Not Installing as Update

When I compile my applet, everything seems to go well. When I try to install it on my Android device, I'm asked if I want to update the app, I select "Update" and then I get this message: App not installed as package appears to be invalid. If I uninstall the previous installation, then I a...
by PEB
Sun Feb 15, 2026 3:04 am
Forum: APK Compiler
Topic: APK Compiler No Longer Producing Two Versions (Arm7 and Arm8)
Replies: 4
Views: 6430

APK Compiler No Longer Producing Two Versions (Arm7 and Arm8)

I just got around to installing the newest APK Compiler. (Thanks, Andreas, for the update!) When I tried compiling one of my scripts, I noticed that I only get one version now, when I used to get two (arm7 and arm8). Is there a new settings option that I need to select to get both versions to compil...
by PEB
Thu Feb 05, 2026 12:18 am
Forum: General programming
Topic: FileRequest() Not Working on Android
Replies: 7
Views: 6930

Re: FileRequest() Not Working on Android

Yes, PathRequest() works fine. And that also has allowed FileRequest() to work properly now too. So this is what happened: Using PathRequest(), I selected the desired folder, which caused a permission requester to appear. Once permission was granted, the path was returned to Hollywood as expected. P...
by PEB
Tue Feb 03, 2026 11:50 am
Forum: General programming
Topic: FileRequest() Not Working on Android
Replies: 7
Views: 6930

Re: FileRequest() Not Working on Android

Yes, that's exactly what happens.
I'm using Android version 16 on a "OnePlus 13".
by PEB
Tue Feb 03, 2026 11:47 am
Forum: Windows IDE
Topic: Windows IDE Auto-closes when Launched (Hollywood 11)
Replies: 9
Views: 15391

Re: Windows IDE Auto-closes when Launched (Hollywood 11)

I do remember you having me test a beta version of RapaGUI in the past, but I thought it was longer ago than that.
I'll email it to you so you can examine it.
by PEB
Sun Feb 01, 2026 1:29 am
Forum: General programming
Topic: FileRequest() Not Working on Android
Replies: 7
Views: 6930

Re: FileRequest() Not Working on Android

This is my code:

Code: Select all

f$=FileRequest("Select File")
NPrint(f$)
The error is reported "In function: FileRequest"
by PEB
Sun Feb 01, 2026 1:26 am
Forum: Windows IDE
Topic: Windows IDE Auto-closes when Launched (Hollywood 11)
Replies: 9
Views: 15391

Re: Windows IDE Auto-closes when Launched (Hollywood 11)

It's a Windows 11 machine (64bit). I just downloaded RapaGUI again and copied it into the Plugins drawer, and the IDE starts correctly. According to the "properties" window, this newest one was created on August ‎24, ‎2024. The one that was causing the problem was created on July ‎1, ‎2024...
by PEB
Fri Jan 30, 2026 11:52 am
Forum: General programming
Topic: FileRequest() Not Working on Android
Replies: 7
Views: 6930

FileRequest() Not Working on Android

Using the new Hollywood Player (11) for Android, the new file requester looks great! However, I get the following error no matter what file I select:
Error locking content://com.android.providers.media.documents/document!
by PEB
Thu Jan 29, 2026 9:15 am
Forum: General programming
Topic: Hollywood player 11 android fail to istall
Replies: 2
Views: 4931

Re: Hollywood player 11 android fail to istall

If you uninstall the old one and install the new one fresh, it should work.