Page 1 of 1

Setting the tooltips of the Teecommander button controls

Posted: Fri May 20, 2005 6:13 am
by 9083326
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

Posted: Fri May 20, 2005 7:50 am
by narcis
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.

Changing the tootip of the teecommander button tool tip text

Posted: Fri Jun 10, 2005 11:17 am
by 9083326
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