alp61 Posted December 19, 2013 Report Posted December 19, 2013 On the main screen of a product I'm working on I would like to have a user entered controller name displayed on the top of the screen during normal operation and a red "Alarm" label displayed in its place when an alarm condition is active. My first idea for how to do this was to create text box with "Alarm" in red text, create a separate ASCII string variable to contain the user entered name, and then while one of them is being displayed, hide the other. However, I've found that by using the "hide" property, hiding one causes that element to disappear, but still block out any element behind it. Is there another way to do this? I realize that I could make the "Alarm" text an ascii string as well and simply change the string contents at run time (and thereby not use a separate text box for "Alaram"). However, I want to make the Alarm text red and the controller name black, and I'm not sure how I could do this dynamically with an ASCII variable. I appreciate any suggestions.
Saragani Posted December 20, 2013 Report Posted December 20, 2013 What about "Binary Text"? Different text controlled by a Bit. 1
drr Posted November 25, 2017 Report Posted November 25, 2017 I have a problem like this. I have a binary image that is over a part of other images, but when I hide de binary control using its "Hide property", the behind images are not showed completely, because de binary image os replaced by a rectangle of its size having backgroud color, how can solve this problem?
MVP 2023 Flex727 Posted November 25, 2017 MVP 2023 Report Posted November 25, 2017 In VisiLogic, overlapping HMI elements is not allowed when they are active elements and is inadvisable when they are inactive (certainly when trying to use the Hide property). You just need to figure out another way to present your data.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now