08-08-2014 06:18 AM
Hello,
i am logging text to a string indicator.
In the example 1000 lines with numbers 0..999.
What can i do that the visible last line of the string-indicator is always the last line i added?
Thanks
Solved! Go to Solution.
08-08-2014 06:28 AM
First off.... switch terminal and property node. Replace "value" read property node with a shift register. You waste tons of performance by the current implementation.
As updates are too fast for display, you should "autoscroll to end" after the loop. You can use the property "Scroll Position" in the Text-properties.
Norbert
08-08-2014 07:00 AM
This was only an example to demonstrate my question.
How do i know the number of lines to use as input for property Text.ScollPosition?
Thanks
08-08-2014 07:00 AM
08-08-2014 07:21 AM
You will want to give this thread a read through.
Darren's Weekly Nugget 06/28/2010
08-08-2014 10:01 AM
An I32 "-1" works well too