Page 1 of 1

Missing Editors for Tools

Posted: Thu Dec 06, 2007 3:37 pm
by 9242178
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

RE:Missing Editors for Tools

Posted: Thu Dec 06, 2007 4:46 pm
by 9242178
Hi,

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

Regards,

John

Posted: Fri Dec 07, 2007 9:46 am
by narcis
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.

RE:Missing Editors for Tools

Posted: Fri Dec 07, 2007 3:24 pm
by 9242178
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

Posted: Fri Dec 07, 2007 3:32 pm
by narcis
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.

RE:Missing Editors for Tools

Posted: Fri Dec 07, 2007 3:44 pm
by 9242178
Hi Narcís,

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

Regards,

John

Posted: Mon Dec 10, 2007 10:37 am
by narcis
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.

RE:Missing Editors for Tools

Posted: Mon Dec 10, 2007 3:33 pm
by 9242178
Hi Narcís,

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

Thanks and Regards,

John

Posted: Mon Dec 10, 2007 3:42 pm
by narcis
Hi John,

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

Thanks in advance.

RE:Missing Editors for Tools

Posted: Mon Dec 10, 2007 3:58 pm
by 9242178
Hi ,
But the thing is where I could find the TeeThemeEditor unit.

Thanks,
John

Posted: Mon Dec 10, 2007 4:11 pm
by narcis
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.

RE:Missing Editors for Tools

Posted: Mon Dec 10, 2007 4:13 pm
by 9242178
Hi Narcís,

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

Thanks so much for your help.
john