Page 1 of 1

Just one of those days..

Posted: Fri Dec 01, 2006 2:25 am
by 9233676
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

Posted: Fri Dec 01, 2006 8:40 am
by narcis
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.

Re: Just one of those days..

Posted: Fri Dec 01, 2006 8:48 am
by 9233676
Thanks, will do. I'm finding it's something to do with TPanel or it's descendents.

Posted: Fri Dec 01, 2006 10:28 am
by narcis
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.

Re: Just one of those days..

Posted: Fri Dec 01, 2006 9:40 pm
by 9233676
Thanks,

Chris