![]() |
How to disable tooltips |
Post Reply
|
| Author | |
Bala
Newbie
Joined: 31 January 2008 Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
Topic: How to disable tooltipsPosted: 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??? |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 February 2008 at 1:42am |
|
Hi,
For CommandBars add
pCommandBars->GetCommandBarsOptions()->bToolBarAccelTips =FALSE
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Bala
Newbie
Joined: 31 January 2008 Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
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 tooltipsBOOL bToolBarAccelTips; // TRUE to add accelerators to tooltips.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 February 2008 at 3:22pm |
|
yeap.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |