Setting the tooltips of the Teecommander button controls

TeeChart for ActiveX, COM and ASP
Post Reply
rama
Newbie
Newbie
Posts: 33
Joined: Thu Jul 29, 2004 4:00 am

Setting the tooltips of the Teecommander button controls

Post by rama » Fri May 20, 2005 6:13 am

Hi,

I am using the TeeChart v6. I am attaching the TeeCommander to the chart. Bydefault tooltips for the teecommander button controls are set by the teecommander. I want to set these tooltips at runtime. I am doing internationalization support. So my customer asking to set the toolstips in his language(ex chinese). How to set the teecommander button controls tooltips at runtime.

Your help will be appriciated.

Thanks & Regards,
Rama

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 May 20, 2005 7:50 am

Hi Rama,

To customize your TeeCommander buttons please have a look at the TeeChart features demo, available at the TeeChart program group and search for Previous Version\Miscellaneous\TeeCommander\Custom buttons.

Regarding the language, you should download, from our download area, the .ocx file corresponding to the language you need. Then, wihout uninstalling your current .ocx registering the new language one. With the language installer comes a .txt file which explains how to proceed.
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

rama
Newbie
Newbie
Posts: 33
Joined: Thu Jul 29, 2004 4:00 am

Changing the tootip of the teecommander button tool tip text

Post by rama » Fri Jun 10, 2005 11:17 am

Hi narcis,

If I understand correctly, we can mention what are the buttons to be display in teecommander. The example given in the demo displaying the tcbRotate,tcbSeparator,tcbZoom, tcbSeparator, tcbEdit buttons.
I followed this method and customizing the buttons in my application. Each button is having a default tool tip text. I want to change this tool tip text. Is there a way to set my own tooltip text. For example I want to set "Modify" text to the tcbEdit button. My requirement is read the text from resource file and set. Is this possible?

Thanks & Regards,
Rama

Post Reply