Z-order when several objects.

hello.
I have 2 objects in a widget. but I need that object1 is always above (with the top ) of object 2. I have to seek in Documentation, but…
a link or an idea.
thank you very much.
6,878 views 4 replies
Reply #1 Top
Set the one you want to be at the bottom to be the parent of the one on top.
If the top one should extend beyond the area of the bottom one then set the Child property to false.
Reply #2 Top
hello.
thank you for answer.
this dont work in the configuration of my objet.
if, by accident, I click on object2,it pass over object1 end hide object1.
I test another method.
thank you still.
good bye.
Reply #3 Top
Bottom object Properties summary tab object ID name object ( bottom object)

Top object properties summary tab object ID name object (top object)

parent owner (bottom object)

child (YES) this will keep top object on top..
Top object must be same size or smaller.to be set as a child. If this doesn't work for you try this..


bottom object (object ID) (bottom object)

group (group name)



top object object ID (top object)

parent/owner ( bottom object)

do not set as child

group (group name)

set z order to be on top.

group name for the two objects must be the same name...

If top object is same size or smaller you can set as child to bottom object...
Reply #4 Top
hello.
I use the method collapse (in silica calendar) but I keep that and I would test later.
thank you.