Print Page | Close Window

Tool Tips

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=7967
Printed Date: 17 November 2024 at 2:42am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tool Tips
Posted By: Deepak
Subject: Tool Tips
Date Posted: 11 September 2007 at 2:24am
Hi i have set my tooltips.
 
The tips are coming outside the form control. it should automatically adjust to the form.
 
May i know how can i do this?
 
 



Replies:
Posted By: meaningoflights
Date Posted: 02 February 2008 at 6:55pm
Hi,

I'm 99% sure I'm getting the same problem.

The other day my tooltips had the OFfice2007 style as per the RibbonBar example. Now my application shows tooltips in System style.

Here is a screenshot so you can see the difference.




What could have caused the tooltips to revert back to system style?


-------------
Jeremy Thompson (MCSD)


Posted By: Oleg
Date Posted: 03 February 2008 at 4:08am
Hi,
Obviously you need copy some lines from example:
 
Dim ToolTipContext As ToolTipContext
    Set ToolTipContext = CommandBars.ToolTipContext
    ToolTipContext.Style = xtpToolTipOffice2007
    ToolTipContext.ShowTitleAndDescription True, xtpToolTipIconNone
    ToolTipContext.SetMargin 2, 2, 2, 2
    ToolTipContext.MaxTipWidth = 180


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: meaningoflights
Date Posted: 09 February 2008 at 11:53pm
Cheers that solved it for the RibbonBar.

In the ToolTips Context sample it doesn't show how to give standard MS controls stylish tooltips, can somebody point me to an example?

I'm suprised this hasn't been asked in the forum, I cant see it in the documentation either. Thanks in advance

-------------
Jeremy Thompson (MCSD)



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