In Vision, is there a way to control the style of objects from a single tag? Other SCADA packages have a project wide set of styles. The developer can then decide if a screen object shall be controlled by the global styles.
I have played with style customisers but I have not been successful. What I want to do is have a project scoped tag that will define the font and size. The style of each screen label will then be bound to the project tag.
Can anyone give me some pointers on how to get this to work?
There is no such mechanism in Vision. The closest you could get would be to hold the font description in a string client tag, and bind all labels’ font property to that string (via the toFont() expression function).
I’m running v8.1.4
How are you able to “…bind all labels’ font property…” ?
It would help me implement and manage some global style functionality