[19 Sep 2011] Another Strange Bug

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 592
Joined: Sun Feb 21, 2010 1:28 am

[19 Sep 2011] Another Strange Bug

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 19 Sep 2011 23:00:56 -0000

Please test this code:

Code: Select all

EnableLayers()
CreateBrush(1, 100, 100, #BLUE)
DisplayBrush(1, #CENTER, #CENTER, {Name="TestLayer", Hidden=True})
WaitLeftMouse()
SetLayerStyle("TestLayer", {Hidden=False, Z=0})
Repeat
	WaitEvent
Forever
When the Z-Position is specified the layer remains hidden; if the Z-position is NOT specified, then the layer is shown as it should be. (Again, this is using Hollywood 4.8)
User avatar
airsoftsoftwair
Posts: 5938
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[25 Sep 2011] Re: Another Strange Bug

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 25 Sep 2011 22:12:32 +0200
When the Z-Position is specified the layer remains hidden; if the Z-position is NOT specified, then the layer is shown as it should be. (Again, this is using Hollywood 4.8)
Confirmed. I'll fix this one. Thanks for the report!
Locked