LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to let a multiline string indicator show the last line?

Hi,

 

I am using a multiline string indicator to show the progress. The problem is each time a line is added to the end, the string indicator is still showing the the upper part. It is not convinient when the entire message is longer than the height of the indicator. How to let it always show the bottom part? Thanks!

0 Kudos
Message 1 of 3
(4,535 Views)

Easiest would be to add the new lines on top instead, newest first. 😉

 

If you want add the new lines to the bottom, you can change the scroll position via property nodes.

Message 2 of 3
(4,533 Views)
Thanks. It worked.
0 Kudos
Message 3 of 3
(4,497 Views)