Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - RibbonBar TooltipText
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

RibbonBar TooltipText

 Post Reply Post Reply
Author
Message
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Topic: RibbonBar TooltipText
    Posted: 19 September 2006 at 1:22am
Hi,
 
Are the tooltips still not implemented as in Office 2007?
 
Thanks,
Ivan
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: 19 September 2006 at 2:30am
Hello,
 
Did you try RibbonSample from 10.3.1 ?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Posted: 19 September 2006 at 4:22am

Hi,

Ok. it works by setting the ToolTipContext.

The ToolTipContext is the window where tooltips are draw. Where in the ribbon individual control properties do I set the title, description, image and help link?

 
Ivan
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: 19 September 2006 at 4:42am

Hello,

In String table add new string with id = your controls and write string in format "description\ntitle".
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Posted: 19 September 2006 at 1:23pm
I don't have a string table. Is there an alternative?
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: 19 September 2006 at 3:32pm
Sorry I didn't check that it is ActiveX forum... (was answered fro MFC users)
 
For ActiveX:
 
 ControlNew = GroupPages.Add(xtpControlSplitButtonPopup, ID_PAGES_NEW, "&New Page")
 ControlCover.DescriptionText = "Insert a fully-formatted cover page. You fill in the title, author, date, and other information."
 
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.063 seconds.