TeeChart repainting issue

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Sebastian
Newbie
Newbie
Posts: 9
Joined: Tue May 18, 2010 12:00 am

TeeChart repainting issue

Post by Sebastian » Tue Jun 22, 2010 7:51 am

Hi,

After user clicks "Copy" (to clipboard) on TeeCommander, chart stops repainting .

Even placing other application's window on top of chart, and moving it away leaves chart area messed up.

Is there any chance to fix it in coming release ?

Regards,
S.Gurgul

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

Re: TeeChart repainting issue

Post by Narcís » Wed Jun 23, 2010 8:48 am

Hi Sebastian,

Thanks for reporting. I could reproduce the issue here and added it (TV52014993) to the defect list to be fixed ASAP. This is a high priority issue but at the present moment I can't commit to a fix date.
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

Sebastian
Newbie
Newbie
Posts: 9
Joined: Tue May 18, 2010 12:00 am

Re: TeeChart repainting issue

Post by Sebastian » Fri Jul 02, 2010 10:06 am

It seems same issue appears for "Print" and for "Save" (some formats only - eg. GIF)

Any news about incomming maintenance release?

SG

Yeray
Site Admin
Site Admin
Posts: 9540
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart repainting issue

Post by Yeray » Mon Jul 05, 2010 2:23 pm

Hi Sebastian,

It seems to be the same problem we are discussing here.
And this made me think in the following provisional workaround:

Code: Select all

procedure TForm1.FormCreate(Sender: TObject);
begin
  TeeCommander1.ButtonCopy.OnClick:=ButtonCopyClick;
end;

procedure TForm1.ButtonCopyClick(Sender: TObject);
begin
  if Assigned(TeeCommander1.Panel) then
  begin
    TeeCommander1.Panel.CopyToClipboardBitmap;
    TeeCommander1.Panel.Draw;
  end;
end;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Yeray
Site Admin
Site Admin
Posts: 9540
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart repainting issue

Post by Yeray » Thu Jul 08, 2010 7:03 am

Hi Sebastian,

We have fixed the problem TV52014993 so it will be available in the next maintenance release.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

JMX Services
Newbie
Newbie
Posts: 5
Joined: Fri Jul 09, 2010 12:00 am

Re: TeeChart repainting issue

Post by JMX Services » Sat Jul 10, 2010 8:52 pm

We are having this same repaint issue after we display a rave report in preview mode. Once the repaint has malfunctioned, the animated zoom on the chart operates much slower and flickers when zooming. The Draw() function makes the chart look right, but the zooming is not fixed until we restart the application. Before the repaint malfunctions, everything is very fast and operates smoothly. Our older applications use this zoom feature heavily. We cannot use the 2010 component for the older applications until this is fixed. However, we just bought the new component to get the multiple axis support for a project that delivers this month. When can we expect to see the maintenance release with this fix? Can we get a patch for this problem prior to the release? If we cannot get this resolved in the next couple of weeks, can you provide a list of steps to uninstall the 2010 upgrade and revert back to the Rad Studio 2007 free version until we can get this fixed?

Thanks For Your Assistance!

JMX

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

Re: TeeChart repainting issue

Post by Narcís » Mon Jul 12, 2010 7:15 am

Hi JMX,

We plan publishing the maintenance release before two weeks. Please stay tuned!
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

JMX Services
Newbie
Newbie
Posts: 5
Joined: Fri Jul 09, 2010 12:00 am

Re: TeeChart repainting issue

Post by JMX Services » Fri Jul 30, 2010 10:29 pm

Can you give us an update on your progress with this maintenance release?

Yeray
Site Admin
Site Admin
Posts: 9540
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart repainting issue

Post by Yeray » Mon Aug 02, 2010 5:59 pm

Hi JMX,

We've found some troubles when testing the installers and we are working on it. I'm afraid the next release will be delayed a few weeks.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

JMX Services
Newbie
Newbie
Posts: 5
Joined: Fri Jul 09, 2010 12:00 am

Re: TeeChart repainting issue

Post by JMX Services » Wed Sep 08, 2010 2:27 pm

We are currently delaying delivery of multiple projects due to the problems previously discussed. We are very interested in the maintenance release, and have been for some time (two months plus now). The installer would be preferable, but if the date continues to slip, as a source code customer, we would like a copy of the "fixed" code to compile in-house.

Thank you,
JMX

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

Re: TeeChart repainting issue

Post by Narcís » Wed Sep 08, 2010 2:29 pm

Hi JMX,

We are doing some important changes at the version and the final release is not ready yet. However, we plan to have a pre-release version out imminently. Also, in the meantime I'll send you current sources.
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

JMX Services
Newbie
Newbie
Posts: 5
Joined: Fri Jul 09, 2010 12:00 am

Re: TeeChart repainting issue

Post by JMX Services » Wed Sep 08, 2010 2:43 pm

Very much appreciated.

Thank you for the quick response.

Sean Palmer
Newbie
Newbie
Posts: 7
Joined: Wed Jun 27, 2007 12:00 am
Location: UK
Contact:

Re: TeeChart repainting issue

Post by Sean Palmer » Thu Sep 09, 2010 3:27 pm

Hi Narcis,

I'm also experiencing this problem and also delaying releases to my clients because of it. could you send me, as a source code customer as well, the current sources please.

Many Thanks,
Sean.

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

Re: TeeChart repainting issue

Post by Narcís » Fri Sep 10, 2010 7:19 am

Hi Sean,

A non-stable version was posted yesterday just before you wrote the message. You should find the installers, both binary and source code, at the client download area.
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

Sean Palmer
Newbie
Newbie
Posts: 7
Joined: Wed Jun 27, 2007 12:00 am
Location: UK
Contact:

Re: TeeChart repainting issue

Post by Sean Palmer » Fri Sep 10, 2010 9:43 am

Hi Narcis,

Thanks, I found your post on the non-stable version when I returned to the main forum after posting my message, that was good service I thought, and promptly downloaded the new version. :D

Regards,
Sean.

Post Reply