D7 TeeChart Pro CLX invisible at runtime

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Greg
Newbie
Newbie
Posts: 3
Joined: Thu Feb 26, 2004 5:00 am
Location: bullock@mrcmry.com

D7 TeeChart Pro CLX invisible at runtime

Post by Greg » Thu Mar 04, 2004 11:11 pm

Using TeeChart Pro 6.01 CLX.with D7.

The TChart in my project seems fine at design time, but becomes invisible as soon as I run the app. I can confirm that the Visible property is still set to True, but I notice that the ChartRect is (0,0,0,0).

Anyone know the solution to this problem?

Pavel Poles asked about this in the newsgroup with the subject "TeeChart CLX runtime", but there were no responses. I thought I'd try again with a few more details.

Thanks.
Greg

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Mon Mar 08, 2004 9:56 pm

Hi, Greg.

(copy from our newsgroups : post by David)
---------------------------------------------------

Are you compiling with define "CLX" ? ( and doing a "Build all" with source
folder set in search path )

Also, check the dpr file if the first unit in "uses" is "QForms" and NOT the VCL "Forms" unit.
Marjan Slatinek,
http://www.steema.com

Greg
Newbie
Newbie
Posts: 3
Joined: Thu Feb 26, 2004 5:00 am
Location: bullock@mrcmry.com

Post by Greg » Tue Mar 09, 2004 2:31 am

Thank you very much, Marjan.

The combination of defining CLX and adding the source folder to the search path fixed the problem.

Regards.
Greg :D

Post Reply