On 03/24/2011 01:05 PM, Zaher Dirkey wrote:
2011/3/24 patspiper <[email protected] <mailto:[email protected]>>
You can add the contents of a lrs file
How without using a converter (image -> lrs)
I like to have this, in unit that register my controls
{$r 'myimage.png'}
$R needs res files whereas Lazarus understands lrs files. In your case,
you can just load the image at runtime:
Image1.Picture.Bitmap.LoadFromFile(myimage.png)
Stephano
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus