KB-19477: Splitting the Viewer into four different screens.
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…
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…
Question: Where can I set up the message shown in displays whenever there is a communication error? Solution: You can do that at Text option on Communication Errors tab, Viewer…
Question: How can I set up a frame so that the size of its splitters can never be edited at run time? Solution: Via E3Studio, reset the SplitResizable property of…
Question: How can I use the parameters passed to the Viewer via command line? Solution: The parameters declared on the command line are available on Viewer’s Params property (Application). Examples:…
Question: Can I disable the visualization of “????” when there is a communication error? Solution: Yes. Via E3Studio, access the Organizer, right-click the Viewer, and choose Properties. On Communication Errors…
Question: Why can’t I view my E3Chart’s pens from a remote Viewer, even though I can see them from the local Viewer pointing to the same E3Server? Solution: A possible…
Question: How can I restrict the remote Viewers‘s access to certain IP addresses, that is, to indicate only specific IPs that can access the application via Viewer? Solution: This can…
Question: How can I view historic data (showing values/animations/statuses/charts) by using a slider to navigate through time? Solution: For this purpose, you can use a feature called E3PlayBack. This is…
Question: Can I limit the amount of characters typed in a SetPoint? Solution: No, because the SetPoint object has no property for doing so. Therefore, use the TextBox object and…
Question: After having added a new Setpoint on my application’s screen, the tab order (which was previously working) stops working. How can I re-sort my setpoints with the TAB key?…