Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Bug in ShortCutBar 9.60
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug in ShortCutBar 9.60

 Post Reply Post Reply
Author
Message
Zonga00 View Drop Down
Newbie
Newbie


Joined: 31 January 2005
Location: Germany
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote Zonga00 Quote  Post ReplyReply Direct Link To This Post Topic: Bug in ShortCutBar 9.60
    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

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2005 at 4:17am

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"
End Sub

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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.