Search found 167 matches

by p-OS
Wed Dec 15, 2021 9:35 pm
Forum: General plugin questions
Topic: hURL - MQTT protocol support included ?
Replies: 6
Views: 3094

hURL - MQTT protocol support included ?

curl does support mqtt (mqtt://hostname/topic/action)...

Is this included in the latest hURL build ?
by p-OS
Sat Dec 04, 2021 12:23 am
Forum: RapaGUI
Topic: Using multiple screens on multiple windows
Replies: 5
Views: 3204

Re: Using multiple screens on multiple windows

Makes sense. Thanks for the clarfications.
by p-OS
Mon Nov 29, 2021 7:37 pm
Forum: RapaGUI
Topic: Using multiple screens on multiple windows
Replies: 5
Views: 3204

Re: Using multiple screens on multiple windows

I am a long time Hollywood user, but also was not aware of the fact, that EventHandler are bound to a specific Display Handler.
Is this valid for some handlers only or for any (e.g. network handler) ?
by p-OS
Mon Nov 29, 2021 7:31 pm
Forum: General plugin questions
Topic: Using vector animations ?
Replies: 2
Views: 1949

Re: Using vector animations ?

I read that when I last updated Polybios, but considered that mainly as a possibilty for PFD Viewer, not as a Workaround for loading vector brushes for map tiles.
by p-OS
Mon Nov 29, 2021 7:25 pm
Forum: Wishlist
Topic: Hollywood free .apk Download
Replies: 3
Views: 2204

Re: Hollywood free .apk Download

I agree. I also wondered (for years now), why the Hollywood Player for Android is exclusivly only distributed on Google's Store. At least Amazon Store, Huawei Store and a direct Download from hollywood-mal.com would be appreciated. I also have two devices without access to Google Store. One is a che...
by p-OS
Fri Nov 26, 2021 4:19 am
Forum: General plugin questions
Topic: Using vector animations ?
Replies: 2
Views: 1949

Using vector animations ?

Hollywood 9 doc states that LoadAnim supports vector based animations if an appropiate plugin is installed.

I wonder which plugins I need to use (vectorgraphics plugin ?) and which vector anim file formats are supported ?

Could not find any information in the documentation.
by p-OS
Sat Nov 20, 2021 9:16 pm
Forum: Hollywood bugs
Topic: Unexpected non-error in table
Replies: 2
Views: 1708

Unexpected non-error in table

Code: Select all

numeri={
 uno=1,
 due=2,
 tre=3,
}
After the last Item in the table there is a comma, without any item following.

I wonder, why this does not result in an error message ?
by p-OS
Fri Nov 19, 2021 2:27 am
Forum: Newbie questions
Topic: Downloading archive from aminet
Replies: 2
Views: 2076

Re: Downloading archive from aminet

Code: Select all

DownloadFile("http://aminet.net/demo/intro/8stars.lha", {File = "ram:8stars.lha"})
by p-OS
Thu Nov 11, 2021 12:02 am
Forum: Off topic
Topic: Downloading zip files by http
Replies: 6
Views: 5181

Re: Downloading zip files by http

Maybe the remote server, your files are stored, has a proxy mechanism, caching often requested files.
You could try proxyignore http header in your http request

google for:
"Pragma"="no-cache"
"Expires"="-1">