[Lazarus] TSpeedButton glyph png
Sebastian Kraft
sebastian_kraft at gmx.de
Wed Oct 15 14:18:58 CEST 2008
> Sebastian Kraft wrote:
> >> Png: TPortableNetworkGraphic;
> >> begin
> >> Png := TPortableNetworkGraphic.Create;
> >> try
> >> Png.LoadFromFile('test.png');
> >> Speedbutton.Glyph := Png;
> >> finally
> >> Png.Free;
> >> end;
> >> end;
> >>
> >>
> >
> > tried this before, but I get
> >
> > mainform.pas(3004,18) Error: Incompatible type for arg no. 1: Got
> "TPortableNetworkGraphic", expected "TBitmap"
> >
> > on Speedbutton.Glyph:=Png;
> >
> Ok,
>
> Speedbutton.Glyph.Assign(Png)
>
Thanks Paul!
Sebastian
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
More information about the Lazarus
mailing list