Page 1 of 1

Layer visibility, designtime versus runtime

Posted: Mon Oct 11, 2021 10:06 am
by GerardF
Is it possible to have a layer only visible during designtime?
(using version 17.0.1)

Layer is used to group other objects but should not be visible during runtime.
Having it 'visible' during designtime, with for example a 1px border or distinguished background, makes it easyer to see it is there, select it for moving or altering it's size.

Re: Layer visibility, designtime versus runtime

Posted: Mon Oct 11, 2021 11:18 am
by Pablo
You can add a custom style to the layer. For example, visibility:hidden
Note however that this will also hide the layer's child elements.

Re: Layer visibility, designtime versus runtime

Posted: Mon Oct 18, 2021 9:40 am
by GerardF
I guess the term 'visible' is confusing here.

During disigntime I want to be aware that the layer exists (1px border or distinguished background)
while having the page published the layer should not be noticed.

Is this possible?

Re: Layer visibility, designtime versus runtime

Posted: Mon Oct 18, 2021 10:21 am
by Pablo
I'm sorry, there is no standard solution for that.