KB-13089: Setting more than one line in a Text Report’s description via scripts.
Question: How can I set more than one line in a Text Report’s description via scripts? For example:Text on Line 1Text on Line 2 Solution: To do so, write the…
Question: How can I set more than one line in a Text Report’s description via scripts? For example:Text on Line 1Text on Line 2 Solution: To do so, write the…
Question: How can I configure a scrollbar linked to a Browser to roll the data being displayed on screen? Solution: To do so, you must insert a Slider object and…
Question: How can I create an indexed chart? Solution: To do so, follow these steps: 1. Create a Database. 2. Insert an XObject to store the device’s information. 3. Insert…
Descrição: Como exibir variáveis em uma MessageBox? Solução: Para isso, siga esses passos: Coloque as mensagens fixas entre aspas; Coloque as variáveis sem aspas; Use o sinal “+” para concatenar…
Descrição: Como inverter figuras no E3?Solução: Para isso, siga estes procedimentos: Clique com o botão direito na figura e selecione a opção Converter para símbolo. Clique novamente com o botão…
Question: How can I insert objects in the E3 Gallery? Solution: There are two ways to do so: By creating an ElipseX (XControl or XObject) in a Library. Thus,…
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: At run time, how can I retrieve the DPI of a screen open in an E3Viewer? Solution: To do so, you must write a script similar to the example…
Question: At run time, how can I retrieve the resolution of an open screen in an E3Viewer? Solution: To do so, you must write a script similar to the one…
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…