Search found 7 matches

by bfrost
Wed Feb 13, 2013 5:30 pm
Forum: VCL
Topic: Issue with reloading a chart saved to a custom DFM file
Replies: 4
Views: 4990

Re: Issue with reloading a chart saved to a custom DFM file

Hi Yeray, Thanks for your suggestions. I will investigate.
by bfrost
Wed Feb 13, 2013 10:15 am
Forum: VCL
Topic: Issue with reloading a chart saved to a custom DFM file
Replies: 4
Views: 4990

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...
by bfrost
Fri Feb 08, 2013 10:01 pm
Forum: VCL
Topic: Issue with reloading a chart saved to a custom DFM file
Replies: 4
Views: 4990

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...
by bfrost
Mon Mar 21, 2011 12:08 pm
Forum: VCL
Topic: XE installation problems
Replies: 6
Views: 7453

Re: XE installation problems

Great, Thanks.
by bfrost
Fri Mar 18, 2011 5:12 pm
Forum: VCL
Topic: XE installation problems
Replies: 6
Views: 7453

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.
by bfrost
Fri Mar 18, 2011 7:45 am
Forum: VCL
Topic: XE installation problems
Replies: 6
Views: 7453

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...
by bfrost
Thu Mar 17, 2011 3:11 pm
Forum: VCL
Topic: XE installation problems
Replies: 6
Views: 7453

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...