Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 22-07-2013, 09:38
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by buttignol View Post
Friends need a help how to make transparent TasksList
as of the SelectTasksLabel
I'm using this script without success

Code:
var
  SelectTasksLabel,TasksList: TLabel;
procedure InitializeWizard();
begin
   WizardForm.SelectTasksLabel.Hide;
   WizardForm.TasksList.Hide;

   SelectTasksLabel:=TLabel.Create(WizardForm);
   SelectTasksLabel.Left:=60;
   SelectTasksLabel.Top:=15;
   SelectTasksLabel.Width:=470;
   SelectTasksLabel.Height:=35;
   SelectTasksLabel.AutoSize:=False;
   SelectTasksLabel.WordWrap:=True;
   SelectTasksLabel.Transparent:=True;
   SelectTasksLabel.Font.Size := 10;
   SelectTasksLabel.Caption:=WizardForm.SelectTasksLabel.Caption;
   SelectTasksLabel.Parent:=WizardForm.SelectTasksPage;

   TasksList:=TLabel.Create(WizardForm);
   TasksList.Left:=60;
   TasksList.Top:=70;
   TasksList.Width:=400;
   TasksList.Height:=252;
   TasksList.AutoSize:=False;
   TasksList.Font.Size := 10;
   TasksList.Parent:= WizardForm.SelectTasksPage;
end;
TasksList.Transparent:=True;

but actually, it's not TasksList which makes the Grey Field.

It's a form, just find out what it is.

Last edited by Razor12911; 22-07-2013 at 09:42.
Reply With Quote
 


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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 11:46.


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