Print Page | Close Window

How to disable tooltips

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=9461
Printed Date: 14 November 2025 at 7:52pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to disable tooltips
Posted By: Bala
Subject: How to disable tooltips
Date 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???




Replies:
Posted By: Oleg
Date Posted: 01 February 2008 at 1:42am
Hi,
 
For CommandBars add
pCommandBars->GetCommandBarsOptions()->bToolBarAccelTips =FALSE


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


Posted By: Bala
Date 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


Posted By: Oleg
Date Posted: 01 February 2008 at 3:22pm
yeap.

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



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