FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Finished Label caption don't appear (https://fileforums.com/showthread.php?t=98345)

gatosky1620 05-10-2016 15:53

Finished Label caption don't appear
 
Why the Finished Label caption don't appear, only appear the "*" symbol

Code:

FinishedLabel:= TLabel.Create(WizardForm);
FinishedLabel.AutoSize:= False;
with WizardForm.FinishedLabel do
FinishedLabel.Top := {#FL2Top};
FinishedLabel.Left := {#FL2Left};
FinishedLabel.Width := {#FL2Width};
FinishedLabel.Height := {#FL2Height};
FinishedLabel.AutoSize := False;
FinishedLabel.WordWrap := True;
FinishedLabel.Font.Name := 'tahoma';
FinishedLabel.Font.Color:= {#FL2Color};
FinishedLabel.ShowAccelChar := False;
FinishedLabel.Caption := WizardForm.FinishedLabel.Caption;
FinishedLabel.Transparent := {#FL2Transparent};
FinishedLabel.Parent := WizardForm.FinishedPage;

WizardForm.WelcomeLabel1.Hide;
WizardForm.WelcomeLabel2.Hide;
WizardForm.FinishedLabel.Hide;
WizardForm.FinishedHeadingLabel.Hide;

http://i.imgbox.com/9sJ6TZk3.png

Razor12911 05-10-2016 21:34

the thanks button does exist you know.


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

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