Hi
I have a strange problem. I just upgraded from Borland C++ version 6 to Studio 2006. I also upgraded to Teechart 7.06.
When I run my program in the compile enviroment the plots are being updated, but when I let other people run my applications their windows are not updating my plots. This was not an issue in B++ 6.0 with the proper TeeChart. Repaint() and Refresh() does not help. Any ideas?
Best regards
Carsten
Plot is not being updated in Borland studio 2006 (c++)
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Carsten,
You can try with Chart1.Invalidate or Chart1.Draw but be very careful where you use them because you can fall into an infinite loop.
If the problem persists please send us an example we can run "as-is" to reproduce the problem here. You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
You can try with Chart1.Invalidate or Chart1.Draw but be very careful where you use them because you can fall into an infinite loop.
If the problem persists please send us an example we can run "as-is" to reproduce the problem here. You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Carsten,
Could you please send us an example we can run "as-is" to reproduce the problem here?
Thanks in advance.
Could you please send us an example we can run "as-is" to reproduce the problem here?
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Carsten,
I'm glad to hear you could solve that issue.
I'm glad to hear you could solve that issue.
Sorry, I forgot about that. We try to test the code in the IDE and language that our customers tell us.BTW, the code you described was not C++. Are you testing your code with the C++ part of Borland Studio 2006 ?
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 |