Just one of those days..

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Chris
Newbie
Newbie
Posts: 3
Joined: Fri Aug 20, 2004 4:00 am
Location: Sydney, Australia

Just one of those days..

Post by Chris » Fri Dec 01, 2006 2:25 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Dec 01, 2006 8:40 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Chris
Newbie
Newbie
Posts: 3
Joined: Fri Aug 20, 2004 4:00 am
Location: Sydney, Australia

Re: Just one of those days..

Post by Chris » Fri Dec 01, 2006 8:48 am

Thanks, will do. I'm finding it's something to do with TPanel or it's descendents.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Dec 01, 2006 10:28 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Chris
Newbie
Newbie
Posts: 3
Joined: Fri Aug 20, 2004 4:00 am
Location: Sydney, Australia

Re: Just one of those days..

Post by Chris » Fri Dec 01, 2006 9:40 pm

Thanks,

Chris

Post Reply