Probably the same reason I am getting floating point errors when I try to add an
image to the image list. Someone said to try once of the daily snapshots it is
suppose to be fixed there, but I going to stick to the stable version for the time
being.
Jeff Steinkamp - N7YG
Tucson, AZ
SCUD Missile Coordinates
N32-13-55.01 W110-50-51.91
http://n7yg.net
http://home.earthlink.net/~jksteinkamp
Linux User #420428
Skype : jeff.steinkamp
_______________________________________________________
Basic research is what I'm doing, when I don't know what I'm doing.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, February 13, 2007 13:32
Subject: Re: [lazarus] Bug on TImageList
If I want to write a transparent bit map and, for this, I use TImageList
in this mode:
TempList := TImageList.CreateSize(Picture.Width,
Picture.Height);
Try
TempList.AddMasked(Picture1, TransColor);
TempList.Draw(BCanvas.Canvas, X, Y, 0, Enabled);
finally
TempList.Free;
end;
Where Picture is the source BitMap, BCanvas is the destination bit map
and Picture1 is a support bitmap, during the execution of the line
TempList.Draw(BCanvas.Canvas, X, Y, 0, Enabled); i have an error like
this "External: SIGSEVG"
Bye,
David
Please report this to mantis:
http://www.freepascal.org/mantis/main_page.php
Thanks
xpete
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives