I have been trying to find a way to scroll text automatically so info appended to the end is always shown without the user having to intervene so that when a line is added, the text scrolls to show it (think computer terminal). Can someone tell me how this might be done?
Got it working now. I think it's because I was also writing to the text area from outside this subroutine. Do all text area writes using the subroutine works.