RRUZ / vcl-styles-plugins

Skin plugins for third party installers and apps
https://theroadtodelphi.wordpress.com/
168 stars 46 forks source link

[Inno Setup] Form and Caption bugs. #38

Open ddv88 opened 7 years ago

ddv88 commented 7 years ago

Doesn't work BorderStyle parameter. https://yadi.sk/i/YxvxiHcb3Ebstc

BorderIcons and Caption bugs. https://yadi.sk/i/i6UhGW8H3EbsuK

Updating dynamic elements. https://yadi.sk/i/p_bfXzqT3EcC9w

procedure CancelButtonOnClick(Sender: TObject);
begin
  SuspendProc;
  if MsgBox(ExpandConstant('{cm:ExitQuestion}'), mbConfirmation, MB_YESNO) = IDYES then ISDoneCancel:=1;
  ResumeProc;
end;

MyCancelButton:=TButton.Create(WizardForm);
  with MyCancelButton do begin
    Parent:=WizardForm;
    Width:=ScaleX(135);
    Caption:=ExpandConstant('{cm:CancelButton}');
    Left:=ScaleX(360);
    Top:=WizardForm.cancelbutton.top;
    OnClick:=@CancelButtonOnClick;
  end;
nia1nia1 commented 4 years ago

Уже почти 2020 год, а ошибка так и не исправлена.

ddv88 commented 4 years ago

Уже почти 2020 год, а ошибка так и не исправлена.

Судя по тому, что с 2015 это тянется, не будет фикса.