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.
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.
for version 8.1.13 not works
Related:
This post also shows how to apply a second mirror to the text to un-mirror it.

