Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
GUI text reading
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: GUI text reading (Read 1142 times)
Truce
June 01, 2009, 08:48:39 PM
The code you currently have sets the text box to the last line of the file.
Ad Bot
Advertisement
AGlass0fMilk
June 01, 2009, 08:52:17 PM
Hmmm... What is causing this problem, I'll look through the code...
Truce
June 01, 2009, 08:54:22 PM
Quote from: AGlass0fMilk on June 01, 2009, 08:52:17 PM
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.
AGlass0fMilk
June 01, 2009, 09:24:02 PM
Oh, I see my error, it should be SRPM_Contents.addtext(%content.readline(), true); right?
Print
Pages:
1
[
2
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
GUI text reading