I have a rather large string indicator for displaying operator messages/alarms
and I would like to have the option for an automatic vertical center of the text,
so that all messages get displayed in the center of the screen (if too many lines, justify to top and display the scrollbar).
I also have a 2 line statusbar, but displaying a 1 line message that is not vertically centered, looks very strange.
The work-around I'm using now is to display the multiline string centered in a picturecontrol,
but I'm not a big fan of this fix because there are many boundary-conditions to keep in mind ...
Another annoyance is that to prevent selection of text in the indicator I often disable the indicator
(it looks unprofessional if an indicatortext can be selected in the GUI),
but if the displayed text is larger than the string indicator, the scrollbar is also disabled !?!?
and therefore not controllable by the user
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.