Ich glaube das Problem ist wirklich eins
Jetzt sind wir schon zu dritt ^^
Hab zwar nicht GENAU das Problem aber
Delphi-Quellcode:
procedure TSpriteButton.SetCaption(const Value: String);
begin
FCaption := Value;
FSprite.Image.Picture.Bitmap.Canvas.TextOut
((Width div 2) + (FSprite.Image.Picture.Bitmap.Canvas.TextWidth(Value) div 2),
(Height div 2) + (FSprite.Image.Picture.Bitmap.Canvas.TextHeight(Value) div 2),
Value);
end;
Mein Button verschwindet einfach wenn ich die Caption ändere
Bzw das passiert im OnShow der Form. Ansonsten springt das Sprite etwas nach rechts unten
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."