Search found 29 matches

by Bohun
Thu Jul 02, 2026 7:50 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 7
Views: 43194

Re: ZIP plugin 2.1 released

Thank you :)
by Bohun
Sun Jun 28, 2026 3:28 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 7
Views: 43194

Re: ZIP plugin 2.1 released

This is a fragment of the function that creates a docx file, not opens it. The reason a docx file isn't created is that the program throws an error while executing this function, which doesn't happen in MacOS, OS3, OS4, or MorphOS. Therefore, I'm wondering if the zip plugin for AROS is 100% compatib...
by Bohun
Sun Jun 28, 2026 11:22 am
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 7
Views: 43194

Re: ZIP plugin 2.1 released

It's difficult for me to provide such information because it's not my experience, but rather that of users who write: 'Error opening zip archive' when trying to save a .docx. I don't have a working instance of AROS. I've tested the program on OS3, OS4, and MorphOS, and it works there. I'm also compi...
by Bohun
Mon Jun 15, 2026 6:06 pm
Forum: Announcements
Topic: ZIP plugin 2.1 released
Replies: 7
Views: 43194

Re: ZIP plugin 2.1 released

Is it possible that the AROS plugin works differently than the others or is corrupted? I used it to export to the .docx format in my Slovo editor, and it works fine in macOS, AmigaOS3, AmigaOS4, and MorphOS, but in AROS it reports an archive unpacking error. AROS version: https://amiga.icu/download....
by Bohun
Thu Apr 30, 2026 9:01 pm
Forum: Newbie questions
Topic: Is UDP Multicast fully supported?
Replies: 1
Views: 41018

Is UDP Multicast fully supported?

I'm trying to implement mDNS discovery using UDP objects. Does Hollywood's network library natively support UDP Multicast? Specifically, do I need to perform any special socket operations to join a multicast group (like 224.0.0.251), or is simply sending/receiving data via SendUDPData to a multicast...
by Bohun
Fri Apr 24, 2026 10:27 pm
Forum: Newbie questions
Topic: Tab translation
Replies: 2
Views: 12278

Re: Tab translation

It worked, thank you for your help
by Bohun
Thu Apr 23, 2026 1:45 pm
Forum: Newbie questions
Topic: Tab translation
Replies: 2
Views: 12278

Tab translation

How to properly add a translation of the VGROUP tab?

Code: Select all

<vgroup title="Basic" i18n="#cat_basic">
and

Code: Select all

<vgroup i18n="#cat_basic" title="Basic">
don't work
by Bohun
Sun Mar 29, 2026 6:57 pm
Forum: Hollywood bugs
Topic: strange display error in Hollywood 11 on macOS arm64
Replies: 2
Views: 14833

Re: strange display error in Hollywood 11 on macOS arm64

It was indeed a RapaGUI initialization issue. I had the parameter:
@REQUIRE "rapagui", {ScaleHollywood = False}
I changed it to True and it's fine.
Thanks for the tip.
by Bohun
Tue Mar 24, 2026 5:13 pm
Forum: Newbie questions
Topic: Connecting to the radio stream
Replies: 7
Views: 74688

Re: Connecting to the radio stream

Than you!