LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

make string indicator scroll automatically to last entry

Is it possible to have a small string indicator on the front panel automatically show the last part of a string rather than the first? We have a situation where we are updating a long string (adding to it) and prefer to see the latest additions without using a scroll bar but still (rarely) be able to scroll to the top.
Thanks, Peg
0 Kudos
Message 1 of 3
(2,645 Views)
Make a property node for the string indicator, set to write, and set the property to "Scroll Position". Then just wire a very large number to it or get the length of your string (string length under string pallete), and wire that in.
Message 2 of 3
(2,638 Views)
Thanks, that works.
Peg
Message 3 of 3
(2,624 Views)