Search found 576 matches

by PEB
Thu Nov 28, 2024 1:18 am
Forum: RapaGUI
Topic: HTMLview.Search Return Something If Not Found
Replies: 7
Views: 22254

Re: HTMLview.Search Return Something If Not Found

I should have specified that I've only tried this on Android.
by PEB
Fri Nov 22, 2024 1:53 pm
Forum: RapaGUI
Topic: HTMLview.Search Return Something If Not Found
Replies: 7
Views: 22254

Re: HTMLview.Search Return Something If Not Found

found = moai.DoMethod(id, "Search", t$, flags$)

The result (found) seems always to report as False, even when the text has been found.
by PEB
Thu Oct 10, 2024 3:45 am
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 13
Views: 34258

Re: Problem with HTMLview on Android

Thanks!
by PEB
Sun Oct 06, 2024 3:23 am
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 13
Views: 34258

Re: Problem with HTMLview on Android

Will a new version of the Hollywood Player for Android be made available that has the "usesCleartextTraffic" tag set to TRUE? (I, of course, can edit the manifest myself if I'm using the APK Compiler, but it would be nice if I could test my code with the player rather than needing to compi...
by PEB
Sun Jul 21, 2024 10:20 pm
Forum: General plugin questions
Topic: Problems with Some SVG Images
Replies: 4
Views: 13001

Re: Problems with Some SVG Images

Sounds good.
Thanks!
by PEB
Sun Jul 21, 2024 2:09 am
Forum: APK Compiler
Topic: APK Compiling Errors (Fresh Install)
Replies: 2
Views: 15184

Re: APK Compiling Errors (Fresh Install)

That did the trick.

Thanks!
by PEB
Fri Jul 19, 2024 12:32 am
Forum: APK Compiler
Topic: APK Compiling Errors (Fresh Install)
Replies: 2
Views: 15184

APK Compiling Errors (Fresh Install)

I had to reinstall everything on my Windows 10 computer. I'm now having trouble creating an apk file from my Hollywood applet. I'm using the latest APK Compiler (4.4), Android Studio 2022.1.1 (Electric Eel), and Gradle 6.7.1. I've cleaned the target before trying to compile, and I get these errors: ...
by PEB
Tue Apr 09, 2024 10:49 am
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 13
Views: 34258

Re: Problem with HTMLview on Android

No worries.
Thanks for working to fix this.
by PEB
Fri Mar 29, 2024 6:41 am
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 13
Views: 34258

Re: Problem with HTMLview on Android

Has anyone figured out a workaround for this problem yet?
Or do we need to wait for the next release of RapaGUI?
by PEB
Thu Jan 18, 2024 8:31 am
Forum: General plugin questions
Topic: Using Google Drive APIs with hURL
Replies: 1
Views: 9990

Using Google Drive APIs with hURL

Has anyone successfully uploaded files to Google Drive with hURL? I have success using the following cURL command on a Windows terminal: curl -X POST -L -H "Authorization: Bearer <AccessToken$>" -F "metadata={name : 'backup.zip', mimeType : 'application/json'};type=application/json;ch...