Search found 5454 matches

by airsoftsoftwair
Mon Mar 18, 2024 3:17 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 3122

Re: AVCodec and Emulation...

jPV wrote: Wed Mar 13, 2024 2:25 pm Yeah, there seems to be a bug in Hollywood, I can reproduce it too.
Thanks for the tests, I'll check it out.
by airsoftsoftwair
Mon Mar 18, 2024 3:16 pm
Forum: General plugin questions
Topic: Setting up hurl correctly
Replies: 5
Views: 1173

Re: Setting up hurl correctly

GMKai wrote: Fri Mar 15, 2024 8:25 am works in a way to execute the request, but i still get to see an cmd-window?
In what way do I have to create the hide-parm?
See here: https://forums.hollywood-mal.com/viewtopic.php?t=3679

:)
by airsoftsoftwair
Mon Mar 18, 2024 3:15 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 1175

Re: apng plugin problem

It's actually only the very last frame of the anim with the horses that's causing trouble here. Check this: LoadAnim(1, "test.png", {FromDisk = True}) PlayAnim(1, 0, 0) If you use this code, the anim will play but it will abort when the last frame is to be loaded. I'll check what's wrong t...
by airsoftsoftwair
Mon Mar 18, 2024 3:12 pm
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 2154

Re: Hurl2.0 - Error initializing cURL!

jPV wrote: Mon Mar 04, 2024 9:51 am BTW. now I remember that I don't @REQUIRE the hURL plugin in most of my programs, I just load it later or on-demand with LoadPlugin() and handle errors if that fails (#ERR_PLUGINDOUBLET too). In this way programs can work without a (online) TCP/IP stack.
Yes, that sounds like a good workaround.
by airsoftsoftwair
Mon Mar 18, 2024 3:11 pm
Forum: Hollywood bugs
Topic: Setpanning always both Channels on Linux
Replies: 1
Views: 205

Re: Setpanning always both Channels on Linux

Yes, apparently this is currently unsupported on Linux but it's on my list.
by airsoftsoftwair
Tue Mar 05, 2024 10:55 pm
Forum: Newbie questions
Topic: AmigaOS Title bar in Hollywood FullScreen mode?
Replies: 6
Views: 738

Re: AmigaOS Title bar in Hollywood FullScreen mode?

I added the Backfill table with the type color(with or wirthout the Color specified) and magically the TitleBar in the opened screen appeared! I knew there was a way to make the titlebar appear ;) But now I've another problem.... Can I deactivate the BackFill when exiting from FullScreen? Have you ...
by airsoftsoftwair
Tue Mar 05, 2024 10:43 pm
Forum: RapaGUI
Topic: Windows bug when minimized
Replies: 1
Views: 207

Re: Windows bug when minimized

Yes, looks like a bug. I'll check.
by airsoftsoftwair
Tue Mar 05, 2024 10:43 pm
Forum: Wishlist
Topic: IsNum command for string commands.
Replies: 2
Views: 1222

Re: IsNum command for string commands.

Bugala wrote: Sun Mar 03, 2024 5:53 pm You can get this done by first checking IsAlNum and if true, then checking if IsAlpha is false, but would be better to have simply IsNum()
Hmm, are you looking for IsDigit() maybe?
by airsoftsoftwair
Tue Mar 05, 2024 10:42 pm
Forum: RapaGUI
Topic: Feature request: Listview drag'n'drop for rows
Replies: 2
Views: 310

Re: Feature request: Listview drag'n'drop for rows

This is already on my to do list but it's not trivial but it'll definitely come, sooner or later :)
by airsoftsoftwair
Tue Mar 05, 2024 10:40 pm
Forum: RapaGUI
Topic: Small docs improvement concerning MenuItems
Replies: 1
Views: 166

Re: Small docs improvement concerning MenuItems

mrupp wrote: Sun Mar 03, 2024 1:36 pm Still, it might save some time to others (as it would have for me) to change the example above to the following:
Yes, makes sense, I've just changed that.