Search found 2 matches

by Oracle
Tue Dec 01, 2009 2:19 pm
Forum: VCL
Topic: Loading old *.tee files
Replies: 2
Views: 1835

Re: Loading old *.tee files

great. Thanks. I load the *.tee Files now like this:

Code: Select all

      tmp.LoadFromFile(OpenDialog.FileName);
      tmp.Position:=0;
      LoadChartFromStreamCheck(TCustomChart(Rec_Chart),tmp, CheckError, True);
And it works just fine :)
Thank you for your fast support
by Oracle
Tue Dec 01, 2009 1:40 pm
Forum: VCL
Topic: Loading old *.tee files
Replies: 2
Views: 1835

Loading old *.tee files

Hey everyone, I am using the *.tee format to store some measurements that I recorded using TeeChart VCL for Delphi 2007. I have been using this feature for years. Recently I noticed that I was not able to open older *.tee Files in my newest software releases anymore. There were propably saved using ...