View Single Post
  #65  
Old 27-09-2022, 04:11
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
here is a more illustrative example
this isn't an issue with FMXInno. it comes from Delphi itself. so i had to comeup with a fix for this.

this will work...

Code:
with WizardForm do
  begin
    Height := ScaleY(450);
    Width := ScaleX(800);
  end;

Last edited by BLACKFIRE69; 14-07-2024 at 01:39.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (27-09-2022), houcine80 (27-09-2022)