Print Page | Close Window

Ribbon shortcuts

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=12942
Printed Date: 07 October 2024 at 6:28am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ribbon shortcuts
Posted By: San0k
Subject: Ribbon shortcuts
Date Posted: 16 December 2008 at 10:03am
Hello,

How I can switch on same ribbon shortcuts hints:


???

Thanks.



Replies:
Posted By: Oleg
Date Posted: 18 December 2008 at 6:58am

Hi,

Add "&" before letter you need.


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


Posted By: San0k
Date Posted: 18 December 2008 at 7:00am
That all?
Maybe I need change some properties of RibbonBar?


Posted By: San0k
Date Posted: 24 December 2008 at 11:12am
up


Posted By: Oleg
Date Posted: 25 December 2008 at 6:04am

You can also call pRibbonTab->SetKeyboardTip(..);



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


Posted By: San0k
Date Posted: 25 December 2008 at 12:32pm
RibbonTab has no SetKeyboardTip method or KeyboardTip property...............


Posted By: San0k
Date Posted: 25 December 2008 at 12:37pm
oh! I am find it!
CommandBars.Options.ShowKeyboardTips = true


Posted By: chrisABC
Date Posted: 12 January 2009 at 7:09am
I found it confusing that when you set
  CommandBars.Options.ShowKeyboardTips = True
then the underlined letters are NOT displayed on screen. (but when you press ALT those letters are displayed as tips).

So if you want to see the the underlined letters you must set
   CommandBars.Options.ShowKeyboardTips = False

Also, if ShowKeyboardTips = True then you cannot directly use a button by pressing ALT+...    but you must first press the Tab letter (eg. ALT+F for the FIND Tab) and then the button letter.
   Unless you also set .KeyBindings for the button.

The settings of CommandBars.Options.KeyboardCuesShow
and  CommandBars.Options.KeyboardCuesUse
will also affect the way the ribbonBar displays/works the accelerator keys.


It is great to have so many options and properties, but I wish the documentation was better to save me much trial and error.



-------------
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6



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