Page 1 of 1

Group overlaps

Posted: Fri Nov 06, 2015 7:11 am
by samjith
Hi,

How to control group overlapping?

I have a stack which have number of adjacent groups. I created a dropdown with (field and icon). How can i make this as same property of an option menu to avoid overlapping. I am attaching a sample stack, Please go through the stack.

Thanks
Samjith

Re: Group overlaps

Posted: Fri Nov 06, 2015 12:10 pm
by bn
Hi Samjith,

this happens because the layer of the "option" group (group1) is lower than the layer of the other group (group2).

Objects are layered on top of each other by their layer. The highest layer will cover lower layers.

If you set the layer of group "group2" to e.g. 1 it will not cover your "option" group (group1)

You might also want to have a look at section 4.1.2 Alignment & Layering of the user guide.

Kind regards

Re: Group overlaps

Posted: Fri Nov 06, 2015 2:20 pm
by samjith
Hi Bernd,

Worked fine, Thank you so much

Bundle of thanks :D


Thanks
Samjith