Print Page | Close Window

toolbox tooltips not working any more

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=1793
Printed Date: 16 November 2024 at 4:51pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: toolbox tooltips not working any more
Posted By: tobi
Subject: toolbox tooltips not working any more
Date Posted: 16 February 2005 at 2:23pm

Are there any changes regarding to the tooltips of toolbox entries in the release v9.60 ? Since I have upgraded tooltips are not displayed any more !
In previous version of the suite I detected some problems with the tooltips (eg. they havenīt updated correctly ) but now them seem not to work any more at all...
I also received a mail from support that multiline tooltips will be supported in the next release. Does this mean v9.60 or some future release ?




Replies:
Posted By: SuperMario
Date Posted: 16 February 2005 at 2:32pm
What OS and Visual Studio verions are you using?  What Service Packs?  ToolTips work fine on my machine using 9.60.  However, multiline tooltips are not available in ActiveX.


Posted By: tobi
Date Posted: 16 February 2005 at 2:49pm
Iīm using Visual Studio 6 SP6 on a machine with WindowsXP SP2 ! Tomorrow I will be able to run the same application once again with CodeJock Suite 9.51.


Posted By: SuperMario
Date Posted: 16 February 2005 at 2:59pm
Can you reproduce this behavior with one of the samples?  Modify the CreateToolboxItem function in the Toolbox sample as follows:

Function CreateToolboxItem(Group As TaskPanelGroup, Caption As String, IconIndex As Long) As TaskPanelGroup
    Dim Item As TaskPanelGroupItem
    Set Item = Group.Items.Add(IconIndex + 1, Caption, xtpTaskItemTypeLink, IconIndex + 1)
    Item.Tooltip = Caption
End Function

I tested on a new machine with your exact configuration and have no problems.


Posted By: tobi
Date Posted: 16 February 2005 at 3:08pm
Thanks for that ! The sample works - my application not ! I will try to do some reseach about it...



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