[Bug report] Backimage Center and Tile whith resize filter

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

[Bug report] Backimage Center and Tile whith resize filter

Post by bertrod » Wed May 07, 2008 9:43 am

Hello,

I found a problem with the Backimage. I have TeeChart Pro v8.0.1.10787

1. Place a backimage on the chart
2. Add a TResizeFilter to the backimage, and change the size of the image (I double the size in my exemple)
3. If you choose to "center" or "tile" the backimage, the result is incorrect because the values used to center and tile are the Width and Height of the original image, and not the Width and Height modified by the ResizeFilter.

The problem doesn't look complicated to correct (test if a TResizeFilter is assigned to the backimage before applying the Tile and Center) and is quite prior to me, as I'm using many TResizeFilter.

Is it possible to correct this bug quickly or to give me a quick fix in the source code maybe ?

Thanks :wink:

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 07, 2008 11:20 am

Hi bertrod,

I could reproduce the issue here and added it (TV52013035) to the bug list to be fixed for next releases. However, I can't give you an estimate date at the moment.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply