Page 1 of 1

Cannot translate Caption on TToolButton

Posted: Wed Jun 11, 2003 8:59 am
by kkgian
1 TActionList - Create 1 action1 and set caption 'Action No.1'
1 ControlBar, 1 Toolbar and a Toolbutton.
1 PopupMenu (Pop1) - put some command if you like
ToolButton
- style tbsDropDown, DropDownMenu = Pop1.
-Action= action1 (the caption automatically follow Action1's
(but I change to 'Act' cause don't want too long).

Now... I cannot find the word 'Act' in siLang1. How to get it?

Please advice.
TIA
Gian

Posted: Wed Jun 11, 2003 1:58 pm
by isiticov
If you have associated action to toolbutton then the caption of button should be translated by translating the appropriate action. This is the recommended by Borland way to go. In case you need to use different captions for toolbutton and action you may just clear action property of toolbutton and you will have appeared toolbutton caption in captions list.