E3 Tips: Creating screen objects that will not get “deformed”.
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…
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…
Autor
Paula Eneas
Question: When inserting a figure onto screen via E3Studio, why does it display a dotted X instead of the figure, even though its path has been correctly set? Solution: One…
Question: Is there any method that records the Setpoint’s value in a tag without having to press Enter button? Solution: In a Setpoint, the default behavior is pressing Enter to…
Question: A group with setpoints has a button that changes its status from Visible to Invisible, and vice versa. However, when the value of one of these setpoints is edited…
Question: How can an E2Button be set up to use bitmaps as the button’s background? Solution: To do so, follow these procedures: Include two bitmaps (pressed and not pressed) in…
Question: The color of some buttons in my application changes depending on the operational system where it is running. Why does it happen? Solution: The default color of CommandButton objects…
Question: How can I set a ComboBox to display an initial message? Solution: To do so, just write the desired message in ComboBox’s Value property.
Question: How can I type text in a button? Solution: To do so, just select the button at E3Studio and write the text in its Caption property.
Question: Can I change a SetPoint into a Display, and vice versa? Solution: Text, Display, and SetPoint are all the same object, named DrawString. The initial settings of some of…