TTeeCommander HighDPI Problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
X-ray
Newbie
Newbie
Posts: 6
Joined: Thu Jan 12, 2017 12:00 am

TTeeCommander HighDPI Problem

Post by X-ray » Mon Jul 17, 2017 7:33 am

Hello,

when using the TTeeCommander on a HighDPI device , like a Microsoft Surface (Pro 4) the label showing the rotation degree, zoom factor etc
is displaced and much too big.
captutreTchartbug.PNG
captutreTchartbug.PNG (10.3 KiB) Viewed 7121 times
Is there a way to influence the font size and the placement somehow ?

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

Re: TTeeCommander HighDPI Problem

Post by Yeray » Mon Jul 17, 2017 1:56 pm

Hello,

Just to make sure, are you using the latest TeeChart version available, v2017.22?
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

X-ray
Newbie
Newbie
Posts: 6
Joined: Thu Jan 12, 2017 12:00 am

Re: TTeeCommander HighDPI Problem

Post by X-ray » Mon Jul 17, 2017 3:01 pm

Hello Yeray,

Yes, I do use the latest TChart version in Delphi Berlin 10.01 (Update 2)

besr regards

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

Re: TTeeCommander HighDPI Problem

Post by Yeray » Tue Jul 18, 2017 11:56 am

Hello,

Note the TeeChart Editor and the TeeChart Commander have been designed to help the developer to build and test their applications. These tools aren't designed to be accessed by the final users, so we don't recommend giving access to it.

This having said, you can try modifying the EditText TLabel. Ie:

Code: Select all

procedure TForm1.FormCreate(Sender: TObject);
begin
  TeeCommander1.LabelText.Top:=TeeCommander1.LabelText.Top-10;
end;
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