Page 1 of 1

Still problems with hiding editor tabs

Posted: Fri Oct 14, 2005 8:02 am
by 9637403
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?

Posted: Fri Oct 14, 2005 8:25 am
by narcis
Hi Adrian,

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