Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - How to disable tooltips
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to disable tooltips

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


Joined: 31 January 2008
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bala Quote  Post ReplyReply Direct Link To This Post Topic: How to disable tooltips
    Posted: 31 January 2008 at 12:24pm

On our app we would like to provide an option to disable tooltips. We currently use CommandBars,StatusBar,system button flyouts, property pages from codejock. Is there one central call to disable tooltips? Or do I need to call individual methods for each object ( commandbars,status bar etc)? I searched for EnableToolTips and saw them implemented only on report,tab and calendar controls....Do we have similar methods for command bars???

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 01 February 2008 at 1:42am
Hi,
 
For CommandBars add
pCommandBars->GetCommandBarsOptions()->bToolBarAccelTips =FALSE
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Bala View Drop Down
Newbie
Newbie


Joined: 31 January 2008
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bala Quote  Post ReplyReply Direct Link To This Post Posted: 01 February 2008 at 1:15pm
Setting bToolBarAccelTips= FALSE did not help...so I wnet to the definition of it and saw the line above it

BOOL bToolBarScreenTips; // TRUE to show toolbar's tooltips

BOOL bToolBarAccelTips; // TRUE to add accelerators to tooltips.
 
so bToolBarScreenTips= FALSE helped do the magic.
 
I guess you meant bToolBarScreenTips...
 
Thanks for the info
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 01 February 2008 at 3:22pm
yeap.
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.047 seconds.