Search found 25 matches
- Thu Apr 30, 2026 9:01 pm
- Forum: Newbie questions
- Topic: Is UDP Multicast fully supported?
- Replies: 0
- Views: 181
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: 1329
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: 1329
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: 2964
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: 10001
- Tue Mar 24, 2026 5:13 pm
- Forum: Newbie questions
- Topic: Connecting to the radio stream
- Replies: 7
- Views: 41655
Re: Connecting to the radio stream
Than you!
- Tue Mar 24, 2026 4:57 pm
- Forum: Hollywood bugs
- Topic: strange display error in Hollywood 11 on macOS arm64
- Replies: 2
- Views: 2964
strange display error in Hollywood 11 on macOS arm64
https://amiga.icu/photo/bug.png I'm getting this strange error after launching my own program in Hollywood 11 on macOS arm64. The brush loaded into the program window is 1/4 the size of the window. I thought I'd misspelled something, but in Hollywood 11 on macOS x64, the brush fills the screen perf...
- Thu Mar 12, 2026 5:19 pm
- Forum: Newbie questions
- Topic: Execution of external program or data file
- Replies: 4
- Views: 10001
Re: Execution of external program or data file
Thank you, the method you provided does indeed allow to run the program with a parameter. I didn't read the documentation carefully. However, I'm wondering if it's possible to execute a program associated with a PDF document in MorphOS the same way it works for me on MacOS. Execute document.pdf open...
- Wed Mar 11, 2026 6:45 pm
- Forum: Newbie questions
- Topic: Execution of external program or data file
- Replies: 4
- Views: 10001
Execution of external program or data file
I tried to use execute to open pdf file in vpdf using this function on MorphOS: If resp = 1 Execute(full$, "") EndIf result was "not executable" Tried tu use path to vpdf was wrong too: If resp = 1 prog$=AddStr("SYS:Applications/VPDF/VPDF ", full$) Execute(prog$, "...
- Mon Mar 02, 2026 6:18 pm
- Forum: Newbie questions
- Topic: Connecting to the radio stream
- Replies: 7
- Views: 41655
Re: Connecting to the radio stream
Thank you. The other useful plugin without mac arm64 version is Polybios.