Somehow, my project file had the new TeeChart paths, but they were incomplete. Manually fixed, and all is ok now.
Thanks
Kevin
Search found 11 matches
- Mon Apr 27, 2015 7:52 pm
- Forum: VCL
- Topic: TeeChart 2015.15**
- Replies: 3
- Views: 5535
- Fri Apr 24, 2015 7:11 pm
- Forum: VCL
- Topic: TeeChart 2015.15**
- Replies: 3
- Views: 5535
TeeChart 2015.15**
Installed the 2015 upgrade for both XE7 and XE8. Now am getting unresolved external for Vcltee::Teengine::TChartSeries::GetMarks() in an Pie Chart on an existing XE7 project. Uninstalled, deleted all Tee files, and reinstalled. Didn't help. Verified no *tee* files in Embarcadero folders Ideas? Thank...
- Wed Dec 03, 2014 5:01 pm
- Forum: VCL
- Topic: XE7 Builder update1
- Replies: 3
- Views: 6822
Re: XE7 Builder update1
We installed the XE7 update from the web, with standard TChart disabled. When the update was installed, the Winapi.GDIAPI.hpp and Winapi.GDIPOBJ.hpp files apparently disappeared. So we did some tests, while watching the \include\windows\rtl folder Reinstalling TChart did not install the GDI files Re...
- Sun Nov 30, 2014 5:27 pm
- Forum: VCL
- Topic: XE7 Builder update1
- Replies: 3
- Views: 6822
XE7 Builder update1
Build 2014.12.140923 installed the XE7 update, now I am getting the missing Winapi.GDIPAPI messages, so I reinstalled those missing files posted in another topic (from XE3, I think), which worked before the update. I also fixed the namespace problem in VCLTee.TeeGDIPlus.hpp, as below: namespace Vclt...
- Fri Oct 03, 2014 4:28 pm
- Forum: VCL
- Topic: Zoom and Pan
- Replies: 2
- Views: 4470
Re: Zoom and Pan
I wasn't aware of the ClipPoints option, and I must have set it false unintentionally in the designer.
Thanks for the suggestion.
Will try to reproduce msvcrt.dll access violations.
I did not have GDI+ enabled in VCL 2012
VCL 2012 was Build 2012.07.121105
Thanks
Kevin
Thanks for the suggestion.
Will try to reproduce msvcrt.dll access violations.
I did not have GDI+ enabled in VCL 2012
VCL 2012 was Build 2012.07.121105
Thanks
Kevin
- Fri Oct 03, 2014 4:16 pm
- Forum: VCL
- Topic: TPieSeries
- Replies: 8
- Views: 11474
Re: TPieSeries
Your code works as intended.
Thank you !
Kevin
Thank you !
Kevin
- Thu Oct 02, 2014 8:41 pm
- Forum: VCL
- Topic: Zoom and Pan
- Replies: 2
- Views: 4470
Zoom and Pan
XE3 Builder, VCL 2014 This has not been a good upgrade from VCL 2012. New problems: Panning (via right mouse button) draws outside of the panel margins --- no clipping is happening. Zoom has similar problem. Draws the zoomed area way outside the axes limits, though the axes limits scale correctly. I...
- Thu Oct 02, 2014 5:53 pm
- Forum: VCL
- Topic: TPieSeries
- Replies: 8
- Views: 11474
Re: TPieSeries
re: the Delphi code to set font quality in GDI programmatically, this doesn't seem to work in C++ I like the look of ClearType at smaller fonts This is what I am trying: gdic = new TTeeCanvas3D(); gdic->FontQuality = fqClearType; Chart1->Canvas = gdic; but FontQuality is declared private, and not ac...
- Thu Oct 02, 2014 2:25 pm
- Forum: VCL
- Topic: TPieSeries
- Replies: 8
- Views: 11474
Re: TPieSeries
Thanks for the confirmation. I did not see this problem with 2012 VCL with same code and pie values.
I have solved the problem by controlling what values are added to the series.
K
I have solved the problem by controlling what values are added to the series.
K
- Wed Oct 01, 2014 6:23 pm
- Forum: VCL
- Topic: TPieSeries
- Replies: 8
- Views: 11474
Re: TPieSeries
Thanks for the responses. I found the source of the problem: make one of your values 0, or a very low number: Pie1->Clear(); Pie1->Gradient->Visible = false; Pie1->Marks->Visible = true; Pie1->AutoMarkPosition = true; Pie1->Marks->Shadow->Visible = false; Pie1->Marks->Symbol->Shadow->Visible = false...
- Mon Sep 29, 2014 9:07 pm
- Forum: VCL
- Topic: TPieSeries
- Replies: 8
- Views: 11474
TPieSeries
TeeChart Pro v2014, XE3 Builder I have a strange problem with new VCL version. Using GDI, default view, 3D turned off Clear the series, then add a number of series at runtime, setting each color directly. The first color is defined as clRed. This is also the biggest slice. This slice displays as bla...