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.
Search found 22 matches
- Sun Mar 29, 2026 6:57 pm
- Forum: Hollywood bugs
- Topic: strange display error in Hollywood 11 on macOS arm64
- Replies: 2
- Views: 1348
- Tue Mar 24, 2026 5:16 pm
- Forum: Newbie questions
- Topic: Execution of external program or data file
- Replies: 4
- Views: 3690
- Tue Mar 24, 2026 5:13 pm
- Forum: Newbie questions
- Topic: Connecting to the radio stream
- Replies: 7
- Views: 26626
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: 1348
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: 3690
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: 3690
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: 26626
Re: Connecting to the radio stream
Thank you. The other useful plugin without mac arm64 version is Polybios.
- Mon Mar 02, 2026 6:16 pm
- Forum: Newbie questions
- Topic: The best programming environment on a new Mac.
- Replies: 3
- Views: 12060
Re: The best programming environment on a new Mac.
Thank you for information.
- Sun Mar 01, 2026 4:22 pm
- Forum: Newbie questions
- Topic: The best programming environment on a new Mac.
- Replies: 3
- Views: 12060
Re: The best programming environment on a new Mac.
I created a GitHub account and linked the Hollywood local directory to the repository. This will take care of version control. All that's left is syntax highlighting.
- Sun Mar 01, 2026 3:51 pm
- Forum: Newbie questions
- Topic: image dimensions
- Replies: 8
- Views: 22238
Re: image dimensions
Thanks for your help, it actually works now. Now I'll move on to the next steps.