Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inno Setup] Form and Caption bugs. #38

Open
ddv88 opened this issue Feb 26, 2017 · 2 comments
Open

[Inno Setup] Form and Caption bugs. #38

ddv88 opened this issue Feb 26, 2017 · 2 comments

Comments

@ddv88
Copy link

ddv88 commented Feb 26, 2017

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;
@ddv88 ddv88 changed the title Form and Caption bugs. [Inno Setup] Form and Caption bugs. Feb 26, 2017
@nia1nia1
Copy link

nia1nia1 commented Nov 8, 2019

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

@ddv88
Copy link
Author

ddv88 commented Nov 8, 2019

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants