Print Page | Close Window

Bug in ShortCutBar 9.60

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=1839
Printed Date: 10 May 2024 at 2:52am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bug in ShortCutBar 9.60
Posted By: Zonga00
Subject: Bug in ShortCutBar 9.60
Date 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




Replies:
Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net