Search found 567 matches

by PEB
Thu Jan 18, 2024 8:31 am
Forum: General plugin questions
Topic: Using Google Drive APIs with hURL
Replies: 1
Views: 906

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...
by PEB
Thu Apr 27, 2023 6:00 am
Forum: Wishlist
Topic: Function To Tell What Icons are Selected in Workbench Windows
Replies: 2
Views: 1437

Re: Function To Tell What Icons are Selected in Workbench Windows

You can try out this code. It isn't the best solution, and it only works on Amigas using ARexx, but at least it's something. @DISPLAY {Hidden=True} DebugPrint("You have 10 seconds to select some icons.") Wait(10000, #MILLISECONDS) DebugPrint("These are the icons you selected:") A...
by PEB
Thu Nov 17, 2022 7:40 am
Forum: General plugin questions
Topic: Problems with Some SVG Images
Replies: 2
Views: 1741

Re: Problems with Some SVG Images

Thanks for looking into this!
by PEB
Sun Nov 06, 2022 3:21 am
Forum: General plugin questions
Topic: Problems with Some SVG Images
Replies: 2
Views: 1741

Problems with Some SVG Images

Hollywood's "SVG Image" plugin doesn't handle a lot of images correctly. None of the images used on https://www.msn.com/en-us/weather display correctly. They all lack the proper colors, and some also seem to be missing certain parts of the image.
by PEB
Sun Sep 25, 2022 2:56 am
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 4
Views: 2286

Re: Problem with HTMLview on Android

Thanks, Andreas, for working on a fix for this issue.
by PEB
Sun Sep 25, 2022 12:43 am
Forum: Wishlist
Topic: TextOut to have FontSize option
Replies: 3
Views: 2417

Re: TextOut to have FontSize option

@Bugala

SetLayerStyle() also allows you to set/change the point size for #TEXTOUT layers.
by PEB
Sat Sep 24, 2022 8:57 pm
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 4
Views: 2286

Re: Problem with HTMLview on Android

Update:
The website for wikipedia ("http://www.wikipedia.org/") does load, but no other website seems to work.
Also, local .html files do not display either.
by PEB
Fri Sep 23, 2022 11:58 pm
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 4
Views: 2286

Problem with HTMLview on Android

Is anyone able to use the HTMLview class on android devices? Even just using the HTMLview example from the RapaGUI package doesn't work for me. I always get: "Webpage not available" "net::ERR_CLEARTEXT_NOT_PERMITTED" In the past, I had gotten around this by adding... android:uses...
by PEB
Fri Sep 09, 2022 12:07 am
Forum: Hollywood bugs
Topic: Button Detection using RapaGUI with FitScale and KeepProportions
Replies: 1
Views: 1502

Button Detection using RapaGUI with FitScale and KeepProportions

There seems to be a problem with buttons being detected in the correct location when using RapaGUI with Fitscale and KeepProportions set to "True." The vertical placement seems to be correct, but the horizontal placement is wrong. (The same problem shows up whether #LAYERBUTTON or #SIMPLEB...
by PEB
Tue Aug 30, 2022 5:45 am
Forum: Hollywood bugs
Topic: bug found with square bracket
Replies: 7
Views: 2221

Re: bug found with square bracket

I can't test this right now, but I think the way I've done it before was to replace "[" with "[[" and replace "]" with '']]" (double brackets).