Search found 11 matches

by RichTat
Thu Nov 25, 2010 5:36 pm
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23446

Re: Last version of TQRChart for C++ builder 2010

Yeray I have downloaded your file and tried to compile the projects but there are file path references in the project file which are not configurable in the IDE PROJECT OPTIONS as far as I can see but which have to be changed. I may try to go through the files in detail at a later date. However, usi...
by RichTat
Wed Nov 17, 2010 6:48 pm
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23446

Re: Last version of TQRChart for C++ builder 2010

Yeray Yes, I have C++ Builder 2010, TeeChart Pro 2010 for Delphi 2010 and C++ Builder 2010, QulckReport 5.05 for Delphi 2010 and a separate QuickReport 5.04 for C++ Builder 2010. TQRChart component for Delphi 2010 is installed. I need TQRChart component foor C++Builder 2010 and QuickReport V5.04. I ...
by RichTat
Wed Nov 17, 2010 2:12 pm
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23446

Re: Last version of TQRChart for C++ builder 2010

Yeray I have spent a day on this and given up. The Tee Chart version 8 is different from mine, the references to CodeGear and RAD Studio 5.0 are incorrect., the personality numbers are different, the file names are different. The TQrTeeReg.pas files in my Delphi and C++ versions are different. I hav...
by RichTat
Mon Nov 15, 2010 3:59 pm
Forum: VCL
Topic: Last version of TQRChart for C++ builder 2010
Replies: 15
Views: 23446

Re: Last version of TQRChart for C++ builder 2010

Yeray I have just downloaded the latest TeeChart release v2010.01.11004 (which has cured repaint bugs - thank you) and purchased the latest QuickReport V505 for Delphi and v504C for C++ Builder. I followed exactly the instructions given in the article you specified for how to prepare TQRChart compon...
by RichTat
Mon Jul 05, 2010 2:25 pm
Forum: VCL
Topic: Design-time Fonts access violation
Replies: 3
Views: 5813

Re: Design-time Fonts access violation

Hi Narcis
Sorry - I searched the forum for 'access violation' not 'AV' so I missed it.
RichTat
by RichTat
Mon Jul 05, 2010 1:59 pm
Forum: VCL
Topic: Design-time Fonts access violation
Replies: 3
Views: 5813

Design-time Fonts access violation

For some time now I have been getting in C++Builder 2010: 'Access violation at XXXXX in module TeeUI914.bpl. read of address xxxxx' Whenever I do the following with a TChart control at design time: Right-click->Edit Chart->Select Chart->General->Select FONTS tab. Click Ok and the error is often repe...
by RichTat
Mon Jul 05, 2010 1:08 pm
Forum: VCL
Topic: TChart repaint failure
Replies: 10
Views: 29888

Re: TChart repaint failure

Hello Yeray 1) Setting the WINDOWS visual effects option has no effect on our XP development computer 2) Executing the Chart1->Draw() function IMMEDIATELY after the Chart1->TeeCreateBitmap() function in the same procedure eliminates the problem. 3) Executing the Chart1->Draw() function as a separate...
by RichTat
Mon Jan 11, 2010 12:49 pm
Forum: VCL
Topic: Series names at design time
Replies: 3
Views: 6035

Re: Series names at design time

Yes - thank you - I knew there was a simple answer !!
by RichTat
Mon Jan 11, 2010 12:09 pm
Forum: VCL
Topic: Series names at design time
Replies: 3
Views: 6035

Series names at design time

I have a large number of charts each with multiple series created at design time that I add data to at runtime using the Series name (Series1->Add(), Series2->AddXY(), etc.). The chart editor shows for each series the series title but not the series name. The object inspector shows the series list f...
by RichTat
Tue Sep 08, 2009 8:57 am
Forum: VCL
Topic: Need top and right axis exactly like bottom and left axis
Replies: 4
Views: 9211

Re: Need top and right axis exactly like bottom and left axis

Yes thank you that has worked.
by RichTat
Mon Sep 07, 2009 5:01 pm
Forum: VCL
Topic: Need top and right axis exactly like bottom and left axis
Replies: 4
Views: 9211

Re: Need top and right axis exactly like bottom and left axis

I have a similar problem with a chart with 3 series. 2 series are stacked bar charts and one is a line graph. The left axis scale is set automatically and accomodates the minimum/maximum values of the 3 series. I want the right axis to be exactly the same as the left axis but with the tick marks and...