|
#9
|
||||
|
||||
|
i fix my problem i add
Transparent := True; in exit.iss there is any way to make this for the entire script? or i need to add Transparent := True; for each msg win popup ? Code:
MyExitFrameLabel:=TLabel.Create(nil);
with MyExitFrameLabel do
begin
Transparent := True;
Parent := MyExit;
Font.Color := $00A9A9A9;
Font.Size := 9;
Font.Name:='calibri';
Caption := ExpandConstant('Exit');
SetBounds(25, 18, 100, 17);
OnMouseDown:=@ExitFormOnMouseDown;
end;
MyExitFrameLabel1:=TLabel.Create(NIL);
with MyExitFrameLabel1 do
begin
Transparent := True;
Parent := MyExit;
Font.Color := $00A9A9A9;
Font.Size := 9;
Font.Name:='calibri';
Caption := 'Setup is not completed. All changes will not be saved'+#13+
'Are you sure you want to Exit?'
SetBounds(90, 77, 400, 300);
OnMouseDown:=@ExitFormOnMouseDown;
end;
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test Drive Unlimited 2 (DVD9 to 2xDVD5) *Multi5* [SREP + LZMA + INNO SETUP] | REV0 | PC Games - CD/DVD Conversions | 15 | 19-08-2016 14:02 |
| hi.. a lot of time.. i need you test my installer please | Logrim | Conversion Tutorials | 7 | 15-04-2016 07:00 |
| Reflate test | Razor12911 | Conversion Tutorials | 8 | 09-09-2015 00:35 |
| Test Drive Unlimited 2 Beta | Dopefish | PC Games - Protection List | 5 | 06-02-2011 04:46 |