Search found 5 matches

by Dave A. Law
Wed Jun 01, 2005 9:19 pm
Forum: VCL
Topic: Increase 'OnClickAxis' activation area?
Replies: 2
Views: 4838

Increase 'OnClickAxis' activation area?

Is there a way to increase the area which will activate the 'OnClickAxis' function? I would have thought that simply clicking the numbers would work but you have to click within the tick size range.

- Dave A. Law
NuFlo Measurement Systems
by Dave A. Law
Tue May 17, 2005 3:58 pm
Forum: VCL
Topic: Program Crash - Please Help
Replies: 3
Views: 6513

Thanks Marjan. I had already deleted all old files and reinstalled 7.04 with no changed. Turns out this is a build setting. I was able to make it go away when I turned on 'use Dynamic RTL'. Any reason why this would be necessary?

Dave A. Law
NuFlo Measurement Systems
by Dave A. Law
Mon May 16, 2005 5:25 pm
Forum: VCL
Topic: Program Crash - Please Help
Replies: 3
Views: 6513

Just some additional information. The crash seems to happen on a call to Chart::RegisterTeeTools

- Dave A. Law
NuFlo Measurement Systems
by Dave A. Law
Mon May 16, 2005 4:08 pm
Forum: VCL
Topic: Program Crash - Please Help
Replies: 3
Views: 6513

Program Crash - Please Help

I have an application developed in C++ Builder 6 with TeeChart 7.03 that was working last week, yet after recompiling today whenever I run it I get an exception error where it crashes on Teetools:initialization. What is going wrong?

- Dave A. Law
NuFlo Measurement Systems
by Dave A. Law
Fri Oct 22, 2004 4:59 pm
Forum: VCL
Topic: How to set a scrollbar to bottomaxis?
Replies: 1
Views: 3914

How to set a scrollbar to bottomaxis?

While I can easily drop a TChartScrollbar onto my form and connect it to my chart, my problem is that the data is Date/Time format with potentially less than a day's worth of data. Given that the scrollbar's SmallChange and LargeChange are integers I don't know how to handle when set a value less th...