Hello, all.
I’m trying to make a text box that allows for multiple, read-only lines to be added into it, but all my attempts cause my box to only print one line, then replace that line with another upon clicking another button. It doesn’t print them out separately. I haven’t yet figured out a possible solution for it.
When the button is clicked once:
When the button is clicked again, however, it just clears the first line and adds a new line in its place:
Any suggestions and help will be greatly appreciated.