I've found the answer. I had just copied the project sources from the XE5 folder to the XE10 folder.
I needed to then delete the XE10 .dproj files as they still point to the XE5 folders/components.
Might be worth keeping this as others may do the same.
Search found 3 matches
- Fri Aug 21, 2020 8:48 am
- Forum: VCL
- Topic: Incompatible types TTeeFunctionClass and TSmoothingFunction
- Replies: 4
- Views: 13992
- Fri Aug 21, 2020 6:44 am
- Forum: VCL
- Topic: Incompatible types TTeeFunctionClass and TSmoothingFunction
- Replies: 4
- Views: 13992
Incompatible types TTeeFunctionClass and TSmoothingFunction
Hello I have just set up a new machine with Delphi XE5 and XE10.4 Sydney. I have applied all patches. I have installed TeeChartVCLFMXSOURCE-2020.30.exe and compiled everything for both versions. XE5 is running fine, but when compiling a copy of the same code in XE10.4 Sydney I get the error: VCLTee....
- Wed Feb 19, 2020 12:48 pm
- Forum: ActiveX
- Topic: Dragging charts on a dashboard
- Replies: 1
- Views: 28333
Dragging charts on a dashboard
I'm trying to add functionality to allow users to reorder charts on a dashboard and save their positions in the underlying database. I've tried using the OnDragDrop and OnEndDock events on TDashboard, but they don't seem to fire, so I'm guessing that the events are on the charts themselves? Could yo...