Page 1 of 1

TTeeCommander HighDPI Problem

Posted: Mon Jul 17, 2017 7:33 am
by 16579927
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 7144 times
Is there a way to influence the font size and the placement somehow ?

Re: TTeeCommander HighDPI Problem

Posted: Mon Jul 17, 2017 1:56 pm
by yeray
Hello,

Just to make sure, are you using the latest TeeChart version available, v2017.22?

Re: TTeeCommander HighDPI Problem

Posted: Mon Jul 17, 2017 3:01 pm
by 16579927
Hello Yeray,

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

besr regards

Re: TTeeCommander HighDPI Problem

Posted: Tue Jul 18, 2017 11:56 am
by yeray
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;