Search found 5 matches
- Fri May 16, 2025 1:49 pm
- Forum: VCL
- Topic: TeeChart Pro - SSL support was not enabled for this installer
- Replies: 1
- Views: 3607
TeeChart Pro - SSL support was not enabled for this installer
I am trying to install TeeChart Pro 2024.42 onto my laptop, into the latest release (including patch) of C++Builder 12.3. However, I get the error message SSL support was not enabled for this installer This also ocurs if I try to install into earlier versions of C++Builder on this machine. I have no...
- Thu Apr 24, 2025 11:29 am
- Forum: VCL
- Topic: Help wanted overcoming delay in repainting contour graph
- Replies: 2
- Views: 8125
Re: Help wanted overcoming delay in repainting contour graph
Thanks, Yeray, that worked
- Thu Apr 17, 2025 1:27 pm
- Forum: VCL
- Topic: Help wanted overcoming delay in repainting contour graph
- Replies: 2
- Views: 8125
Help wanted overcoming delay in repainting contour graph
I am trying to create a contour graph that uses ISO axes (i.e. the same X and Y scales) AND has a number of circles drawn on top of it. Screenshot #2 (correct) below shows the graph I am trying to produce. Screenshot 2 (correct).jpg The problem is that, when the graph first appears, the axes are not...
- Mon Jun 13, 2022 5:06 pm
- Forum: VCL
- Topic: Questions regarding LoadGraphOptions
- Replies: 2
- Views: 6295
Re: Questions regarding LoadGraphOptions
I have found the function LoadChartFromXMLFile but ... After I have saved the same options to both the tee file and the xml file and then load those files, the tee file works as expected (apart form the data not being drawn) but the XML file does not. I attach three screenshots showing what I am get...
- Mon Jun 13, 2022 4:37 pm
- Forum: VCL
- Topic: Questions regarding LoadGraphOptions
- Replies: 2
- Views: 6295
Questions regarding LoadGraphOptions
I have some questions about loading TChart options from previously saved *.tee files. The tee files have been saved using a call like this: SaveChartToFile(Chart, filename, false, true); The false flag means that the data in the graph is NOT included in the tee file (which I have checked). When I us...