View Single Post
  #9  
Old 31-08-2023, 10:15
Fak Eid Fak Eid is offline
Registered User
 
Join Date: Jun 2023
Location: Mars
Posts: 147
Thanks: 98
Thanked 152 Times in 54 Posts
Fak Eid is on a distinguished road
This doesn't fix it. It's happening same in the WPI Corepack.iss file you created and shared initially on the same forum. let me know, if it can help if I share the installer script?

Code:
DirBrowseDlg.FCreate('Select Install Directory', WizardForm.DirEdit.Text, True, False, 0.35, 0);
DirBrowseDlg.TextFontSettings('Bellefair Regular', VCLFontSizeToFMX2(14), {#Color});
Quote:
Originally Posted by BLACKFIRE69 View Post
anything can cause this to happen; i don't know exactly what. maybe try changing the canvas quality.

Code:
FMXForm.CanvasQuality(cqHighPerformance);
Reply With Quote