Hi all, I'm using Ignition Perspective. I have a bunch of embedded views in a screen, and what I want to do is to copy all the embedded views into a json file, change their names, and then paste them again in the screen. But the issue I'm having is that although I don't change the position at all (x and y position) , when I paste all the embedded views, these are not pasted in the correct location, and the x and y positions are changed. I'm using Ignition 8.1.22 and coordinate containers. Is there a way to solve this? Is this a bug? Any recommendations?
How are you doing the copy/paste ?
When copying embedded views in Ignition Perspective, especially within coordinate containers, ensure that the mode of the container (either "percent" or "fixed") remains consistent when pasting the views back. The difference in modes can cause the coordinates (x and y positions) to shift. To avoid this, check that the coordinate container in the destination matches the mode of the original container. If they match and the issue .
Hi All, The only way of solving this was to export the screen, then unzip it, modify the json file, zip it again and import it. If I do a copy paste, for some reason the x y position of the objects is messed up.