KB-28399: Creating indexed screens.
Autor
Renato Souza
Autor
Renato Souza
The attached demo application demonstrates how to create a pie chart inside an XControl. There are two scripts in the XControl, called PieChart: One of them is in Update property,…
Question: How can I monitor the status of an XObject’s properties that are linked to tags in a remote application? Whenever the connection to the remote domain is lost, these…
The attached demo application displays an XControl called PenControl, which controls pen’s visibility, style, width, type, and color. Each pen must be added to the E3Chart independently, and to each…
1. Introduction This application illustrates how to use an hour meter with the resources available in Elipse E3, with both partial and total values being displayed. 2. Settings An XObject…
Autor
Guilherme Torres
Autor
Guilherme Torres
Question: In an application, how can I determine whether an object has any links between an XControl and a few XObjects that work as source? Example: A screen object has…
Question: How can I check whether an XObject’s IOTag property is empty? Solution: To do so, you can use VBScript‘s IsNull method. This method returns TRUE if the variable has…
The attached sample application shows you how to create charts that are similar to BarGraph and Gauge with E3’s XControl object. Please notice the scripts in E3BarGraph and E3Gauge XControls.…