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
D7 TeeChart Pro CLX invisible at runtime
-
- Newbie
- Posts: 3
- Joined: Thu Feb 26, 2004 5:00 am
- Location: bullock@mrcmry.com
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.
(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
http://www.steema.com
-
- Newbie
- Posts: 3
- Joined: Thu Feb 26, 2004 5:00 am
- Location: bullock@mrcmry.com