Version info:
VB 2005
TeeChart 3.5.3056.18834
Is there a way to hide the OpenGL tab on a chart editor? I looked at the possibilites for Steema.TeeChart.Editors.ChartEditorTabs values, and OpenGL is not listed.
Also, is there a way to hide the help button on a chart editor? I don't want the TeeChart help to load, and I don't have another help file ready yet.
Jay
Chart Editor questions
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jay,
First of all notice there are newer versions available at the client download area.TeeChart 3.5.3056.18834
Yes, that's right. I've added this to the wish-list to be considered for inclusion in future releases. However, this tab is only added when adding TeeOpenGL component at designtime. Creating it at runtime doesn't add the tab, for example:Is there a way to hide the OpenGL tab on a chart editor? I looked at the possibilites for Steema.TeeChart.Editors.ChartEditorTabs values, and OpenGL is not listed.
Code: Select all
Steema.TeeChart.Drawing.GL.TeeOpenGL teeOpenGL1 = new Steema.TeeChart.Drawing.GL.TeeOpenGL(tChart1.Chart);
teeOpenGL1.Active = true;
I'm afraid not. I added this to the wish-list as several clients requested that recently.Also, is there a way to hide the help button on a chart editor? I don't want the TeeChart help to load, and I don't have another help file ready yet.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Chart Editor questions
Thanks for the help.
I know there are newer versions, but I've been watching the fixes and feature notes each time. Since nothing has been listed that affects my application, I've stayed with the older version to make it easier to keep my application stable.
I'll try adding the OpenGL control at runtime as you suggested.
I guess I'll just make a "dummy" help file for now.
Jay
I know there are newer versions, but I've been watching the fixes and feature notes each time. Since nothing has been listed that affects my application, I've stayed with the older version to make it easier to keep my application stable.
I'll try adding the OpenGL control at runtime as you suggested.
I guess I'll just make a "dummy" help file for now.
Jay
Hi Jay,
Of course you are free to use the build you wish, but note that we recommend using the latest available because sometimes trying to fix a bug, another related in automatically fixed and that wouldn't be reflected in the release notes. So, often, either customers and developers have nice surprises.
However, sometimes, also trying to fix something, another thing becomes broken. Here you'll have a little risk, yes. But that's the best way we have to be aware of the new bugs and you always can recover your old (known) dll.
Of course you are free to use the build you wish, but note that we recommend using the latest available because sometimes trying to fix a bug, another related in automatically fixed and that wouldn't be reflected in the release notes. So, often, either customers and developers have nice surprises.
However, sometimes, also trying to fix something, another thing becomes broken. Here you'll have a little risk, yes. But that's the best way we have to be aware of the new bugs and you always can recover your old (known) dll.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |