Search found 11 matches

by ScottSlater
Thu May 20, 2010 7:09 pm
Forum: VCL
Topic: TChart 2010 VCL - Bug in TColorLineTool
Replies: 4
Views: 5293

Re: TChart 2010 VCL - Bug in TColorLineTool

Cool. Thanks!

Scott
by ScottSlater
Wed May 19, 2010 5:02 pm
Forum: VCL
Topic: TChart 2010 VCL - Bug in TColorLineTool
Replies: 4
Views: 5293

Re: TChart 2010 VCL - Bug in TColorLineTool

Initial testing seems to show that adding "NoLimitDrag := True" prevents the problem from happening.

However, I still think that the line values should not be changing just because the chart was zoomed regardless of the NoLimitDrag setting. Can you confirm this is an issue?

Scott
by ScottSlater
Wed May 19, 2010 2:17 am
Forum: VCL
Topic: TChart 2010 VCL - Bug in TColorLineTool
Replies: 4
Views: 5293

TChart 2010 VCL - Bug in TColorLineTool

I think I have run into a bug with the TColorLineTool when zooming and unzooming a chart. Here is some sample code that you can use to repro the bug. This was done using the new TChart 2010 VCL with Delphi 2007. Machine is running Windows Vista Ultimate, 32-bit, 4GB ram. procedure TForm6.FormCreate(...
by ScottSlater
Tue May 18, 2010 6:49 pm
Forum: VCL
Topic: TColorLineTool range or movement
Replies: 4
Views: 5451

Re: TColorLineTool range or movement

Works perfectly!

Thanks!
Scott
by ScottSlater
Mon May 17, 2010 6:35 pm
Forum: VCL
Topic: TColorLineTool range or movement
Replies: 4
Views: 5451

Re: TColorLineTool range or movement

There is nothing wrong with your code. The problem is I need to be able to restrict the range of movement for each bar. Your example creates a chart with 4 TColorLines at the 100, 200, 300, 400 values on the left axis. For the sake of discussion lets call those lines Line1, Line2, Line3, Line4 with ...
by ScottSlater
Mon May 17, 2010 6:07 pm
Forum: VCL
Topic: File not found error (DclTeePro911.bpl)
Replies: 7
Views: 9108

File not found error (DclTeePro911.bpl)

Starting today I'm getting the following error when I open my project in the Delphi 2007 IDE. "This application has failed to start because DclTeePro911.bpl was not found. Re-installing the application may fix this problem." I then click OK and get this message: Can't load package C:\Vcl2006\TeeChar...
by ScottSlater
Mon May 17, 2010 5:23 pm
Forum: VCL
Topic: Problem with deleting tools from the chart editor
Replies: 3
Views: 4372

Re: Problem with deleting tools from the chart editor

Computer is an Intel Core Duo 32-bit running Vista Ultimate. Delphi 2007 using TeeChart 2010 VCL. 2nd monitor is to the right of the main monitor. All I have to do is move my form with the TChart to the 2nd monitor and right click and choose Edit Chart. Go to the Tools and delete one of them. I will...
by ScottSlater
Sat May 15, 2010 2:35 am
Forum: VCL
Topic: Problem with deleting tools from the chart editor
Replies: 3
Views: 4372

Problem with deleting tools from the chart editor

TChart 2010... FYI... If you use the chart editor to delete tool by clicking the Delete button, you hear a beep but there is no dialog visible. This happens when the chart editor is on the second monitor of a dual monitor system. You can still press Enter to accept the deletion but you can see the d...
by ScottSlater
Sat May 15, 2010 2:31 am
Forum: VCL
Topic: TColorLineTool range or movement
Replies: 4
Views: 5451

TColorLineTool range or movement

I'm using TChart 2010 and I have a Chart with a single bar series and 4 TColorLineTools. Each line represents a threshold for the values in the series. Like High Fail, High Warn, Low Warn, Low Fail. I would like the user to be able to move the lines up and down to adjust the thresholds but I can't a...
by ScottSlater
Thu May 13, 2010 6:36 pm
Forum: VCL
Topic: Cannot load package 'TeeMaker111.'
Replies: 4
Views: 5596

Re: Cannot load package 'TeeMaker111.'

Well, the Thany PNGImage components use that unit name for their components so I can't change it to use yours without making theirs not work. Since I have the source to their components I changed the name of the unit to "thypngimage' and reinstalled. That seems to have cleared the conflict. I also h...
by ScottSlater
Wed May 12, 2010 11:14 pm
Forum: VCL
Topic: Cannot load package 'TeeMaker111.'
Replies: 4
Views: 5596

Cannot load package 'TeeMaker111.'

I am a new TeeChart user and just purchased TeeChart 2010 yesterday. I am using Delphi 2007 that came pre-installed with TeeChart 7.x Std. I installed TeeChart 2010 and it installed fine and even told me that it was going to backup and remove the TeeChart 7 files it found in the CodeGear\5.0\Bin fol...