TeeChart repainting issue

TeeChart VCL / CLX for Borland Delphi, C++ Builder and Kylix.

TeeChart repainting issue

Postby 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
Sebastian
Newbie
Newbie
 
Posts: 7
Joined: Tue May 18, 2010 12:00 am

Re: TeeChart repainting issue

Postby 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.
User avatar
Narcís
Site Admin
Site Admin
 
Posts: 12416
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia

Re: TeeChart repainting issue

Postby 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
Sebastian
Newbie
Newbie
 
Posts: 7
Joined: Tue May 18, 2010 12:00 am

Re: TeeChart repainting issue

Postby 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
Yeray Alonso

Steema Support Central
http://support.steema.com/
http://twitter.com/SteemaSoftware
Yeray
Site Admin
Site Admin
 
Posts: 2804
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia

Re: TeeChart repainting issue

Postby 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
Yeray Alonso

Steema Support Central
http://support.steema.com/
http://twitter.com/SteemaSoftware
Yeray
Site Admin
Site Admin
 
Posts: 2804
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia

Re: TeeChart repainting issue

Postby 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
JMX Services
Newbie
Newbie
 
Posts: 3
Joined: Fri Jul 09, 2010 12:00 am

Re: TeeChart repainting issue

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

Hi JMX,

We plan publishing the maintenance release before two weeks. Please stay tuned!
User avatar
Narcís
Site Admin
Site Admin
 
Posts: 12416
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia

Re: TeeChart repainting issue

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

Can you give us an update on your progress with this maintenance release?
JMX Services
Newbie
Newbie
 
Posts: 3
Joined: Fri Jul 09, 2010 12:00 am

Re: TeeChart repainting issue

Postby 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
Yeray Alonso

Steema Support Central
http://support.steema.com/
http://twitter.com/SteemaSoftware
Yeray
Site Admin
Site Admin
 
Posts: 2804
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia


Return to VCL / CLX

Who is online

Users browsing this forum: No registered users and 1 guest

cron