03-12-2009 09:56 AM
The width of my Ring control is not wide enough to display all characters in the Item text string. LabVIEW simply truncates the text with no indication that additional text is present. Is there a way to display an ellipses in such cases ? For example :
"Ring text string that is too long"
that is now shown as :
"Ring text string that i"
could be shown as :
"Ring text st...too long"
03-12-2009 10:24 AM
03-12-2009 10:47 AM
A couple of suggestions:
1.) Use property nodes to determine which strings are too long, then concatenate the strings with ellipses.
2.) Increase the height so the text wraps.