Author Topic: GUI text reading  (Read 1142 times)

The code you currently have sets the text box to the last line of the file.

Hmmm... What is causing this problem, I'll look through the code...

Hmmm... What is causing this problem, I'll look through the code...

You're looping through the lines and setting the text box to each line as you go along, not appending to it.

Oh, I see my error, it should be SRPM_Contents.addtext(%content.readline(), true); right?