Page 1 of 1
[03 Feb 2010] Feature Request: LayerToFront(), InsertLayer()
Posted: Sat Jun 13, 2020 5:32 pm
by nexus
Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 03 Feb 2010 08:01:34 +0100
Just in case this reqest was not recognized in my last posts, here it is again
Is this possible for the next release?
[03 Feb 2010] Re: Feature Request: LayerToFront(), InsertLayer()
Posted: Sat Jun 13, 2020 5:32 pm
by PEB
Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 03 Feb 2010 16:01:50 -0000
There's also already a function "
InsertLayer()" but that only works with type BRUSH, ANIM and something else, but not with an already existing layer.
Also note that drawing functions like
TextOut() can use "Standard draw tags ", which with "InsertPos" can be used to specify the layer insertion point.
[03 Feb 2010] Re: Feature Request: LayerToFront(), InsertLayer()
Posted: Sat Jun 13, 2020 5:32 pm
by nexus
Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 03 Feb 2010 19:12:12 +0100
Also note that drawing functions like
TextOut() can use "Standard draw tags ", which with "InsertPos" can be used to specify the layer insertion point.
thanks a lot! I have overseen that "little" detail

I think that is exactly what i wanted. I could have saved a lot of time if i had seen it earlier
Tom
[05 Feb 2010] Re: Feature Request: LayerToFront(), InsertLayer()
Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 05 Feb 2010 21:34:54 +0100
The available function "SwapLayer()" is not very useful for this task because it exchanges the position of two layers and that makes it difficult to bring a certain number of layers to front without permutating the order of these layers.
Yes, you're right. I'll implement these feature requests. It's not much work so it will definitely be ready in the next release.