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
anything can cause this to happen; i don't know exactly what. maybe try changing the canvas quality.
Code:
FMXForm.CanvasQuality(cqHighPerformance);
|