toolbox tooltips not working any more |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
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 ! |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
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.
|
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
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.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
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. |
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
Thanks for that ! The sample works - my application not ! I will try to do some reseach about it...
|
|
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 |