View Single Post
  #8  
Old 07-05-2020, 15:24
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
@KaktoR, I found out.
The error happens only using version 6 of inno setup.
In reality, the VCLStylesInno.dll library relocates the NEXT and BACK buttons (in -3 pixels), but CANCEL is not repositioned.
If using inno setup 5 + VCLStyles all buttons are repositioned to (-3) pixels.
I attached a test for you to test if you want (Define or not the 2 lines and compare using inno setup 5 and 6).

There was an error in the ASIS script when compiling using Inno Setup 5.
I'm not sure if the script I had was the last one.
I fixed this error and also used a more correct way to correct the CANCEL buttom problem (Only fix if using Inno Setup 6).
The corrected ASIS script (Version I had) is attached.
Attached Files
File Type: rar VCLStyle_ERROR_with_Inno_Setup_6.rar (900.3 KB, 18 views)
File Type: rar ASIS - Script [2020.05.07].rar (24.9 KB, 23 views)
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
shakhnaften (08-05-2020)