KB-33940: Editing a Browser at run time.
Question: How can a Browser’s settings be edited at run time? Solution: To do so, open this object’s Properties window to edit it via EditProperties() function. Example: Browser1.EditProperties()
Question: How can a Browser’s settings be edited at run time? Solution: To do so, open this object’s Properties window to edit it via EditProperties() function. Example: Browser1.EditProperties()
Question: Can I set a Browser’s column width in SCADA? Solution: Yes, but this cannot be done directly. Width depends on the size of the field’s content, which is set…
Question: How can the Keypad be closed when Enter button is pressed? Solution: A possible solution is to create a script in the desired screen, in OnKeyPress event, and select…
Autor
Bruno Musarra
Sample application using Pens’ AddDatA() and CopyObject() functions to create personalized drawings in a Trend. Attachments: Sample.zip
Sample application showing how to use BarGauge object, and also how to multiplex screens via SetTag() function. Attachments: Sample.zip
Sample application showing how to use Video screen object, which reproduces .AVI files with sound. Attachments: Sample.zip
Autor
Mateus Machado
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.…
Issue: “The problem is that, according to their position on screen, some objects get “deformed”. For example, a test was made with a 150 X 150 circle. When the circle’s…