You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
ddv88
changed the title
Form and Caption bugs.
[Inno Setup] Form and Caption bugs.
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
The text was updated successfully, but these errors were encountered: