Search found 5454 matches

by airsoftsoftwair
Fri May 10, 2024 12:08 am
Forum: Hollywood bugs
Topic: Treeview GetEntry "Parent" not working as expected OS4
Replies: 1
Views: 661

Re: Treeview GetEntry "Parent" not working as expected OS4

Yes, this seems to be related to the other issues in the Treeview widget when using MUI already discussed here. Will be fixed...
by airsoftsoftwair
Fri May 10, 2024 12:07 am
Forum: General programming
Topic: macOS, quarantine and App Translocation, Run()
Replies: 2
Views: 534

Re: macOS, quarantine and App Translocation, Run()

I think you can easily get around the hassle of forcing users to make your program executable if you use container formats that support the corresponding executable flags, e.g. for Linux use tar.gz and for macOS use dmg images. Those container formats can store the executable flag so the user doesn'...
by airsoftsoftwair
Fri May 10, 2024 12:00 am
Forum: RapaGUI
Topic: Problem with Treeview and GetEntry Parent
Replies: 3
Views: 436

Re: Problem with Treeview and GetEntry Parent

Yes, this seems to be related to the other issues in the Treeview widget when using MUI already discussed here. Will be fixed...
by airsoftsoftwair
Thu May 09, 2024 11:58 pm
Forum: RapaGUI
Topic: Debian 12 x64 RapaGUI HTMLView installation problem
Replies: 3
Views: 292

Re: Debian 12 x64 RapaGUI HTMLView installation problem

Since Hollywood plugins are just shared objects on Linux you can always use readelf to check the components required by a Hollywood plugin. The GTK3 build of RapaGUI with HTMLview requires libwebkitgtk-3.0.so.0. Have you got that?
by airsoftsoftwair
Sat Apr 27, 2024 11:05 pm
Forum: Wishlist
Topic: Gradient Coloring to text
Replies: 3
Views: 514

Re: Gradient Coloring to text

plouf wrote: Thu Apr 25, 2024 7:50 am I think can be done with pangomonium and cairo.PatternLinear()
Pangomonium can do lots of things ;)
by airsoftsoftwair
Sat Apr 27, 2024 11:04 pm
Forum: Off topic
Topic: Apple goes ARM
Replies: 11
Views: 12162

Re: Apple goes ARM

BTW. will all plugins be updated for arm64 versions? I was just going to compile a program that would need Polybios, but there doesn't seem to be macOS arm64 version of it at least... Sure, of course, this will come next. But then of course Linux arm64 is also on the horizon which means plugins als...
by airsoftsoftwair
Sat Apr 27, 2024 11:03 pm
Forum: General programming
Topic: Amiga: No sound
Replies: 6
Views: 312

Re: Amiga: No sound

out of curiosity i did some test. even with mpega datatype neither hollywood neither multiview neither 2b_bsp (player from aminet) can play mp3 !? Keep in mind that sound.datatype doesn't support streaming so the mpega datatype is probably trying to decode the whole MP3 into a single memory buffer ...
by airsoftsoftwair
Sat Apr 27, 2024 11:01 pm
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 8
Views: 668

Re: RebelSDL screen update "problems"?

if I have a 3 pixel scrolling on 60 Hz wasnt 60 x 3, on 144 wasnt 144 x 3 and on 240 wasnt 240 x 3 every sec? Then your script needs to measure the time using GetTimer() and only move if the desired screen update time has elapsed. Cant be possible to add a "refresh speed" tag/option on Re...
by airsoftsoftwair
Sun Apr 21, 2024 11:54 am
Forum: Announcements
Topic: Hollywood Designer 7.0 released
Replies: 6
Views: 1204

Re: Hollywood Designer 7.0 released

lazi wrote: Fri Apr 19, 2024 10:03 pm May I ask an instant download too after ordering the CD version?
Sure, just mention that you want a download version as well in the comments section on the order form and I'll handle it :)
Tuxedo wrote: Sun Apr 21, 2024 11:08 am Unfortunately I no more have a real Amiga machine...
Not an excuse, you can use it on WinUAE ;)
by airsoftsoftwair
Sun Apr 21, 2024 11:52 am
Forum: Hollywood bugs
Topic: Run and UNC paths on Windows
Replies: 1
Views: 650

Re: Run and UNC paths on Windows

Yes, this looks like a bug. Will be fixed.