Zitat von
Luckie:
Warum sollte es bei 300 Pixeln zu ende sein? Da fängt es doch an.
Warum? Weil
.Alignment auf
taRightJustify steht. Und d.h. Rechtsbündig
Zitat von
mkinzler:
Auf was steht .AutoSize?
True (Weil das wird automatisch vergrößert
Ohne
.Width Angabe)
Und
.Left wird nirgends geändert
MfG
xZise
PS: Ich habe das mal isoliert mit ein paar Sachen, gleiches Problem ^^
[edit]WO BLEIBT MEINE REDBOX ^^
Zitat von
DeddyH:
Delphi-Quellcode:
with lCaptionDesc do
begin
Left := 0;
AutoSize := false;
Width := 300;
Top := 3;
Alignment := taRightJustify;
Parent := tsFilter;
Caption := 'Ein bischen Text... Bla bla blub';
end;
[edit]
[/edit]
o.O
Aber warum so umständlich?
[/edit]