Einzelnen Beitrag anzeigen

Benutzerbild von DGL-luke
DGL-luke

Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
 
Delphi 2006 Professional
 
#3

Re: TImage wird nicht transparent dargestellt

  Alt 6. Jun 2007, 15:03
hallo, das sollte man etwas anders machen:

Delphi-Quellcode:
var
  tempBmp: TBitmap;
begin
  Imaglist.GetBitmap(index, tempBmp);

  tempBmp.Transparent := true;
  Image.Picture.Graphic.Assign(tempBmp);
end;
So müssts auch funktionieren.
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
  Mit Zitat antworten Zitat