Search found 20 matches

by doogie
Fri Jun 22, 2007 10:39 am
Forum: VCL
Topic: DBChart not refreshing when paging through dataset?
Replies: 3
Views: 5870

Hi Narcis

Help me if I'm incorrect:

My understanding is that DBChart is 'DATA-AWARE'.

Thus why should I call anything to refresh the display.
The DBGrid automatically updates with to reflect the newer data as the dataset changes, why doesn't the DBChart do that?

Regards

Adrian
by doogie
Thu Jun 21, 2007 10:11 pm
Forum: VCL
Topic: Monthly rainfall data on Bargraph, incorr displays bar..
Replies: 9
Views: 15420

Hi Narcis .. Any progress yet??

Adrian
by doogie
Thu Jun 21, 2007 10:08 pm
Forum: VCL
Topic: DBChart not refreshing when paging through dataset?
Replies: 3
Views: 5870

DBChart not refreshing when paging through dataset?

Hi I have the following setup: Form with DBChart1, with one series, that references dataset IBOQuery2 DBGrid that references dataset IBOQuery2 DBNavigatorBar that references dataset IBOQuery1 IBOQuery1 = master Query. IBOQuery2 = Child Query, that just references the active record in IBOQuery1. Now ...
by doogie
Thu Jun 21, 2007 9:57 pm
Forum: VCL
Topic: F2051 Unit TeeEdit was compiled with a different version...
Replies: 9
Views: 17931

Hi Narcis I was getting the same error messages when I upgraded to D2007 update 1, from d2007. I went to component> install Packages Teechart 7 components must be unticked, teechart pro 7 components must be ticked. Then tick default, and close. Now exit Codegear D2007. I then ran your TEEINSTALL TEE...
by doogie
Mon Jun 11, 2007 8:00 pm
Forum: VCL
Topic: Monthly rainfall data on Bargraph, incorr displays bar..
Replies: 9
Views: 15420

Setting Series2.BarWidthPercent:=20; is not the ideal answer. The years with full rainfall data for the first and last months of the year, display properly, see the original images at the beginning of this thread uploaded to the newsgroup. If I now add this line of code, they now show bars that are ...
by doogie
Mon Jun 11, 2007 6:30 pm
Forum: VCL
Topic: Monthly rainfall data on Bargraph, incorr displays bar..
Replies: 9
Views: 15420

Quote: Another problem - Why are the months not added up correctly, at runtime, sometimes at designtime! I'm not sure what do you exactly mean here. Could you please give us more information about this issue? Information you required follows: when choosing month, you default to 30 days. this results...
by doogie
Mon Jun 11, 2007 11:02 am
Forum: VCL
Topic: Monthly rainfall data on Bargraph, incorr displays bar..
Replies: 9
Views: 15420

Hi Narcis I have uploaded two Demo Apps to the upload server. The one illustrates the problem I am facing with overlapping bars, ie not properly spaced on the chart. The other, another problem I picked up with horizontal bar graph, and the incorrect display of Text, Bar, Y data imported from a memo....
by doogie
Sat Jun 09, 2007 3:36 pm
Forum: VCL
Topic: How to create a horizontally orientated bar graph ....?
Replies: 2
Views: 5449

OK .. Sorry I got this .. just missed it .. horizontal bar graph, then I used one series for each bar, and working nicely!
Doogie
by doogie
Sat Jun 09, 2007 12:34 pm
Forum: VCL
Topic: Monthly rainfall data on Bargraph, incorr displays bar..
Replies: 9
Views: 15420

Dear Narcis .. I have a test app with the incorrect bar disp

Dear Narcis.

It has been a busy six months, but at last time to set up a test app in D2007, for illustrating the incorrect spacing of bars, on the graph as I mentioned in the email in 2007/Dec.

How do I supply you with this demo app??

Regards

Adrian
by doogie
Sat Jun 09, 2007 11:31 am
Forum: VCL
Topic: How to create a horizontally orientated bar graph ....?
Replies: 2
Views: 5449

How to create a horizontally orientated bar graph ....?

Hi. I need to create a horizontally orientated bar graph. The Bottom axis, will have a null value in the centre, with negative to the left, and positive to the right. The bars must be horizontal. I have an image of the graph, but cannot include it for an example of exactly what I need. I tried sendi...
by doogie
Sat Dec 09, 2006 4:55 pm
Forum: VCL
Topic: Monthly rainfall data on Bargraph, incorr displays bar..
Replies: 9
Views: 15420

Monthly rainfall data on Bargraph, incorr displays bar..

Please look at the two attached files, posted in newsgroup: steema.public.teechart7.delphi, due to inability to post attachments here. TeeChartProblem2: I use series 1 that contains the days it rained, and then The rainfall series, that is a function that sums one months data at a time to give the m...
by doogie
Mon Aug 14, 2006 11:23 am
Forum: VCL
Topic: How to get TeeChart 7.07 to work with RBuilder 9.03 D6
Replies: 8
Views: 11135

Where do I get this. ?
Doogie
by doogie
Mon Aug 14, 2006 9:46 am
Forum: VCL
Topic: TeeChart 7.07 Binary install and Reportbuilder 9.03
Replies: 3
Views: 6466

O.K. I uninstalled all. Installed the binary, and the Sources. I then ran TeeRecompile Tool, and worked like a buzz! The TeeChart Components are working just fine in delphi 6. Ok .. Then I made sure no Reportbuilder stuff hanging around. Then I Installed ReportBuilder Enterprise 9.03 I get an error ...
by doogie
Sun Aug 13, 2006 8:48 pm
Forum: VCL
Topic: TeeChart 7.07 Binary install and Reportbuilder 9.03
Replies: 3
Views: 6466

TeeChart 7.07 Binary install and Reportbuilder 9.03

I deleted all traces of ReportBuilder, and TeeChart from my PC Then Ran the installer for Teechart. It installs the full version with help files etc, but no sources. I then Install ReportBuilder 9.03. It picks up that TeeChart components need to be installed, and installs just fine. When running Del...
by doogie
Sun Aug 13, 2006 8:38 pm
Forum: VCL
Topic: Installed TeeChart 7.07 Full Source ..no help files, manuals
Replies: 2
Views: 5565

O.K. So I downloaded the 3MB file with the full source code, and tried to install Teechart with that .. eventually succeeded, and even got IBObjects, and Reportbuilder too work, compiled my source code, and produced beautifull reports from Firebird, with IBO, Rportbuilder and TeeChart in D6. Then I ...