Search found 50 matches

by Leroy Casterline
Tue May 24, 2005 5:15 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

Hi, Leroy. tried creating a list of coordinates and labels in the OnDrawLabel event handler and setting Text to “” so that it wouldn’t display any labels. Then in the OnAfterDraw event, I looped through my list of labels and drew them with DrawAxisLabel so that I could skip labels as needed. This d...
by Leroy Casterline
Thu May 19, 2005 9:20 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

9336236 wrote:P.S. Last time I posted in this thread it took about 2 weeks to get an answer. I hope you will be able to respond more quickly this time.
It's been 9 days with no repsonse from Steema. Please?
by Leroy Casterline
Wed May 11, 2005 4:18 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

>This didn’t work because OnDrawLabel fired again when I called >DrawAxisLabel. Perhaps try to temporarily turn off that event firing, then do your change, then turn the event back on ? chart1.OnGetAxisLabel := nil; { make changes to property that normally fires the bove event } chart1.OnGetAxisLab...
by Leroy Casterline
Tue May 10, 2005 9:43 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

Hi, Leroy. Using the latest TeeChart version (7.04) and the code bellow axis label increment value was not changed even when chart was scrolled. The trick is to set LabelsSeparation to 0 and force, regardless of possible overlaps, display of all labels. Series1->FillSampleValues(5000); Series1->Get...
by Leroy Casterline
Fri Mar 11, 2005 1:53 pm
Forum: VCL
Topic: TColorLineTool problem
Replies: 31
Views: 40899

Hi Leroy, I'm sorry, this problem still not fixed. There's not an easy solution, it seems to be a vcl problem with the mousemove event. I'll try to fix it as soon as possible but it could take some time. Not to be a pain in the butt for anything, but it's been over 6 months since I reported this. I...
by Leroy Casterline
Fri Mar 11, 2005 1:34 pm
Forum: VCL
Topic: Tee7New.exe error if recompile source with TEEVALUESINGLE
Replies: 5
Views: 10700

As I recall, you'll find the latest Tee7New source code in the Examples/Features directory under your *binary* installation directory. A BCB binary installation installs the BCB Tee7New source code and a Delphi binary installation installs the Delphi source code.
by Leroy Casterline
Fri Mar 11, 2005 12:31 am
Forum: VCL
Topic: BCB6 & TeeRecompile & Debug don't work
Replies: 4
Views: 9645

Hi, Martin. True, I just checked the recompile program and it appears the debug info is only included for Delphi. I'll check the recompile script if debug switch can also be included for BCB. Marjan, has this been fixed for BCB? I just did a debug build in 7.02 and am getting no debug symbols. I do...
by Leroy Casterline
Thu Mar 10, 2005 10:44 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

Anyone?
by Leroy Casterline
Thu Mar 10, 2005 10:40 pm
Forum: VCL
Topic: BCB6 & TeeRecompile & Debug don't work
Replies: 4
Views: 9645

Marjan wrote:Hi, Martin.

True, I just checked the recompile program and it appears the debug info is only included for Delphi. I'll check the recompile script if debug switch can also be included for BCB.
Marjan, has this been fixed for BCB? I just did a debug build in 7.02 and am getting no debug symbols.
by Leroy Casterline
Sun Mar 06, 2005 8:14 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

Please?
by Leroy Casterline
Sun Mar 06, 2005 8:12 pm
Forum: VCL
Topic: TColorLineTool problem
Replies: 31
Views: 40899

Please?
by Leroy Casterline
Thu Feb 24, 2005 10:15 pm
Forum: VCL
Topic: TColorLineTool problem
Replies: 31
Views: 40899

Marjan, have you had a chance to look at this?
by Leroy Casterline
Thu Feb 24, 2005 10:08 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

Marjan, have you had a chance to look at this?
by Leroy Casterline
Sun Feb 20, 2005 11:00 pm
Forum: VCL
Topic: scale problem on bottom axis (overlap)
Replies: 21
Views: 36290

Re: bad axis label choice...

Here is a routine that should help with the axis values (C++ code)... ChartCartesianAfterDraw is the Event Handler function for OnChartAfterDraw. Thanks, Jon, but this doesn't fix my problem. Perhaps I haven't described it well. As I drag-scroll through my chart, periodically the number of vertical...
by Leroy Casterline
Sun Feb 20, 2005 7:27 pm
Forum: VCL
Topic: TColorLineTool problem
Replies: 31
Views: 40899

9336236 wrote:
Pep wrote:Hi Leroy,

as I told you in the ActiveX forums we'll do all the efforts to solve it for the next maintenance release.
Hi Pep,

I'm running 7.02 Pro and am still having the 'accelerating chart' problem when I drag it. I really need a fix for this.
Do you have any news on the fix for this problem?