Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Browser Out of memory
#3
(07-04-2022, 06:29 AM)Alexandre Machado Wrote: Large data where? This is too vague.

Out of memory is a message of a Delphi exception. You need to debug your application and break the execution whenever the exception happens and check where it happens.

I am loading my data (DataTables) into IWLabel with RawText = True

IWLabel. Caption := "<table> ... </table>";

If there are say more than 1000 rows of DataTables  then is Out of memory in browser.

If not loading my data in IWLabel then OK.

Delphi (FastMM4) not detect exceptions.

This worked!  I dont know whats wrong? Browser, JS, IW or other.
Reply


Messages In This Thread
Browser Out of memory - by matija - 07-01-2022, 07:21 AM
RE: Browser Out of memory - by Alexandre Machado - 07-04-2022, 06:29 AM
RE: Browser Out of memory - by matija - 07-06-2022, 12:51 PM
RE: Browser Out of memory - by Alexandre Machado - 07-08-2022, 06:44 AM
RE: Browser Out of memory - by joelcc - 07-08-2022, 01:57 PM
RE: Browser Out of memory - by matija - 07-14-2022, 05:04 AM
RE: Browser Out of memory - by Alexandre Machado - 07-17-2022, 12:44 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)