ChartPreviewer

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Neil
Newbie
Newbie
Posts: 9
Joined: Tue Mar 16, 2004 5:00 am

ChartPreviewer

Post by Neil » Thu Mar 25, 2004 9:39 am

I am using TeeChart 7 with BCB 6.
When I use ChartPreviewer, all works fine until I click the close buttons, and then I get a List out of bounds error.

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Thu Mar 25, 2004 2:02 pm

Hi, Neil.

I was not able to replicate it here using TeeChart v7 and BCB6. Are you using the runtime packages ? If possible, send me small sample application which shows this problem. You can send it to marjan@steema.com email address.
Marjan Slatinek,
http://www.steema.com

Neil
Newbie
Newbie
Posts: 9
Joined: Tue Mar 16, 2004 5:00 am

Post by Neil » Fri Mar 26, 2004 9:04 am

I have not been able to recreate this in a simple project.
I have worked around the problem by enclosing ChartPreviewer->Execute() in a try - catch statement

Post Reply