Search found 12 matches

by Command Alkon
Thu Jul 27, 2006 10:21 pm
Forum: VCL
Topic: [RESOLVED] QrTee was compiled with different ver of QuickRpt
Replies: 5
Views: 16247

Thanks Narcís, After going through every single thing carefully making sure I am not missing anything I found that there was no direct reference to the package QRPT70. So I decided to do a search for anything which contains QRPT* and I found JVCL DesignTime and RunTime pacakge referring to it. So I ...
by Command Alkon
Wed Jul 26, 2006 11:54 pm
Forum: VCL
Topic: [RESOLVED] QrTee was compiled with different ver of QuickRpt
Replies: 5
Views: 16247

Thanks Narcís, I made sure of the steps you mentioned but no luck either. Then I decided to uninstall everything including Delphi itself and then deleted every single BPL, DCU, DCP, RES files which came with it and might have been installed on the system. I reinstalled everything again and followed ...
by Command Alkon
Tue Jul 25, 2006 1:43 am
Forum: VCL
Topic: [RESOLVED] QrTee was compiled with different ver of QuickRpt
Replies: 5
Views: 16247

[RESOLVED] QrTee was compiled with different ver of QuickRpt

Hi, My development setup is below. Delphi 7 Delphi 7 Update Pack 1 QuickReport Pro 3.6.2 with Source (I don't mind upgrading upto 4.0.6 as long as there are no major code changes required) TeeChart Pro 7.0 will Source Jedi 2.10 TurboPower Internet Professional 1.15 I opened a brand new project and a...
by Command Alkon
Thu Sep 08, 2005 12:06 am
Forum: VCL
Topic: Real Time Chart
Replies: 5
Views: 7169

Thanks a lot Narcis. That pretty much solved all the problems creating a proto type I was doing.

Again your help is much appreciated :)
by Command Alkon
Tue Sep 06, 2005 12:05 am
Forum: VCL
Topic: Real Time Chart
Replies: 5
Views: 7169

OK fixed the above problem by reinstalling the TeeChart. Damn I should have thought that before. So now I can see the chart being generated in real time but the scroll bar wont work and the chart goes out of chart boundry. I think I am missing something really small to make the whole thing work. I w...
by Command Alkon
Mon Sep 05, 2005 10:48 pm
Forum: VCL
Topic: Real Time Chart
Replies: 5
Views: 7169

Narcís, Thanks for the quick reply. This is what I did. Started a new application. Dropped a chart component and I ran the program and saw a form with chart on it. Then I added a FastLineSeries and run the program again and I get the error even before I can see the form. Follwoing is the error. Exce...
by Command Alkon
Mon Sep 05, 2005 3:57 am
Forum: VCL
Topic: Real Time Chart
Replies: 5
Views: 7169

Real Time Chart

Hi, I was wondering if a TChart component can be used for real time chart display which is updating every second. I am making an app which monitors incoming and outgoing data every second and shows a real time chart of bytes sent and received. If possible which Series should I use..? These are the p...
by Command Alkon
Tue Jun 21, 2005 9:22 pm
Forum: VCL
Topic: How to get Legend Text
Replies: 3
Views: 5090

Thank a lot. You da man.

BTW Series.Name gave me nothing while Series.Title gives me what I want.

Cheers again :)
by Command Alkon
Tue Jun 21, 2005 6:23 am
Forum: VCL
Topic: How to get Legend Text
Replies: 3
Views: 5090

How to get Legend Text

Hi, I have a normal line series chart with couple of line series displayed. I also have legend visible for each series. I am assigning the following procedure to Chart's OnClickSeries event procedure DoOnClickSeries(Sender: TCustomChart; Series: TChartSeries; ValueIndex: Integer; Button: TMouseButto...
by Command Alkon
Thu Apr 14, 2005 9:01 pm
Forum: VCL
Topic: Get values from chart when clicked
Replies: 4
Views: 7712

Thank you Narcis,

Actually I was wondering if it is possible to extract the values without using MarkTip..?

Cheers
by Command Alkon
Tue Apr 12, 2005 11:14 pm
Forum: VCL
Topic: Get values from chart when clicked
Replies: 4
Views: 7712

OK I have uploaded 4 images which if you open one by one, will give you an idea of what I am talking about. However I couldn't take a screen shot with a tool tip displaying "Label and Value" but you get the idea. Here are the links. http://www.patel.com.au/1.jpg http://www.patel.com.au/2.jpg http://...
by Command Alkon
Tue Apr 12, 2005 11:08 pm
Forum: VCL
Topic: Get values from chart when clicked
Replies: 4
Views: 7712

Get values from chart when clicked

We are using Delphi 7.1, TeeChart 7 for the development. We have many charts in the application and lately client wants us to implement a feature where they can click on the chart and that inturn will display a form or a hint which displays Label and Values and much more information about the state ...