Perspective Mirror View

I'm working on two views in perspective that need to be mirrors of each other. These will be posted on large monitor back to back and the equipment on the left on one monitor needs to be on the right on the other monitor. Is there a better way to do this than just making two views and moving the equipment?

Use a flex repeater with the direction bound to a page parameter that sets the direction to either row or row-reverse.

If you are using different views for different machines then you may need to create a wrapper view that takes the target view as a parameter and use this wrapper view in the flex repeater.

Configure your project to have a URL that allows you to pass in the page parameter as a URL parameter. Configure the monitors to connect to the associated URL to pass that page parameter in.

5 Likes

This would not work well for this solution as text or values on the screen would get "mirrored" as well, but for anyone who finds this topic looking for a true "mirroring" of a view, you can do it by adding a scale transform on the style prop of the root container:

1 Like

This works. I am going to have to get creative with several flex repeaters, because the objects aren't all the same. I didn't have any problems with the text flipping over. I am using version 8.1.39.