Tool Tips |
Post Reply |
Author | |
Deepak
Newbie Joined: 18 June 2007 Status: Offline Points: 7 |
Post Options
Thanks(0)
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?
|
|
meaningoflights
Groupie Joined: 27 October 2007 Status: Offline Points: 35 |
Post Options
Thanks(0)
|
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)
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
meaningoflights
Groupie Joined: 27 October 2007 Status: Offline Points: 35 |
Post Options
Thanks(0)
|
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)
|
|
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 |