Search found 6 matches

by billyt
Mon Aug 02, 2004 12:56 pm
Forum: VCL
Topic: Access violation if not using run time packages
Replies: 1
Views: 4928

Access violation if not using run time packages

After successfully compiling some software using BC6++ and TeeChart version 6.01 for some months, I have started to get access violations when I start up my application; They are occuring as part of initialistation of static variables in Teetools::initialisation (access violation occurs in TList::In...
by billyt
Sun Mar 07, 2004 1:24 am
Forum: VCL
Topic: Exporting to Excel and Text files
Replies: 2
Views: 8503

Thanks for checking this and coming back with comments. I am just about to download a beta release of version 7.0, so hopefully I'll be right with this.

Bill
by billyt
Fri Feb 27, 2004 6:25 am
Forum: VCL
Topic: Exporting to Excel and Text files
Replies: 2
Views: 8503

Exporting to Excel and Text files

I can't seem to get the Y labels exported into XLS or CSV files as headings See attached File. The only label that comes out is 'Y', and the word 'Text' for the X labels If I try the same thing with XML or HTML, I get the 'Y'labels coming out correctly. This is with a fastline series. I'm using vers...
by billyt
Wed Dec 17, 2003 2:47 am
Forum: VCL
Topic: Disabling Zoom on a chart in C++ Builder
Replies: 4
Views: 14017

Ahha:

That seems to work !. In the help, is says this is an old propery and it should not be used. Doesn't always pay to read the manual !

Thanks

Bill
by billyt
Tue Dec 16, 2003 5:41 am
Forum: VCL
Topic: Disabling Zoom on a chart in C++ Builder
Replies: 4
Views: 14017

Hi Marjan I'm using BCB6 and TC6.01. I have attached the complete code fragment from my test application. It has a form with a Tee Chart, and two buttons. Button1 sets up a fast line series and button two sets the allow Zoom to false. What I'm trying to do is stop the rubber banding of a section of ...
by billyt
Mon Dec 15, 2003 5:59 am
Forum: VCL
Topic: Disabling Zoom on a chart in C++ Builder
Replies: 4
Views: 14017

Disabling Zoom on a chart in C++ Builder

I've tried to disable the zooming function in both Borland C++ builder 6 and Delphi 5. Works in Delphi but not in C++ Code fragment where I am disabling it is pretty simple: TeePlotChart->Zoom->Allow = false; Can't see any reason why this shouldn't work. Have build a very simple test application wit...