KB-28698: Blank screens when opening an E3 application in an older version.
Question: Why are the screens of an application blank when they are open in a version of E3 that is previous to the one it has been developed? Solution: This…
Question: Why are the screens of an application blank when they are open in a version of E3 that is previous to the one it has been developed? Solution: This…
Descrição: Em tempo de execução, como descobrir o DPI da tela aberta no E3Viewer? Solução: Para isso, deve-se utilizar um script. Exemplo de script executado no evento Click de um…
Descrição: Como posso inserir objetos na Galeria do E3? Solução: Para isso, há duas maneiras: Criando um ElipseX (XControl ou XObject) em uma Biblioteca. Assim, os objetos ficarão disponíveis no…
Question: How can I set up a TextBox object to allow only numeric values? Solution: To do so, you must write a script in the TextObject’s Change event. For example:…
Descrição: Como arredondar as casas decimais dos valores das variáveis ao salvá-los em um Banco de Dados? Solução: Arrendondar o valor na gravação não é recomendado, mas caso você deseje…
Question: How can I round the decimal places of the variables’ values when saving them in a Database? Solution: This is not recommended, but if you want to do it,…
Descrição: Como configurar um objeto TextBox para aceitar apenas a entrada de valores numéricos? Solução: Para isso, deve-se escrever um script no evento Change do TextBox. Por exemplo: If Not…
Descrição: Como descobrir a resolução da tela aberta no E3Viewer em tempo de execução? Solução: Para isso, deve-se utilizar em um script a classe ‘Win32_VideoController’. Exemplo de script da classe…
Question: How can I display the InTime and OutTime information from an alarm occurrence a single register in E3 Browser? Solution: To do so, we suggest that you use the…
Question: Can I open the E3Studio on a server being executed with a runtime hardkey? Solution: If the hardkey has no E3Studio license, you won’t be able to open it,…