@DISPLAY {Borderless = False}

Report any Hollywood bugs here
Post Reply
User avatar
Juan Carlos
Posts: 920
Joined: Mon Sep 06, 2010 1:02 pm

@DISPLAY {Borderless = False}

Post by Juan Carlos »

@DISPLAY {Borderless = False}
In Windows writing the paramater True or False the Background picture PNG with alpha channel=True like this example: @BGPIC 1, "appleimg.png", {LoadAlpha = True} opens the window without border.
But in Amiga 68k and MorphOS when you write the correct paramater for each case, Borderless=True, it opens the window with border and with the parameter False the window is open without border.

In this case the problem is in windows version, the situation is that if you use the same code in Windows you haven't this problem but on Amiga yes and you can to be in a mistake if you can't test the same code in other systems for example Amiga.
User avatar
airsoftsoftwair
Posts: 5615
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: @DISPLAY {Borderless = False}

Post by airsoftsoftwair »

True, that looks like a bug. Thanks for reporting!
User avatar
airsoftsoftwair
Posts: 5615
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: @DISPLAY {Borderless = False}

Post by airsoftsoftwair »

Actually, it's not a bug. The window manager on Windows doesn't support windows with alpha transparency and a border. That's why Hollywood always uses a borderless window when using a BGPic with alpha transparency.
User avatar
Juan Carlos
Posts: 920
Joined: Mon Sep 06, 2010 1:02 pm

Re: @DISPLAY {Borderless = False}

Post by Juan Carlos »

airsoftsoftwair wrote: Sun Jul 21, 2024 10:19 pm Actually, it's not a bug. The window manager on Windows doesn't support windows with alpha transparency and a border. That's why Hollywood always uses a borderless window when using a BGPic with alpha transparency.
Well, thank you.
Post Reply