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
Search found 26 matches
- Mon Feb 04, 2008 4:37 pm
- Forum: VCL
- Topic: Hide some Chart Editor tabs
- Replies: 3
- Views: 6093
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...
- Fri Feb 01, 2008 11:28 pm
- Forum: VCL
- Topic: Hide some Chart Editor tabs
- Replies: 3
- Views: 6093
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
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
- Wed Jan 30, 2008 4:22 pm
- Forum: VCL
- Topic: How to get a number from XValue in ColorLineTool
- Replies: 3
- Views: 5428
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...
- Tue Jan 29, 2008 11:24 pm
- Forum: VCL
- Topic: How to get a number from XValue in ColorLineTool
- Replies: 3
- Views: 5428
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
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
- Tue Jan 15, 2008 5:03 pm
- Forum: VCL
- Topic: Get Yval from Xval
- Replies: 7
- Views: 9501
- Mon Jan 14, 2008 5:36 pm
- Forum: VCL
- Topic: Get Yval from Xval
- Replies: 7
- Views: 9501
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 ...
- Mon Jan 14, 2008 4:41 pm
- Forum: VCL
- Topic: Get Yval from Xval
- Replies: 7
- Views: 9501
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...
- Mon Dec 10, 2007 4:13 pm
- Forum: VCL
- Topic: Missing Editors for Tools
- Replies: 11
- Views: 12644
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
Yahoooo I got it. All I need is "ShowThemesEditor(true)".
Thanks so much for your help.
john
- Mon Dec 10, 2007 3:58 pm
- Forum: VCL
- Topic: Missing Editors for Tools
- Replies: 11
- Views: 12644
RE:Missing Editors for Tools
Hi ,
But the thing is where I could find the TeeThemeEditor unit.
Thanks,
John
But the thing is where I could find the TeeThemeEditor unit.
Thanks,
John
- Mon Dec 10, 2007 3:33 pm
- Forum: VCL
- Topic: Missing Editors for Tools
- Replies: 11
- Views: 12644
RE:Missing Editors for Tools
Hi Narcís,
Tools work but the "Theme" tab is still missing.
Thanks and Regards,
John
Tools work but the "Theme" tab is still missing.
Thanks and Regards,
John
- Fri Dec 07, 2007 3:44 pm
- Forum: VCL
- Topic: Missing Editors for Tools
- Replies: 11
- Views: 12644
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
The project sources have been uploaded already. Please let me know if you need some thing else.
Regards,
John
- Fri Dec 07, 2007 3:24 pm
- Forum: VCL
- Topic: Missing Editors for Tools
- Replies: 11
- Views: 12644
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
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
- Thu Dec 06, 2007 4:46 pm
- Forum: VCL
- Topic: Missing Editors for Tools
- Replies: 11
- Views: 12644
RE:Missing Editors for Tools
Hi,
The theme tab is also missing on the Chart Editor at the runtime either.
Regards,
John
The theme tab is also missing on the Chart Editor at the runtime either.
Regards,
John
- Thu Dec 06, 2007 3:37 pm
- Forum: VCL
- Topic: Missing Editors for Tools
- Replies: 11
- Views: 12644
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
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