Page 1 of 1

Re: How to example

Posted: Wed Jan 24, 2007 12:04 pm
by 9243843
Hi,

I just upgrade my TeeChart from standard to latest pro version. So I can try all examples under

C:\Program Files\Steema Software\TeeChart 7.08 for Delphi 2006\Examples\Features

It seems to me that some examples can be compiled without problem, and I can see .exe file has been generated, but when you run it, nothing happens. For example, I create a Win32 project with following two files in Delphi 2006

welcome.pas
welcome.dfm

I have seen no compiling problem and see .exe file, but when double cllick it, nothing happens.

However, when I use

Welcome_all.pas
Welcome_all.dfm

It works ! why ? Thanks in advance.

Daniel

Posted: Wed Jan 24, 2007 12:38 pm
by narcis
Hi Daniel,

Those files are just a part of the whole demo project, you should open the full project ( Tee7New.bdsproj) available at C:\Program Files\Steema Software\TeeChart 7.08 for Delphi 2006\Examples\Features.

Posted: Wed Jan 24, 2007 11:13 pm
by 9043243
Thanks, Narcis.

Kind regards

Daniel