04-20-2009 04:56 PM
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!
04-20-2009 05:22 PM
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.
04-21-2009 04:31 PM