Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Label taucht nicht auf. (https://www.delphipraxis.net/124331-label-taucht-nicht-auf.html)

pplc 18. Nov 2008 20:27


Label taucht nicht auf.
 
Hallo liebe Delphi-Freunde!

Ich sitze gerade vor folgendem Problem.

Ich rezueg zur Laufzeit ein Label

L := TLabel.Create(f_Main);

Ich gebe die Position an und die Größe, setze eine
Caption und visible= true.

Trotzdem sehe ich das Lable nicht auf meinem Form.

Übersehe ich etwas?

Danke für Eure antworten.

PPLC

Helmi 18. Nov 2008 20:29

Re: Label taucht nicht auf.
 
hast du:

Delphi-Quellcode:
L.parent := self; //oder anderen parent
gesetzt?

pplc 18. Nov 2008 20:32

Re: Label taucht nicht auf.
 
Thx, das wars.

PPLC


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:56 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz