Search found 26 matches

by John
Tue Feb 12, 2008 5:03 pm
Forum: VCL
Topic: Get Yval from Xval
Replies: 7
Views: 9462

Hi Narcís,

Could you explain more about this. I could not read the Delphi code from the link you gave me. Do you have C++ source code for this example?

Regards,
John
by John
Mon Feb 04, 2008 4:37 pm
Forum: VCL
Topic: Hide some Chart Editor tabs
Replies: 3
Views: 6067

Hi, The code in the demo doen not work at all. Here is what I add in my code: TChartEditorHiddenTabs NewTabs = TChartEditorHiddenTabs()<< cetTools << cetSeriesData << cetWalls << cet3D << cetSeriesGeneral << cetSeriesMarks; ChartEditor1->HideTabs += NewTabs; I still all the tabs after I recompiled a...
by John
Fri Feb 01, 2008 11:28 pm
Forum: VCL
Topic: Hide some Chart Editor tabs
Replies: 3
Views: 6067

Hide some Chart Editor tabs

Hi,

How can I programmatically hide tabs on the chart editors in c++ builder? Is it possible to show and hide any controls on the chart editor such as the help button on dialog? Please give me some examples how to this.

Thanks and Regards
John
by John
Wed Jan 30, 2008 4:22 pm
Forum: VCL
Topic: How to get a number from XValue in ColorLineTool
Replies: 3
Views: 5406

Hi Narcís, I haven't tried using ChartTool1.Value because I add ColorLineTool tools at the run time. Suppose if I add several ColorLine Tools into the chart, and use Series1->Delete(0) to scroll the line. The question is how I can get a XValue from each of ColorLineTool so I am able to delete it whe...
by John
Tue Jan 29, 2008 11:24 pm
Forum: VCL
Topic: How to get a number from XValue in ColorLineTool
Replies: 3
Views: 5406

How to get a number from XValue in ColorLineTool

Hi,

We use delete points to show scrolling lines but we have a troule to find the ColorLineTool's XValue that we have added earlier to delete. How could we find the actual postion of ColorLineTool through XValue?

Thanks and Regards,
John
by John
Tue Jan 15, 2008 5:03 pm
Forum: VCL
Topic: Get Yval from Xval
Replies: 7
Views: 9462

Hi Narcís,

If I have line series with only two points. Let say
x1 = 0.0 y1= 0.0
x2 = 0.25 y2= 3.456

The question is how I can do to get Y VALUE at x = 0.1 or x = 0.2 or x = 0.21 or at any x value in the range from x = 0.0 to x 0.25?

Thanks for your help
John
by John
Mon Jan 14, 2008 5:36 pm
Forum: VCL
Topic: Get Yval from Xval
Replies: 7
Views: 9462

Hi Narcís, Thanks for a quick response. The example in the link seems too slow for me to search for a point from a series. Let say for each quarter of second(250 msecs) I have to show: Series 1 has two points: x1 = 0.0 y1= 0.0 x2 = 0.25 y2= 3.456 Series2 has 6000 points: x2 = 0.0 y2 = y1(at x2) + a ...
by John
Mon Jan 14, 2008 4:41 pm
Forum: VCL
Topic: Get Yval from Xval
Replies: 7
Views: 9462

Get Yval from Xval

Hi, How can I get yval from another series xval? For example, if I have two series, Series1->AddXY(0, 0); Series1->AddXY(.25, 1); With what function return a yval I want to get from Series1's yvals in the range 0 to .25 for Series2 or if I want to get a yvalue from Series1 at x = 0.20, what can I do...
by John
Mon Dec 10, 2007 4:13 pm
Forum: VCL
Topic: Missing Editors for Tools
Replies: 11
Views: 12561

RE:Missing Editors for Tools

Hi Narcís,

Yahoooo I got it. All I need is "ShowThemesEditor(true)".

Thanks so much for your help.
john
by John
Mon Dec 10, 2007 3:58 pm
Forum: VCL
Topic: Missing Editors for Tools
Replies: 11
Views: 12561

RE:Missing Editors for Tools

Hi ,
But the thing is where I could find the TeeThemeEditor unit.

Thanks,
John
by John
Mon Dec 10, 2007 3:33 pm
Forum: VCL
Topic: Missing Editors for Tools
Replies: 11
Views: 12561

RE:Missing Editors for Tools

Hi Narcís,

Tools work but the "Theme" tab is still missing.

Thanks and Regards,

John
by John
Fri Dec 07, 2007 3:44 pm
Forum: VCL
Topic: Missing Editors for Tools
Replies: 11
Views: 12561

RE:Missing Editors for Tools

Hi Narcís,

The project sources have been uploaded already. Please let me know if you need some thing else.

Regards,

John
by John
Fri Dec 07, 2007 3:24 pm
Forum: VCL
Topic: Missing Editors for Tools
Replies: 11
Views: 12561

RE:Missing Editors for Tools

Hi Narcís,

I have uploaded my EXE file to your server already. The file name is Project1.exe. Please take a look and let me know if you receive it or not.

Thanks and Regards,

John
by John
Thu Dec 06, 2007 4:46 pm
Forum: VCL
Topic: Missing Editors for Tools
Replies: 11
Views: 12561

RE:Missing Editors for Tools

Hi,

The theme tab is also missing on the Chart Editor at the runtime either.

Regards,

John
by John
Thu Dec 06, 2007 3:37 pm
Forum: VCL
Topic: Missing Editors for Tools
Replies: 11
Views: 12561

Missing Editors for Tools

Hi,

I have C++ Builder 6.0 with TeeChart 7.07 VCL. The design-time show all tools with all options but when the program runs, the editor still shows all tools but not with options. I only can "Add" or "Delete" only. How can I fix this?

Thank and Regards,

John