sry, dass ich doch nochmal stören muss. Desktop blitzt wieder auf.
Die Komponente, die AlphaBlend anwenden soll, muss auch AlphaBlend im
OI haben? Bzw wo muss ich
Delphi-Quellcode:
var
i: integer;
begin
for i := 0 to 255 do begin
AlphaBlendValue := i;
AlphaBlend:=true;
Sleep(1);
Application.ProcessMessages;
end;
end;
anwenden? Form, TransparentesPanel, oder Inhalt des Panels? Und
und als welches "On"-Ereignis?
OnShow??, OnActivate?? (Form)
OnEnter?? (Form, TransparentesPanel, Inhalt des Panels)