View Full Version : ~~ Test My Installer ~~~
Please test my installer and give suggestions.
pakrat2k2
08-02-2015, 20:57
post a screenshot & give a little more info..
whats the installer for ?
I have made my own script so i wanna moderators to test it and give suggestions
GhostSystem
09-02-2015, 02:07
thanks bro....
pakrat2k2
09-02-2015, 02:39
The image is too big, resize it so that the text is underneath, & maybe only 1 or 2 lines of text, otherwise looks fine.
And please solve this
http://s12.postimg.org/drx2konzx/image.jpg
On installing page, my own cancel button have transparent text and white background around it.
pakrat2k2
09-02-2015, 06:37
look thru the script for cancel button section, then put // in front of transparent line.
The image is too big, resize it so that the text is underneath, & maybe only 1 or 2 lines of text, otherwise looks fine.
Give me an example.
pakrat2k2
09-02-2015, 07:08
Give me an example.
maybe stated wrong, not resize image but take the GTA IV portion of the image & move it higher up. The resulting image will still be same as before but the graphic part will be higher in the image. Then the text box will be better located.
maybe stated wrong, not resize image but take the GTA IV portion of the image & move it higher up. The resulting image will still be same as before but the graphic part will be higher in the image.
Okay.
http://s27.postimg.org/w3t08b15v/gta_game_wallpapers_wallpaper_games_images_gta_h.j pg
pakrat2k2
09-02-2015, 07:18
that looks much better
help razor12911 about transparency.
Razor12911
09-02-2015, 07:49
Transparency problem fixed.
My script is made on simple installer by inno setup, just made a few adjustments.
How to make a script like other script available at fileforums.
Any advise.
How to change transparent text font colour.?
lhanz678
10-02-2015, 02:15
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
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
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;
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
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
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.
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.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.