Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-10-2015, 14:18
ChronoCross's Avatar
ChronoCross ChronoCross is offline
Registered User
 
Join Date: Sep 2014
Location: Acacia Dragons
Posts: 254
Thanks: 145
Thanked 203 Times in 115 Posts
ChronoCross is on a distinguished road
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;
do
Attached Images
File Type: png cancel.png (219.5 KB, 401 views)
Reply With Quote
The Following 4 Users Say Thank You to ChronoCross For This Useful Post:
oltjon (29-02-2016), punchao (09-10-2015), rinaldo (09-10-2015), Stor31 (29-02-2016)
Sponsored Links
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 12:05.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com