Use TeeCommander function in own menu?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
moelski
Newbie
Newbie
Posts: 92
Joined: Tue Jun 19, 2007 12:00 am
Contact:

Use TeeCommander function in own menu?

Post by moelski » Mon May 10, 2010 1:56 pm

Hi !

The TeeCommander is just fine but don´t fit into our application :D

Is there a way to have the functionality with my own menu bar?
I need the Zoom and 3D features of TeeCommander. They work great and it would reduce my work if I can use the functionallity :)

Greetz Dominik

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

Re: Use TeeCommander function in own menu?

Post by Narcís » Mon May 10, 2010 2:06 pm

Hi Dominik,

Yes, you can copy its functionality in your own buttons. AFAIK you are a source code customer. You'll find such buttons functionality implementation at TTeeCommander.DoMouseMove method in TeeComma.pas.

Hope this helps!
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

moelski
Newbie
Newbie
Posts: 92
Joined: Tue Jun 19, 2007 12:00 am
Contact:

Re: Use TeeCommander function in own menu?

Post by moelski » Wed May 12, 2010 7:28 am

Hi Narcis,

I think the best way is to implement my own TTeeCommander Class. I have to rewrite some parts of your TeeComma Unit to assign my own buttons and don´t use the TeeCommander Panel, but I think this should be no problem.

btw. Are there any changes in TeeComma / TeeCommander functionality in V9 ?

Greetz Dominik

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

Re: Use TeeCommander function in own menu?

Post by Narcís » Wed May 12, 2010 7:43 am

Hi Dominik,

Yes, a few changes have been done for v9/v2010
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

moelski
Newbie
Newbie
Posts: 92
Joined: Tue Jun 19, 2007 12:00 am
Contact:

Re: Use TeeCommander function in own menu?

Post by moelski » Wed May 12, 2010 7:52 am

Ok then we will buy the V9 update first.
So I wont waste my time :)

Post Reply