I've used Teechart for years, never had this problem. I'm using Pro VCL 7, Delphi 6 Enterprise.
Put a chart component on a form, enabled = true, visible = true. Run the project. No chart is visible.
Any ideas on what stupid thing I'm doing wrong today??
Regards,
Chris
Just one of those days..
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Chris,
It is dificult to guess without being able to reproduce the problem here. Could you please send us a simple project we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
It is dificult to guess without being able to reproduce the problem here. Could you please send us a simple project we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
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 |
Re: Just one of those days..
Thanks, will do. I'm finding it's something to do with TPanel or it's descendents.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Chris,
Thanks for the example. I could reproduce the problem here and found the solution. The problem is that Chart1's parent is Panel1 and Panel1's Visible property is set to false. Just make Panel1 visible and you'll see Chart1 when running the project.
Thanks for the example. I could reproduce the problem here and found the solution. The problem is that Chart1's parent is Panel1 and Panel1's Visible property is set to false. Just make Panel1 visible and you'll see Chart1 when running the project.
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 |
Re: Just one of those days..
Thanks,
Chris
Chris