Still problems with hiding editor tabs

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Still problems with hiding editor tabs

Post by Adrian » Fri Oct 14, 2005 8:02 am

Hi there,
I have just downloaded the latest debug build version 2.0.2105.30289 to test the editor tab hiding facilities and there still appears to be problems.

I use the following code

Code: Select all

tcEHiddenTabs(0) = Steema.TeeChart.Editors.ChartEditorTabs.Themes
         tcEHiddenTabs(1) = Steema.TeeChart.Editors.ChartEditorTabs.Print
         tcEHiddenTabs(2) = Steema.TeeChart.Editors.ChartEditorTabs.Export
         tcEHiddenTabs(3) = Steema.TeeChart.Editors.ChartEditorTabs.Tools
         tcEHiddenTabs(4) = Steema.TeeChart.Editors.ChartEditorTabs.Data
         tcEHiddenTabs(5) = Steema.TeeChart.Editors.ChartEditorTabs.SeriesDataSource
         tcEHiddenTabs(6) = Steema.TeeChart.Editors.ChartEditorTabs.Page
         tcEHiddenTabs(7) = Steema.TeeChart.Editors.ChartEditorTabs.General
         tcEHiddenTabs(8) = Steema.TeeChart.Editors.ChartEditorTabs.Main
         tcE.HideTabs = tcEHiddenTabs
Which for the most part works however the MAIN tab when hidden also hides all the other general chart tabs such as AXIS PANEL etc.

I want to hide ONLY the tab page that allows adding, cloning changing series etc.

Any suggestions?

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 Oct 14, 2005 8:25 am

Hi Adrian,

Yes, you are right. I've added your request to our wish-list to be considered for future releases.

Post Reply