Chart Editor questions

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Chart Editor questions

Post by JayG » Thu Apr 23, 2009 6:52 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Apr 24, 2009 2:35 pm

Hi Jay,
TeeChart 3.5.3056.18834
First of all notice there are newer versions available at the client download area.
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.
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:

Code: Select all

			Steema.TeeChart.Drawing.GL.TeeOpenGL teeOpenGL1 = new Steema.TeeChart.Drawing.GL.TeeOpenGL(tChart1.Chart);
			teeOpenGL1.Active = true;
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.
I'm afraid not. I added this to the wish-list as several clients requested that recently.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Chart Editor questions

Post by JayG » Sun Apr 26, 2009 10:58 pm

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

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Apr 27, 2009 9:28 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 11, 2009 8:29 am

Hi Jay,

As an update on hiding editor's help button, please see my reply here.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply