|
#11
|
|||
|
|||
|
Quote:
Ok, the case looks like this, If I run on basic script (modified only with the statements that verify the selected components to modify files) on my PC with 100% DPI scaling it works fine, the same is after changing to 125%, 150% and 175% but with already runned setup. I forgot to mention, on both Desktop and Laptop I have 1980x1080 resolution, and on Laptop 125% scaling, as for Desktop 100% If I run the setup after changing the scale to for example 125% it looks like that: 2019-03-26_09h39_27.png so, the DPICalculator in fact does not work... ![]() Edit: Ok, @KaktoR, @Cesar82 Problem solved. The Case was that in the original script there were absolute coordinates and sizes for the size of Forms etc. Just change the absolute sizes to SizeX and SizeY values and Voila ![]() For Example if You Have "WilkommenLabel.Width := 600" change it to "WilkommenLabel.Width := SizeX(600)", for "*.Height :=300" change to "*.Height = SizeY(300)", "Top :=" to "Top := SizeY()", "Left :=" to "Left := SizeX()". Tested it on "WillkommenLabel" and it works. Last edited by Schabik; 28-03-2019 at 05:46. |
| The Following User Says Thank You to Schabik For This Useful Post: | ||
Titeuf (25-03-2019) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |