Search found 5446 matches

by airsoftsoftwair
Fri Mar 22, 2024 11:00 pm
Forum: Newbie questions
Topic: Alt + Enter crashes on dual monitor setup
Replies: 8
Views: 4206

Re: Alt + Enter crashes on dual monitor setup

Bugala wrote: Fri Mar 22, 2024 6:15 pm Hollywood 10 still has the problem that when starting with dual monitor setup, it might happen that you have to press "Alt" + "Enter" to get anything to show.
Does this happen all the time or just sometimes?
by airsoftsoftwair
Mon Mar 18, 2024 3:18 pm
Forum: General programming
Topic: Chr(0,#ENCODING_RAW)
Replies: 3
Views: 172

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

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

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

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

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

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

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

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

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?