Search found 5 matches

by SPearce
Tue Apr 24, 2012 12:02 am
Forum: VCL
Topic: gauge question
Replies: 4
Views: 3771

Re: gauge question

Yeray:

Thanks - it worked.

Steve Pearce
by SPearce
Sun Apr 22, 2012 3:46 pm
Forum: VCL
Topic: gauge question
Replies: 4
Views: 3771

Re: gauge question

Yeray: Thanks for the reply. I think I've almost solved my problem. The followng code works with a simple circular gauge: procedure TForm1.Button1Click(Sender: TObject); begin Series1.Value:=10; Sleep(500); Series1.Value:=30; Sleep(500); Series1.Value:=80; end; With a knob or linear gauge, the gauge...
by SPearce
Fri Apr 20, 2012 1:53 am
Forum: VCL
Topic: gauge question
Replies: 4
Views: 3771

gauge question

Sir: I'm trying to work with a circular gauge component. I'm not sure how to use it. My code Chart1.Series[0].AddX(100); will move the pointer but only a little - always less that about 10% of the dial. If I press the Help button in the chart editor, I get an error message saying "TChart9.hlp not av...
by SPearce
Mon Apr 16, 2012 11:59 pm
Forum: VCL
Topic: problem with winXP
Replies: 2
Views: 2692

Re: problem with winXP

Yeray:

It worked - thank you very much!

Steve Pearce
by SPearce
Mon Apr 16, 2012 2:18 am
Forum: VCL
Topic: problem with winXP
Replies: 2
Views: 2692

problem with winXP

Quick question: Just purchased TeeChart VCL for Delphi 7. I'm running windows 7 64 bit. TeeChart works fine in this environment. I created a small app and loaded it onto another computer (Acer notebook) running winXP SP3. When I run the app, it works OK but winXP initially presents the window off th...