FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   ~~ Test My Installer ~~~ (https://fileforums.com/showthread.php?t=96646)

lhanz678 10-02-2015 02:15

Quote:

Originally Posted by Bilawal (Post 437924)
How to change transparent text font colour.?

what do you mean transparent text?
you can use this

BtnSetFontColor(example,$00FFFFFF,$2500A2,$00FFFFF F,$2500A2);

$00FFFFFF =clwhite
$2500A2=clred

Bilawal 10-02-2015 02:38

with WizardForm.WelcomeLabel1 do
begin
Transparent := True;
Left := ScaleX(24);
Top := ScaleY(66);
Width := ScaleX(492);
end;

Their font colour donot change

lhanz678 10-02-2015 02:48

Quote:

Originally Posted by Bilawal (Post 437926)
with WizardForm.WelcomeLabel1 do
begin
Transparent := True;
Left := ScaleX(24);
Top := ScaleY(66);
Width := ScaleX(492);
end;

Their font colour donot change


try this

with WizardForm.WelcomeLabel1 do
begin
Transparent := True;
Left := ScaleX(24);
Top := ScaleY(66);
Width := ScaleX(492);
Font.Color := clred
end;

Bilawal 10-02-2015 02:51

Quote:

Originally Posted by lhanz678 (Post 437927)
try this

with WizardForm.WelcomeLabel1 do
begin
Transparent := True;
Left := ScaleX(24);
Top := ScaleY(66);
Width := ScaleX(492);
Font.Color := clred
end;

Doesn't work

Alash Als 12-02-2015 05:18

I was also like you before.
Don't jump into creating scripts.
At first download the scripts on this forums and try to edit it like yourself.
After that you will become friendly with botva2 and other module
then you can code your own script

Bilawal 12-02-2015 05:58

Quote:

Originally Posted by Alash Als (Post 438014)
I was also like you before.
Don't jump into creating scripts.
At first download the scripts on this forums and try to edit it like yourself.
After that you will become friendly with botva2 and other module
then you can code your own script

Thnx. I will try.

Razor12911 12-02-2015 15:10

Quote:

Originally Posted by Bilawal (Post 437924)
How to change transparent text font colour.?

transparent text font color? like $AARRGGBB? I do not think that alpha values work with VCL components. but I think this is possible with Layered library. unless I did not understand your question.

Bilawal 14-02-2015 19:48

I changed it.
We can't change font color of transparent text of inno setup.
But we can if we made it by our-self.


All times are GMT -7. The time now is 23:54.

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