sparafucile17
Programmer
I am using setWindowText to add text to an Edit box, and everything's just peachy. That is until I really start to fill it up with a lot of text. I am using the edit box for a log, so I am going to always have a lot of data in it. On average I think I will fill it to about 45KB.
The problem is that I have noticed that after 32KB worth of data in the edit box, the edit box does not continue to draw text:
Text Size
---- ----
Hello 32755
Hello 32760
Hello 32765
Hel 32768
And any future setWindowTexts will not add the text to the screen (at least not that I can visibly see) My question is this, is there any way to increase this limit?
I know that I can clear the edit box when it gets close to this limit (say about 100 bytes before) and I have already tested that this works. But since my application is a "LOG" typically around 45KB it's kinda a pain to clear all the old data. Not to mention that I could be losing potentionally important data!
Can anyone help?
Jeff Tackett
Software Engineer
Visteon Corp.
The problem is that I have noticed that after 32KB worth of data in the edit box, the edit box does not continue to draw text:
Text Size
---- ----
Hello 32755
Hello 32760
Hello 32765
Hel 32768
And any future setWindowTexts will not add the text to the screen (at least not that I can visibly see) My question is this, is there any way to increase this limit?
I know that I can clear the edit box when it gets close to this limit (say about 100 bytes before) and I have already tested that this works. But since my application is a "LOG" typically around 45KB it's kinda a pain to clear all the old data. Not to mention that I could be losing potentionally important data!
Can anyone help?
Jeff Tackett
Software Engineer
Visteon Corp.