KB-35481: Keyboard’s focus on a CheckBox.
Question: When I select a CheckBox, it receives the keyboard’s focus. However, if I press the SPACE key, the CheckBox changes its value again, causing problems to the process. How…
Question: When I select a CheckBox, it receives the keyboard’s focus. However, if I press the SPACE key, the CheckBox changes its value again, causing problems to the process. How…
Question: I want to display a help text when the user keeps the mouse over an object. How can I do this? Solution: To do so, you must fill in…
Question: How can screen objects rotate? Solution: To do so, there are two possibilities (via E3Studio): A) Select the object to be animated, click the Rotation Slider button, and create…
Question: How can I insert and configure an MSForms Multipage object in a project? Solution: To add the object, go to E3Studio, right-click the screen and select the Insert-MSForms-Multipage option.…
Question: How can I set up an E2Button to make it work as a toggle button? Solution: To do so, you must set the object’s Action property as 1 –…
Autor
Mateus Machado
Question: How can I set a button in E3 to display the same functionalities as when SCADA’s WhilePressed event is on? (The goal here is to be able to increase/decrease…
Question: How can I drag screen objects with the mouse at run time? Solution: First of all, in order to solve this you will need to establish which version of…
Question: What is an Anchor Point? What is it for? Solution: An Anchor Point defines the point of an object that will be taken as a reference at the time…
Question: How can I link a tag to a DrawScale object, which does not have Value property? Solution: E3’s DrawScale only works as a scale, unlike SCADA’s Bar Graph. One…