Page 1 of 1

D7 TeeChart Pro CLX invisible at runtime

Posted: Thu Mar 04, 2004 11:11 pm
by 8578964
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

Posted: Mon Mar 08, 2004 9:56 pm
by Marjan
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.

Posted: Tue Mar 09, 2004 2:31 am
by 8578964
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