Search found 29 matches
- Thu Jul 02, 2026 7:50 pm
- Forum: Announcements
- Topic: ZIP plugin 2.1 released
- Replies: 7
- Views: 43175
Re: ZIP plugin 2.1 released
Thank you 
- Sun Jun 28, 2026 3:28 pm
- Forum: Announcements
- Topic: ZIP plugin 2.1 released
- Replies: 7
- Views: 43175
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...
- Sun Jun 28, 2026 11:22 am
- Forum: Announcements
- Topic: ZIP plugin 2.1 released
- Replies: 7
- Views: 43175
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...
- Mon Jun 15, 2026 6:06 pm
- Forum: Announcements
- Topic: ZIP plugin 2.1 released
- Replies: 7
- Views: 43175
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....
- Thu Apr 30, 2026 9:01 pm
- Forum: Newbie questions
- Topic: Is UDP Multicast fully supported?
- Replies: 1
- Views: 41009
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...
- Fri Apr 24, 2026 10:27 pm
- Forum: Newbie questions
- Topic: Tab translation
- Replies: 2
- Views: 12269
Re: Tab translation
It worked, thank you for your help
- Thu Apr 23, 2026 1:45 pm
- Forum: Newbie questions
- Topic: Tab translation
- Replies: 2
- Views: 12269
Tab translation
How to properly add a translation of the VGROUP tab?
and
don't work
Code: Select all
<vgroup title="Basic" i18n="#cat_basic">Code: Select all
<vgroup i18n="#cat_basic" title="Basic">- Sun Mar 29, 2026 6:57 pm
- Forum: Hollywood bugs
- Topic: strange display error in Hollywood 11 on macOS arm64
- Replies: 2
- Views: 14827
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.
@REQUIRE "rapagui", {ScaleHollywood = False}
I changed it to True and it's fine.
Thanks for the tip.
- Tue Mar 24, 2026 5:16 pm
- Forum: Newbie questions
- Topic: Execution of external program or data file
- Replies: 4
- Views: 29013
- Tue Mar 24, 2026 5:13 pm
- Forum: Newbie questions
- Topic: Connecting to the radio stream
- Replies: 7
- Views: 74668
Re: Connecting to the radio stream
Than you!