Search found 16 matches

by walkero
Wed Mar 04, 2026 10:55 pm
Forum: RapaGUI
Topic: CopyFile and Progressbar
Replies: 2
Views: 289

CopyFile and Progressbar

Hello guys. I am having a RapaGUI window with a progressbar, which I am trying to fill up while CopyFile is copying files. I do this on Linux with Gnome 3. I use the Callback for CopyFile, but it seems that while the CopyFile is working, although I get the right information in DebugMessages (copied ...
by walkero
Sun Jan 25, 2026 8:37 pm
Forum: Announcements
Topic: Hollywood 11: Coderise add-ons released
Replies: 1
Views: 6896

Re: Hollywood 11: Coderise add-ons released

Awesome. The only thing that is needed is a news item for the first page of your website :D
Keep up the good work
by walkero
Sun Jan 11, 2026 2:36 pm
Forum: Announcements
Topic: Hollywood 11: Coderise out now
Replies: 16
Views: 20110

Re: Hollywood 11: Coderise out now

Congrats Andreas for the new release. Awesome news.
by walkero
Sun Aug 10, 2025 11:23 am
Forum: Showcase
Topic: Kyvos frontend for the Qemu
Replies: 2
Views: 10663

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: 10663

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: 11350

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: 11350

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: 10676

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: 24910

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: 24910

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...