![]() |
|
IWMemo Maximum Lines reached - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IWMemo Maximum Lines reached (/thread-1686.html) |
IWMemo Maximum Lines reached - DavidChiq - 05-21-2020 I have been using IWMemo to display log files to the user and in the past have not had any problems; at least that I could find. In the latest versions however, I am not getting the web browser to display all of the lines that are read in using LoadFromFile. I even tried adding the lines one at a time using a separate read function but it still will only show about 273 lines of my text file. Some of these logs can get VERY large. Is there a way to increase the "size" of the data in the IWMemo component? Is there another component that might work better? FYI - currently using IntraWeb 15.1.9 in Delphi 10.2 but the problem is in versions created several months ago also. Thanks! David C RE: IWMemo Maximum Lines reached - kudzu - 05-22-2020 Can you produce a slimmed down ready to run demo that demonstrates this? I can use random text data. Demo should be as simple as possible and ready to run as is. RE: IWMemo Maximum Lines reached - DavidChiq - 06-16-2020 (05-22-2020, 06:01 PM)kudzu Wrote: Can you produce a slimmed down ready to run demo that demonstrates this? I can use random text data. Demo should be as simple as possible and ready to run as is.I created a new project with the form I use and when I ran it and loaded a large text file it worked fine. LOL! I went back to my main application and loaded a large file and it also loaded properly. I have no idea why for a while it wasn't working properly. Must have been the browser. Thanks! David |