Z index of a node

Hi there ,

this must be a simple one , though i did’nt find a question about it in the forum .
just need a node that has a category and a template of its own (which represents a table) to be alwasys on top of all the others. i mean to say that tables at my application should not be hided by other “regular type” of nodes.

goxam puts the last node “top most” , did’nt find nothing , but is there something in go:Part. or go:Node ?

thanks

It’s easiest to put it into a separate Layer that you put in front of the layer(s) that your other nodes use.
If you are not already using the “Foreground” layer, just set go:Part.LayerName=“Foreground” on the root element of your special node template.

Thanks a lot! that did it .

Leo.