<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : No keyboardTips on CommandBarControl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : No keyboardTips on CommandBarControl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:11:18 +0000</pubDate>
  <lastBuildDate>Tue, 30 Apr 2013 08:30:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=21615</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[No keyboardTips on CommandBarControl : Hello All,I am quite new to the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21615&amp;PID=70886&amp;title=no-keyboardtips-on-commandbarcontrol#70886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8061">kris_s2</a><br /><strong>Subject:</strong> 21615<br /><strong>Posted:</strong> 30 April 2013 at 8:30am<br /><br />Hello All,&nbsp;<div>I am quite new to the xTreme Pro Suite Toolkit, so please bear with me.</div><div>I am using CodeJock v. 13.2.1&nbsp;</div><div>I am using this library in vb project to add RibbonBar (Office like style)</div><div><br></div><div>I have added a ribbon, tabs and control to the ribbonbar.</div><div>So now I have Office like UI with Tabs, Groups, Controls, SystemButton (Home Button)</div><div>Now, I am trying to display keytips when user press Alt button.</div><div><br></div><div>I have enabled CommandBars Options:</div><div>&nbsp;"CommandBars.Options.ShowKeyboardTips = True"</div><div><br></div><div>This gave me keytips for tabs and buttons inside the tab,&nbsp;</div><div><span style="line-height: 1.4;">I also managed to add keytip for homebutton (not there by defaurl), had to add .Caption to the SystemButton property like this:</span></div><div><br></div><div><div style="line-height: 1.4;">&nbsp; &nbsp;&nbsp;Dim m_pRibbonBar As RibbonBar</div><div>&nbsp; &nbsp; Dim m_pSystemButton As CommandBarPopup</div><div style="line-height: 1.4;">&nbsp; &nbsp; Set m_pSystemButton = m_pRibbonBar.AddSystemButton()</div><div style="line-height: 1.4;">&nbsp; &nbsp; m_pSystemButton.IconId = ID_SYSTEM</div><div style="line-height: 1.4;">&nbsp; &nbsp;&nbsp;</div><div style="line-height: 1.4;">&nbsp; &nbsp; 'Adding for accessibility (along with keyboardTips)</div><div style="line-height: 1.4;">&nbsp; &nbsp; m_pSystemButton.caption = "&amp;S&amp;B"</div></div><div><span style="line-height: 1.4;"><br></span></div><div>Now, I have added another control button (Help button) that I have located on the right sided of the ribbonbar like this:</div><div><br></div><div><div>&nbsp; &nbsp; Dim testBtnRightHandSide As CommandBarControl</div><div>&nbsp; &nbsp; Set testBtnRightHandSide = m_pRibbonBar.Controls.Add(xtpControlButton, ID_HELP, "&amp;T&amp;est")</div><div>&nbsp; &nbsp; testBtnRightHandSide.Flags = xtpFlagRightAlign</div></div><div><br></div><div>For some reason when I press Alt button all other controls and tabs are getting keytips BUT not the Help button?&nbsp;</div><div>Any idea what am I setting incorrectly?&nbsp;</div><div>All suggestions much appreciated, thank you in advanced...</div><div>Regards</div><div>Kris</div>]]>
   </description>
   <pubDate>Tue, 30 Apr 2013 08:30:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21615&amp;PID=70886&amp;title=no-keyboardtips-on-commandbarcontrol#70886</guid>
  </item> 
 </channel>
</rss>