Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - toolbox tooltips not working any more
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

toolbox tooltips not working any more

 Post Reply Post Reply
Author
Message
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Topic: toolbox tooltips not working any more
    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 ?

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post 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...
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.125 seconds.