Search found 5425 matches

by airsoftsoftwair
Mon Mar 18, 2024 3:18 pm
Forum: General programming
Topic: Chr(0,#ENCODING_RAW)
Replies: 3
Views: 97

Re: Chr(0,#ENCODING_RAW)

Yes, I think the behaviour is wrong. I'll check, thanks for the report!
by airsoftsoftwair
Mon Mar 18, 2024 3:17 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 1158

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: 4
Views: 310

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

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

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

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

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

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

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

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