Search found 2 matches
- Wed Dec 15, 2021 3:51 am
- Forum: FMX
- Topic: FMX, TeeChart, drag drop operation
- Replies: 1
- Views: 27988
FMX, TeeChart, drag drop operation
In the DragOver event, if you set the operation, it does not reflect the operation of the drag/drop. For example, setting it to TDragOperation.None should result it the "not accept" icon. I can see in the FMXTee.Chart code, procedure TCustomChart.DragOver, the Operation is ignored. Clearly we are tr...
- Tue Dec 14, 2021 5:53 am
- Forum: FMX
- Topic: Error accessing/adding TChart tools on FMX
- Replies: 1
- Views: 27682
Error accessing/adding TChart tools on FMX
With the Delphi Alexandria, on FMX charts, if I open the Chart Editor for a TChart and click on "Tool" in the editor Tree, I get the following error: Error reading StyleBook1.ResourcesBin: Error reading TImage.Align: Invalid property value. Oddly, if I add a tool by editing the DFM file, the tools d...