Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Tool Tips
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tool Tips

 Post Reply Post Reply
Author
Message
Deepak View Drop Down
Newbie
Newbie


Joined: 18 June 2007
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Deepak Quote  Post ReplyReply Direct Link To This Post Topic: Tool Tips
    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?
 
 
Back to Top
meaningoflights View Drop Down
Groupie
Groupie


Joined: 27 October 2007
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote meaningoflights Quote  Post ReplyReply Direct Link To This Post 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)
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
meaningoflights View Drop Down
Groupie
Groupie


Joined: 27 October 2007
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote meaningoflights Quote  Post ReplyReply Direct Link To This Post 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)
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.156 seconds.