Hello!!!
I am using Delphi 7 and teeChart 707
I would like to use the chart Editor with the theme tab, but I want to hide the 2 checkboxes near the button apply. Is that possible?
If yes, please, how can I do it?!
Thanks a lot!!!
Livia
Chart Editor / Theme tab
Hi, you could directly set their Visible property to False in relevant .DFM files you do have in your disposal.
I used such approach to make my own translation in TeePrevi.dfm.
It seems people in Steema have nothing against such an approach.
I used such approach to make my own translation in TeePrevi.dfm.
It seems people in Steema have nothing against such an approach.
Regards, Alexander
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009
Nice to hear9344022 wrote:OK... It worked but I don´t like it.
M-m-m, I'm not able imagine how they could address all the possible requests. ChartEditor is a very-very comprehensive form, that actually contains lot of sub-forms.9344022 wrote:It would be much better if tee chart did it for me
They do already have TChartEditor.Options and TChartEditor.HideTabs but controlling all options programatically could make using those features very problematic.
Regards, Alexander
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi StoneAge,
In that case the only option is being a TeeChart Pro source code customer and customize the editors and/or the sourcecode to fit your needs.It would be much better if tee chart did it for me
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 |