What is the limit on the number of items? If you add more items do you use more memory? I need a window where the text just scrolls out of the top of the window, but I don't need to do anything with the text. I only need the window to hold about 40 lines of text and not have the lines stored in memory. I was trying wxListCtrl, but I'm not sure if that is the right thing to use.
Thanks,
William
How many items can a wxListCtrl contain?
I don't think that wxListCtrl has memory Limit because I add whan time 30MB text data and it works fine but very slow. So now I put so big file into memory and create wxListCtrl with parameter virtula, this mean that ListCtrl will automaticaly get data from memory and show them only when it will be needed.
But why You don't put this 40 lines into wxTextCtrl with wxMULTILINE style?
Regards
Bundy
But why You don't put this 40 lines into wxTextCtrl with wxMULTILINE style?
Regards
Bundy
"Fate rewards prepared mind"
Quote from movie "Liberator 2"
Quote from movie "Liberator 2"