In delphi, I have a loop that repeated refreshes and reloads a chart.
The chart was created at design time.
I am getting an out of memory error after running approximately 250 instances.
Should something be freed or refreshed relating to the chart?
memory issue
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi kualoa1,
Could you please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the characteristics of the environment where the problem occurs?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Could you please send us a simple example project we can run "as-is" to reproduce the problem here and let us know the characteristics of the environment where the problem occurs?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
I cannot provide this code at the moment.
Can you please tell me in general -- I create a chart at design time. at runtime, that chart is repeated created with different values in a loop. how can I be sure that there is no cumulative incaresing memory use due to the chart creation; can it be freed and if so please show me suggested instruction.
Thank you.
Can you please tell me in general -- I create a chart at design time. at runtime, that chart is repeated created with different values in a loop. how can I be sure that there is no cumulative incaresing memory use due to the chart creation; can it be freed and if so please show me suggested instruction.
Thank you.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |