KB-25504: Converting HIMETRIC into PIXEL.
Question: How can I convert HIMETRIC into PIXEL when I can’t access the corresponding function in E3? Solution: The formula is: HIMETRIC = (PIXEL * 2540) / 96 Then, all…
Question: How can I convert HIMETRIC into PIXEL when I can’t access the corresponding function in E3? Solution: The formula is: HIMETRIC = (PIXEL * 2540) / 96 Then, all…
Question: How can I activate Windows Script Debugger? Solution: Scripts can be debugged in E3 either in the server or in the Viewer. To do so, you must install the…
Question: How can I set Windows’ clock via E3 scripts? Solution: To do so, use DATE and TIME commands via DOS command line. It can be inserted in a script…
Descrição: Como converter o valor de um contador em segundos para o formato de horas, minutos e segundos (por exemplo, converter 70 segundos para o formato 00h 01min 10seg)? Solução:…
Question: I use WriteEx() method to command a remote device’s output. Some of these commands return errors, but the driver’s log indicates this method is working properly. How can I…
Question: How can I pass additional parameters for opening a screen via scripts? Solution: To do so, you can use Parameter field in Open Screen pick. In OnPreShow event of…
Question: How can I convert an absolute decimal value into its separate RGB values? Solution: To do so, you will need to use scripts. In the example below, the script…
Question: How can I play sound files in E3? Solution: To do so, select a script and use Viewer’s PlaySound method. NOTE: Attached to this article is a sample application…
Question: How can I create links between I/O tags and objects already added to the screen, at runtime?Solution: To do so, use the object’s CreateLink method.: CreateLink (Property, Source[, Type])…
Question: Is there a Windows Vista-compatible script debugger available that can be used with E3? Solution: No, there is no specific script debugger available in Windows Vista, but we recommend…