Bug in ShortCutBar 9.60 |
Post Reply |
Author | |
Zonga00
Newbie Joined: 31 January 2005 Location: Germany Status: Offline Points: 11 |
Post Options
Thanks(0)
Posted: 23 February 2005 at 7:26am |
Hi, there is a bug in the localization of the ShortCutBar control in version 9.5.1 and 9.6.0. When I am using the german translation dll the tooltip for the drop-down-button shows "configure buttons" (both in English and German). The translation for the "show more buttons" and "show fewer buttons" is correct. The correct tooltip for the German release for "configure buttons" should be "Schaltflächen konfigurieren" (with "Umlaut"). Michael |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
It is not bug. You set Resources after Configuration button already created. You need move Resource file call to Initialize method: Private Sub Form_Initialize() SuiteControlsGlobalSettings.ResourceFile = App.Path + "\XTPResourceDe.dll" if it will not help :) you can set tooltip as:
wndShortcutBar(wndShortcutBar.ItemCount - 1).Tooltip = "Schaltflächen konfigurieren"
ps. hate word "bug", lets use "little problem" |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |