Problem with smVCL ScaleMode in v14.12 Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 22, 2018 at 9:04 am #38084 Saeidd2016Participant Hello, In v14.12 it is not possible to set the ScaleMode to smVCL both in design time and in run time.(Delphi Berlin, Windows 10) December 22, 2018 at 9:44 am #58826 SupportKeymaster Hello Please, open the sSkinManager.pas file and change Code: {$IFNDEF DELPHI_10TOKYO} {$DEFINE AUTOVCL} to Code: {$IFNDEF DELPHI_10BERLIN} {$DEFINE AUTOVCL} Rebuild the package after that. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting