Question:
How can I structure an E3 application to run in two monitors at the same time?
Solution:
To do so, you can access the E3Studio and create a frame with a vertical divisor in 50%. Then, configure the Viewer‘s width to an X2 monitor.
Example: If your monitor’s resolution is 1024 x 768, the Viewer’s resolution should be 2048 x 768 (on Windowed mode, not Centralized).
To deny permission to resize it, set the following script on initial screen’s OnStartRunning event:
Application.Item(“_top”).SetFrameOptions “”, 0
Attached to this article is a demo application, where you will need to configure the Viewer according to the steps above and set the screens’ size.