Chart Editor / Theme tab

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
StoneAge
Newbie
Newbie
Posts: 6
Joined: Tue Nov 01, 2005 5:00 am

Chart Editor / Theme tab

Post by StoneAge » Tue Aug 28, 2007 5:00 pm

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

xxxxxx
Advanced
Posts: 128
Joined: Tue Jun 19, 2007 12:00 am
Location: Russia
Contact:

Post by xxxxxx » Tue Aug 28, 2007 9:12 pm

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.
Regards, Alexander
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009

StoneAge
Newbie
Newbie
Posts: 6
Joined: Tue Nov 01, 2005 5:00 am

Post by StoneAge » Wed Aug 29, 2007 6:31 pm

OK... It worked but I don´t like it. It would be much better if tee chart did it for me.

But thanks a lot !!!

xxxxxx
Advanced
Posts: 128
Joined: Tue Jun 19, 2007 12:00 am
Location: Russia
Contact:

Post by xxxxxx » Wed Aug 29, 2007 8:08 pm

9344022 wrote:OK... It worked but I don´t like it.
Nice to hear :oops:
9344022 wrote:It would be much better if tee chart did it for me
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.
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

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

Post by Narcís » Thu Aug 30, 2007 8:12 am

Hi StoneAge,
It would be much better if tee chart did it for me
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.
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