TMarksTipTool.Format.TextAlignment=taLeftJustify not stored

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Whookie
Newbie
Newbie
Posts: 25
Joined: Mon Dec 12, 2016 12:00 am

TMarksTipTool.Format.TextAlignment=taLeftJustify not stored

Post by Whookie » Wed Apr 05, 2017 10:02 pm

TMarksTipTool.Format.TextAlignment=taLeftJustify is not stored in .dfm instead taCenter is used when the application is compiled or the form is reopened in the IDE

Use the attached application (ChartTool1) for testing it.
Attachments
ErrorBarChart.7z
(2.85 KiB) Downloaded 596 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TMarksTipTool.Format.TextAlignment=taLeftJustify not stored

Post by Yeray » Fri Apr 07, 2017 10:12 am

Hello,

The Alignment combobox in the TTextShapeEditor modifies the Alignment property, not the TextAlignment.
The TextAlignment can be modified in the Text tab in the TextShapeEditor, but his tab is hidden in the TMarksTipToolEdit.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply