|
#16
|
||||
|
||||
|
what do you mean transparent text?
you can use this BtnSetFontColor(example,$00FFFFFF,$2500A2,$00FFFFF F,$2500A2); $00FFFFFF =clwhite $2500A2=clred |
| Sponsored Links |
|
#17
|
||||
|
||||
|
with WizardForm.WelcomeLabel1 do
begin Transparent := True; Left := ScaleX(24); Top := ScaleY(66); Width := ScaleX(492); end; Their font colour donot change |
|
#18
|
||||
|
||||
|
Quote:
try this with WizardForm.WelcomeLabel1 do begin Transparent := True; Left := ScaleX(24); Top := ScaleY(66); Width := ScaleX(492); Font.Color := clred end;
__________________
The Imitation Game |
|
#19
|
||||
|
||||
|
Doesn't work
|
|
#20
|
|||
|
|||
|
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 |
|
#21
|
||||
|
||||
|
Thnx. I will try.
|
|
#22
|
||||
|
||||
|
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.
|
|
#23
|
||||
|
||||
|
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. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| test my setup installer | lhanz678 | Conversion Tutorials | 25 | 20-04-2016 05:39 |
| [Please] Test Installer | Carldric Clement | Conversion Tutorials | 2 | 17-10-2014 19:57 |