Search found 7 matches
- Wed Feb 13, 2013 5:30 pm
- Forum: VCL
- Topic: Issue with reloading a chart saved to a custom DFM file
- Replies: 4
- Views: 5010
Re: Issue with reloading a chart saved to a custom DFM file
Hi Yeray, Thanks for your suggestions. I will investigate.
- Wed Feb 13, 2013 10:15 am
- Forum: VCL
- Topic: Issue with reloading a chart saved to a custom DFM file
- Replies: 4
- Views: 5010
Re: Issue with reloading a chart saved to a custom DFM file
Hi Yerey, I dont want or need to export the series data - if you look at the code you will see that I am using 'FillRandom' to generate the series data - in my real app I make the data myself. The problem is that the series gets created and IT HAS THE DATA (Chart1.Series[0].Count is 100) but it does...
- Fri Feb 08, 2013 10:01 pm
- Forum: VCL
- Topic: Issue with reloading a chart saved to a custom DFM file
- Replies: 4
- Views: 5010
Issue with reloading a chart saved to a custom DFM file
files.zip Hi, I wish to use a TChart within a wrapper component together with some other stuff and for the TChart properties and my stuff to get streamed to a DFM format file. I want to use the standard TStream.WriteComponent and TStream.ReadComponent. THere is only one series and I'm creating that...
- Mon Mar 21, 2011 12:08 pm
- Forum: VCL
- Topic: XE installation problems
- Replies: 6
- Views: 7523
Re: XE installation problems
Great, Thanks.
- Fri Mar 18, 2011 5:12 pm
- Forum: VCL
- Topic: XE installation problems
- Replies: 6
- Views: 7523
Re: XE installation problems
I'd be happy to see a 'remove all' option though. I've no interest in keeping old versions - if I want them I'll reinstall them - your code is so stable that once I've updated it I have no problems with my Apps, so being able to 'zap' any pre-existing TeeChart stuff would suit me fine.
Brian.
Brian.
- Fri Mar 18, 2011 7:45 am
- Forum: VCL
- Topic: XE installation problems
- Replies: 6
- Views: 7523
Re: XE installation problems
Well, I have to say that your excellent charting code is really let down by your installer. I'm installing over V8 and on Delphi 7, 2010 and XE under Win7-64 and its a mess. V8 worked fine in D7 and D2010 but in adding V2010 - using the binary installers - I got different errors in each of the IDE's...
- Thu Mar 17, 2011 3:11 pm
- Forum: VCL
- Topic: XE installation problems
- Replies: 6
- Views: 7523
XE installation problems
Hi, I've just installed TeeChart 2010 in XE but I'm having problems with unit visibility to my (existing working) code. I'm using Windows 7 64-bit. There were no errors during installation and I can put a chart on a form, add a series and run the application - although no series is displayed. Teecha...