ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  demo scripts
Posted by Mario on Mar-07-2014 04:48
I installed active Perl 64 bit and ChartDirector 64 bit for Perl in windows 7 laptop    I copied all the files in the Lib folder to the demo folder.   However when I run any sample, nothing happens - no chart and no error message.  Does anyone know why this is happening?
c:\\ChartDirector64\\ChartDirector\\perldemo>perl cone.pl
c:\\ChartDirector64\\ChartDirector\\perldemo>perl scatter.pl

the entries in the Path Env Var look right:  C:\\Perl64\\site\\bin;C:\\Perl64\\bin;......

  Re: demo scripts
Posted by Mario on Mar-07-2014 06:08
After creating a CGI web site, I am able to see the CGI folder demo charts now via the browser.  However, I am still wondering why, the non-CGI demo scripts, don't show anything when I run them from the command line.

  Re: demo scripts
Posted by Peter Kwan on Mar-07-2014 06:23
Hi Mario,

The non-CGI script is supposed to create a chart as an image file. For example, after
running "perl simplebar.pl", a file called "simplebar.png" should be created, and it should
contain a bar chart.

Did you check if any image file was created?

Regards
Peter Kwan

  Re: demo scripts
Posted by Mario on Mar-08-2014 05:05
Yes, the image files got created, so it is working fine.  Thanks for the explanation.