Of course, I fully understand the temporary lack of motivation, but I think AROS's popularity has been rapidly changing for the better recently.
Search found 31 matches
- Sat Aug 15, 2026 11:01 pm
- Forum: Wishlist
- Topic: AROS x86_64 bit
- Replies: 7
- Views: 61617
Re: AROS x86_64 bit
The bigger challenge is creating an 64-bit version of Hollywood, or making it compile 64-bit programs? If the former, maybe start with the latter?
Of course, I fully understand the temporary lack of motivation, but I think AROS's popularity has been rapidly changing for the better recently.
Of course, I fully understand the temporary lack of motivation, but I think AROS's popularity has been rapidly changing for the better recently.
- Mon Aug 10, 2026 9:56 am
- Forum: Wishlist
- Topic: AROS x86_64 bit
- Replies: 7
- Views: 61617
Re: AROS x86_64 bit
A new 64-bit branch of AROS appeared some time ago: support for the Raspberry Pi 3 is already stable. Support for the Raspberry Pi 4 is being worked on, and if it proves possible, the next step will be the RPi 5/500. This seems very promising, as the Raspberry Pi is a platform with a large group of ...
- Thu Jul 02, 2026 7:50 pm
- Forum: Announcements
- Topic: ZIP plugin 2.1 released
- Replies: 8
- Views: 63041
Re: ZIP plugin 2.1 released
Thank you 
- Sun Jun 28, 2026 3:28 pm
- Forum: Announcements
- Topic: ZIP plugin 2.1 released
- Replies: 8
- Views: 63041
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: 8
- Views: 63041
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: 8
- Views: 63041
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: 47682
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: 16627
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: 16627
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: 25184
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.