Search found 12 matches
- Thu Jul 27, 2006 10:21 pm
- Forum: VCL
- Topic: [RESOLVED] QrTee was compiled with different ver of QuickRpt
- Replies: 5
- Views: 16310
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 ...
- Wed Jul 26, 2006 11:54 pm
- Forum: VCL
- Topic: [RESOLVED] QrTee was compiled with different ver of QuickRpt
- Replies: 5
- Views: 16310
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 ...
- Tue Jul 25, 2006 1:43 am
- Forum: VCL
- Topic: [RESOLVED] QrTee was compiled with different ver of QuickRpt
- Replies: 5
- Views: 16310
[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...
- Thu Sep 08, 2005 12:06 am
- Forum: VCL
- Topic: Real Time Chart
- Replies: 5
- Views: 7213
- Tue Sep 06, 2005 12:05 am
- Forum: VCL
- Topic: Real Time Chart
- Replies: 5
- Views: 7213
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...
- Mon Sep 05, 2005 10:48 pm
- Forum: VCL
- Topic: Real Time Chart
- Replies: 5
- Views: 7213
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...
- Mon Sep 05, 2005 3:57 am
- Forum: VCL
- Topic: Real Time Chart
- Replies: 5
- Views: 7213
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...
- Tue Jun 21, 2005 9:22 pm
- Forum: VCL
- Topic: How to get Legend Text
- Replies: 3
- Views: 5127
- Tue Jun 21, 2005 6:23 am
- Forum: VCL
- Topic: How to get Legend Text
- Replies: 3
- Views: 5127
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...
- Thu Apr 14, 2005 9:01 pm
- Forum: VCL
- Topic: Get values from chart when clicked
- Replies: 4
- Views: 7787
- Tue Apr 12, 2005 11:14 pm
- Forum: VCL
- Topic: Get values from chart when clicked
- Replies: 4
- Views: 7787
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://...
- Tue Apr 12, 2005 11:08 pm
- Forum: VCL
- Topic: Get values from chart when clicked
- Replies: 4
- Views: 7787
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 ...