AV when assigning big images to walls
Posted: Wed Jan 21, 2009 9:44 am
Hi,
when I assign a large image (1280 x 1024) to a wall I get an AV. The debugger indicates that the problem is in TeCanvas, Line 3495.
Steps to reproduce:
Put a Tchart on a Form and a TImage. Load an image into the Timage and assign it to one of the walls:
Chart1.BottomWall.Picture.Assign(Image1.Picture);
Btw IIRC the same happens for the ImageTool.
TChart Source version 8.04, Delphi 2009 with all updates
Best regards,
Markus
when I assign a large image (1280 x 1024) to a wall I get an AV. The debugger indicates that the problem is in TeCanvas, Line 3495.
Steps to reproduce:
Put a Tchart on a Form and a TImage. Load an image into the Timage and assign it to one of the walls:
Chart1.BottomWall.Picture.Assign(Image1.Picture);
Btw IIRC the same happens for the ImageTool.
TChart Source version 8.04, Delphi 2009 with all updates
Best regards,
Markus