TeeChart repainting issue
TeeChart repainting issue
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart repainting issue
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.
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 |
Instructions - How to post in this forum |
Re: TeeChart repainting issue
It seems same issue appears for "Print" and for "Save" (some formats only - eg. GIF)
Any news about incomming maintenance release?
SG
Any news about incomming maintenance release?
SG
Re: TeeChart repainting issue
Hi Sebastian,
It seems to be the same problem we are discussing here.
And this made me think in the following provisional workaround:
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 Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart repainting issue
Hi Sebastian,
We have fixed the problem TV52014993 so it will be available in the next maintenance release.
We have fixed the problem TV52014993 so it will be available in the next maintenance release.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 5
- Joined: Fri Jul 09, 2010 12:00 am
Re: TeeChart repainting issue
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
Thanks For Your Assistance!
JMX
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart repainting issue
Hi JMX,
We plan publishing the maintenance release before two weeks. Please stay tuned!
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 5
- Joined: Fri Jul 09, 2010 12:00 am
Re: TeeChart repainting issue
Can you give us an update on your progress with this maintenance release?
Re: TeeChart repainting issue
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.
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 Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 5
- Joined: Fri Jul 09, 2010 12:00 am
Re: TeeChart repainting issue
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
Thank you,
JMX
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart repainting issue
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 5
- Joined: Fri Jul 09, 2010 12:00 am
Re: TeeChart repainting issue
Very much appreciated.
Thank you for the quick response.
Thank you for the quick response.
-
- Newbie
- Posts: 7
- Joined: Wed Jun 27, 2007 12:00 am
- Location: UK
- Contact:
Re: TeeChart repainting issue
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.
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.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart repainting issue
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.
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 |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 7
- Joined: Wed Jun 27, 2007 12:00 am
- Location: UK
- Contact:
Re: TeeChart repainting issue
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.
Regards,
Sean.
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.
Regards,
Sean.