Missing Editors for Tools

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
John
Newbie
Newbie
Posts: 26
Joined: Fri Aug 11, 2006 12:00 am

Missing Editors for Tools

Post by John » Thu Dec 06, 2007 3:37 pm

Hi,

I have C++ Builder 6.0 with TeeChart 7.07 VCL. The design-time show all tools with all options but when the program runs, the editor still shows all tools but not with options. I only can "Add" or "Delete" only. How can I fix this?

Thank and Regards,

John

John
Newbie
Newbie
Posts: 26
Joined: Fri Aug 11, 2006 12:00 am

RE:Missing Editors for Tools

Post by John » Thu Dec 06, 2007 4:46 pm

Hi,

The theme tab is also missing on the Chart Editor at the runtime either.

Regards,

John

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 Dec 07, 2007 9:46 am

Hi John,
I have C++ Builder 6.0 with TeeChart 7.07 VCL. The design-time show all tools with all options but when the program runs, the editor still shows all tools but not with options. I only can "Add" or "Delete" only. How can I fix this?
I'm not able to reproduce this here. Could you please send us a simple example project we can run "as-is" to reproduce the issue here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
The theme tab is also missing on the Chart Editor at the runtime either.


You need to do as told on this thread.

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

John
Newbie
Newbie
Posts: 26
Joined: Fri Aug 11, 2006 12:00 am

RE:Missing Editors for Tools

Post by John » Fri Dec 07, 2007 3:24 pm

Hi Narcís,

I have uploaded my EXE file to your server already. The file name is Project1.exe. Please take a look and let me know if you receive it or not.

Thanks and Regards,

John

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 Dec 07, 2007 3:32 pm

Hi John,

Thanks for your project exe. We could reproduce the issue here but it would be very helpful if you could send us the project sources so that we can debug it 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

John
Newbie
Newbie
Posts: 26
Joined: Fri Aug 11, 2006 12:00 am

RE:Missing Editors for Tools

Post by John » Fri Dec 07, 2007 3:44 pm

Hi Narcís,

The project sources have been uploaded already. Please let me know if you need some thing else.

Regards,

John

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 Dec 10, 2007 10:37 am

Hi John,

Could you please try if adding a TTeeCommander component at your form, compiling and running the application and removing the commander again solves the problem at your end?

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

John
Newbie
Newbie
Posts: 26
Joined: Fri Aug 11, 2006 12:00 am

RE:Missing Editors for Tools

Post by John » Mon Dec 10, 2007 3:33 pm

Hi Narcís,

Tools work but the "Theme" tab is still missing.

Thanks and Regards,

John

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 Dec 10, 2007 3:42 pm

Hi John,

Have you added TeeThemeEditor unit as I told in the thread I pointed?

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

John
Newbie
Newbie
Posts: 26
Joined: Fri Aug 11, 2006 12:00 am

RE:Missing Editors for Tools

Post by John » Mon Dec 10, 2007 3:58 pm

Hi ,
But the thing is where I could find the TeeThemeEditor unit.

Thanks,
John

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 Dec 10, 2007 4:11 pm

Hi John,

At your unit's header (.h) you need to add this:

Code: Select all

#include "TeeThemeEditor.hpp"
while in the code file (.cpp) this:

Code: Select all

#pragma link "TeeThemeEditor"
Youll find TeeThemeEditor.hpp at TeeChart's Include folder, for example: C:\Program Files\Steema Software\TeeChart 8.02 for Delphi 2007\Delphi11\Include. If your project can't find this file you should add this folder at the Include Path at Project->Options->Directories/Conditionals.
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

John
Newbie
Newbie
Posts: 26
Joined: Fri Aug 11, 2006 12:00 am

RE:Missing Editors for Tools

Post by John » Mon Dec 10, 2007 4:13 pm

Hi Narcís,

Yahoooo I got it. All I need is "ShowThemesEditor(true)".

Thanks so much for your help.
john

Post Reply