Working with zoom in proportional resolutions at Elipse E3/Power.
In order to apply zoom to screens and videowalls with different resolutions running Elipse E3/Power without any distortions to its objects and images, we can use any of the following…
In order to apply zoom to screens and videowalls with different resolutions running Elipse E3/Power without any distortions to its objects and images, we can use any of the following…
Question: How can I use the Viewer’s GetScreen and the Frame’s ShowScreen methods? What are they for? Solution: The GetScreen(ScreenName) method returns a Screen object, whose name must be set…
Frames are objects used for organizing and structuring the project’s interface, thus creating composed visualizations for the user inside the Viewer’s or the browser’s main window. Splitters’ Size The frame’s…
Question: Can I create a button that minimizes the Viewer of the application being executed instead of using Windows’s default buttons? Solution: Yes; to do so, you will need to…
Autor
Mateus Machado
Question:When executing the application, a screen is supposed to open in the Frame’s central splitter, but it opens as full-screen instead. Why does this happen? Solution: This probably happens because…
Question: The application’s frame has been horizontally split in two, and as a result there is an upper and a bottom splitter. However, Viewer opens another window when I try…
Question: With two windowed screens, how can I click on a button and open the screen in the frame where the button is? Solution: In the button’s script, use the…
Question: On a frame, how can I open a screen on another frame? Solution: To do so, you can use a script with methods GetFrame() and OpenScreen(). Example: Application.GetFrame(“”).OpenScreen “NameOfTheFrame”,…
Question: How can I split the screen in four spaces, each showing a different screen? Solution: To do so, split a Frame in four. On each splitter, set up SplitLink…