Page 1 of 1

Problem attaching elements to layer and form

Posted: Thu Jan 28, 2021 10:17 am
by contextbi
Hello.

I found a problem in the project with the binding of elements to the layer and form

I have attached a project which has 2 forms. One form is made using the Form element. Another form is the layer in which the checkmark form is activated

Form problem (ID = Form2)
1.Shape12 does not attach to a form if you drag it to it
2. If you move any element (Shape3, Text13, Image6, Image7, Text14, RadioButton3, RadioButton4) attached to the form, then the element is detached from the form.

Layer problem (ID = Layer2)
1. Shape4 is below the elements Shape4, Text1, Image1, Image2, RadioButton1, RadioButton2, Text2. But when you click on one of these elements, Shape4 is selected for some reason. As if he is above them.

You can download the project here - https://drive.google.com/file/d/1ls0kOc ... sp=sharing

Re: Problem attaching elements to layer and form

Posted: Thu Jan 28, 2021 11:03 am
by Pablo
The problem is related to the order of the elements.
While using drag & drop, elements will only 'stick' to the top most element.

For example, when you move Form2 outside the layer, then you will notice that it's behind the layer. This means has it has a lower z-index.

You can use the 'Arrange tools ' (move to front, move to back etc) to re-arrange elements.

Note that you first will have to move the form outside the form, otherwise arrange will only affect the z-order of the element within the layeer.