Using .54 version of the Designer...
I have an HSTouch screen that displays several temperature readings. I'd like to change the font color when the temperature is within a range i.e. if the temperature <55 then change the font color to blue, or if it is >85 then change the font color to orange.
I searched around and see that MatchValue comes close, but I cant supply a range - only a specific value (see screenshot).
I suppose I could write a script to set a virtual device based on the temperature range, then use MatchStatus, but it would be much cleaner to do it all inside HSTouch.
Any ideas?
I have an HSTouch screen that displays several temperature readings. I'd like to change the font color when the temperature is within a range i.e. if the temperature <55 then change the font color to blue, or if it is >85 then change the font color to orange.
I searched around and see that MatchValue comes close, but I cant supply a range - only a specific value (see screenshot).
I suppose I could write a script to set a virtual device based on the temperature range, then use MatchStatus, but it would be much cleaner to do it all inside HSTouch.
Any ideas?
Comment