Search found 13 matches

by walkero
Sun Aug 10, 2025 11:23 am
Forum: Showcase
Topic: Kyvos frontend for the Qemu
Replies: 2
Views: 476

Re: Kyvos frontend for the Qemu

Thanks Andrea. Hollywood is really wonderful and helps build nice tools. Hope Kyvos will be useful to people who want to test their software on the supported operating systems
by walkero
Sat Aug 09, 2025 4:40 pm
Forum: Showcase
Topic: Kyvos frontend for the Qemu
Replies: 2
Views: 476

Kyvos frontend for the Qemu

A few weeks ago, I released my second application based on Hollywood, which I call Kyvos. It is a Qemu frontend targetting Amiga flavoured operating systems and machines. So, it helps the user, to set up an AmigaOS 4.1FE, a MorphOS or an AROS system with the minimum hassle possible. Along with the a...
by walkero
Sun Aug 03, 2025 1:22 pm
Forum: RapaGUI
Topic: Window height and splitter position return wrong
Replies: 3
Views: 1029

Re: Window height and splitter position return wrong

But the values are the ones that RapaGui reads from the window. If I save those values at the app exit and then use them again when starting the app, the window increases its height on every start, adding the difference I pointed in the initial post. Also, the window from my example doesn't have any...
by walkero
Sun Jul 20, 2025 2:48 pm
Forum: RapaGUI
Topic: Window height and splitter position return wrong
Replies: 3
Views: 1029

Window height and splitter position return wrong

Hello guys. I believe there is something wrong when I get the window height and splitter position on Linux. Here is an example Although that for now I have the width and height hard-coded when the app starts, on Linux the values are quite different. The same happens with the hsplitter position. The ...
by walkero
Mon Jul 14, 2025 10:41 pm
Forum: Showcase
Topic: auraFly
Replies: 1
Views: 511

auraFly

Hello guys. I just wanted to share with you a new application I created for AmigaOS 3 & 4, MorphOS and AROS. It is called auraFly and you can find it at https://ko-fi.com/s/2984266dd5 . You can download it free of charge, but if you would like to donate something, please do not hesitate to do so...
by walkero
Mon Jul 14, 2025 12:58 am
Forum: General questions
Topic: How to know if Run() fails?
Replies: 12
Views: 2250

Re: How to know if Run() fails?

Thank you all for your replies. And understood that there is some complexity for the failing situations, since there are plenty of systems that Hollywood supports. For now, I am doing some checks, trying to figure out if something fails. I plan to deal with them by case.
by walkero
Thu Jul 03, 2025 7:43 pm
Forum: General questions
Topic: How to know if Run() fails?
Replies: 12
Views: 2250

Re: How to know if Run() fails?

@jPV Thank you for that. I will test it asap @Flinx Please, try the following example. The xad is removed, everything is fine. But as long as it is there, the "*** UNSUPPORTED USE CUSTOM HOOKS" message appears. @VERSION 9,0 /* ** Enable DPI-awareness so that our GUI looks sharp even on hig...
by walkero
Thu Jul 03, 2025 9:38 am
Forum: General questions
Topic: How to know if Run() fails?
Replies: 12
Views: 2250

Re: How to know if Run() fails?

A solution I found so far is getting the PATH environment and split it by colon (:). Then take each folder of these and check with Exists() if the binary is in there. This works fine, it is fast and accurate, but in console I get a message of "*** UNSUPPORTED USE CUSTOM HOOKS", whenever Ex...
by walkero
Thu Jul 03, 2025 12:55 am
Forum: General questions
Topic: How to know if Run() fails?
Replies: 12
Views: 2250

How to know if Run() fails?

Hello everyone. In an app I am building, I rely on a couple of third-party applications to exist in users' systems and are in PATH, no matter if they are based on Linux, macOS or Windows. To figure out if they exist I use Run() and try to capture an error by executing the binary with an argument lik...
by walkero
Mon Jun 30, 2025 3:38 pm
Forum: RapaGUI
Topic: Have a progress during a job
Replies: 2
Views: 238

Re: Have a progress during a job

@plouf
Thank you so much for pointing me in the right direction. The information there was the right one, and I managed to make it work as I wanted. Thank you again for your help.