<?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 : Change coption of a ribbontab</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Change coption of a ribbontab]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 15:35:05 +0000</pubDate>
  <lastBuildDate>Mon, 08 Jul 2013 03:21:12 +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=20878</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[Change coption of a ribbontab :  Hallo,nach einigem Trial &amp;amp;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=71332&amp;title=change-coption-of-a-ribbontab#71332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7277">ruschmeier@truncad.d</a><br /><strong>Subject:</strong> 20878<br /><strong>Posted:</strong> 08 July 2013 at 3:21am<br /><br />Hallo,<div>&nbsp;</div><div>nach einigem Trial &amp; error habe ich eine Lösung gefunden.</div><div>&nbsp;</div><div>Public Sub SetCaptionTab(CaptionStr As String, ID_TAB As Long, CaptionJN As Integer, ToolTippJN As Integer)</div><div>&nbsp;&nbsp;&nbsp; Dim RibbonBar As RibbonBar<br>&nbsp;&nbsp;&nbsp; Dim RibbonTab As RibbonTab<br>&nbsp;&nbsp;&nbsp; Set RibbonBar = Korpus.CommandBars.ActiveMenuBar<br>&nbsp;&nbsp;&nbsp; Set RibbonTab = RibbonBar.FindTab(ID_TAB)<br>&nbsp;&nbsp;&nbsp; If CaptionJN = 1 Then RibbonTab.Caption = CaptionStr<br>&nbsp;&nbsp;&nbsp; If ToolTippJN = 1 Then RibbonTab.ToolTip = CaptionStr</div><div>End Sub</div><div>&nbsp;</div><div>Public Sub SetCaptionGroup(CaptionStr As String, ID_GROUP As Long)</div><div>&nbsp;&nbsp;&nbsp; Dim RibbonBar As RibbonBar<br>&nbsp;&nbsp;&nbsp; Dim RibbonGroup As RibbonGroup<br>&nbsp;&nbsp;&nbsp; Set RibbonBar = Korpus.CommandBars.ActiveMenuBar<br>&nbsp;&nbsp;&nbsp; Set RibbonGroup = RibbonBar.FindGroup(ID_GROUP)<br>&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp; RibbonGroup.Caption = CaptionStr<br>&nbsp;&nbsp;&nbsp; On Error GoTo 0</div><div>End Sub</div><div>&nbsp;</div><div>Public Sub SetCaptionControl(CaptionStr As String, ID_CONTROL As Long, CaptionJN As Integer, DescriptionJN As Integer, ToolTippJN As Integer)</div><div>&nbsp;&nbsp;&nbsp; Dim RibbonBar As RibbonBar<br>&nbsp;&nbsp;&nbsp; Dim RibbonControl As XtremeCommandBars.CommandBarControl<br>&nbsp;&nbsp;&nbsp; Set RibbonBar = Korpus.CommandBars.ActiveMenuBar<br>&nbsp;&nbsp;&nbsp; Set RibbonControl = RibbonBar.FindControl(, ID_CONTROL, , 1)<br>&nbsp;&nbsp;&nbsp; If CaptionJN = 1 Then RibbonControl.Caption = CaptionStr<br>&nbsp;&nbsp;&nbsp; If DescriptionJN = 1 Then RibbonControl.DescriptionText = CaptionStr<br>&nbsp;&nbsp;&nbsp; If ToolTippJN = 1 Then RibbonControl.ToolTipText = CaptionStr</div><div>End Sub</div><div>&nbsp;</div><div>Das funktioniert jetzt ganz gut.</div><div>&nbsp;</div><div>Aber schön wäre es gewesen, wenn Codejock wenigstens reagiert hätte...</div><div>&nbsp;</div><div>Gruß,</div><div>Frank</div>]]>
   </description>
   <pubDate>Mon, 08 Jul 2013 03:21:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=71332&amp;title=change-coption-of-a-ribbontab#71332</guid>
  </item> 
  <item>
   <title><![CDATA[Change coption of a ribbontab : hallo frankhabe das gleiche problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=71319&amp;title=change-coption-of-a-ribbontab#71319</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4567">MetallDesign</a><br /><strong>Subject:</strong> 20878<br /><strong>Posted:</strong> 06 July 2013 at 3:08pm<br /><br />hallo frank<br><br>habe das gleiche problem. hast du eine lösung gefunden?<br><br>gruss ramon<br>]]>
   </description>
   <pubDate>Sat, 06 Jul 2013 15:08:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=71319&amp;title=change-coption-of-a-ribbontab#71319</guid>
  </item> 
  <item>
   <title><![CDATA[Change coption of a ribbontab :  Hi Cory,thanks a lot for the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=70856&amp;title=change-coption-of-a-ribbontab#70856</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7277">ruschmeier@truncad.d</a><br /><strong>Subject:</strong> 20878<br /><strong>Posted:</strong> 22 April 2013 at 12:26pm<br /><br />Hi Cory,<div>&nbsp;</div><div>thanks a lot for the reply. Unfortunately I still get the runtime error 91.</div><div>&nbsp;</div><div>But at least someone had an idea. The people from codejock do not seem to be too interested in supporting their customers. That's a real pitty, because the control itself is nice.</div><div>&nbsp;</div><div>Or does anyone know a way to get an answer from them?</div><div>&nbsp;</div><div>Regards,</div><div>Frank</div>]]>
   </description>
   <pubDate>Mon, 22 Apr 2013 12:26:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=70856&amp;title=change-coption-of-a-ribbontab#70856</guid>
  </item> 
  <item>
   <title><![CDATA[Change coption of a ribbontab : Hi,A Try with:Form.CommandBars.FindControl(,ID_TAB_RAUM,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=70855&amp;title=change-coption-of-a-ribbontab#70855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=715">cory</a><br /><strong>Subject:</strong> 20878<br /><strong>Posted:</strong> 22 April 2013 at 7:19am<br /><br />Hi,<div><br></div><div><span ="hps">A Try</span> <span ="hps">with:</span></div><div><span ="hps"><br></span></div><div><span ="hps"><span style=": rgb248, 248, 252;">Form.CommandBars.</span><span ="highlight">FindControl</span><span style=": rgb248, 248, 252;">(,ID_TAB_RAUM<font color="#330099">, , True</font>).caption = "Test"</span></span></div><div><span ="hps"><span style=": rgb248, 248, 252;"><br></span></span></div><div><span ="hps">you must</span> <span ="hps">set the parameter:</span> <span ="hps atn">'</span>recursive' = true.</div><div><br></div><div>By</div><div><br></div><div>Cory</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 22 Apr 2013 07:19:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=70855&amp;title=change-coption-of-a-ribbontab#70855</guid>
  </item> 
  <item>
   <title><![CDATA[Change coption of a ribbontab :   Hi everyone,I must change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=70025&amp;title=change-coption-of-a-ribbontab#70025</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7277">ruschmeier@truncad.d</a><br /><strong>Subject:</strong> 20878<br /><strong>Posted:</strong> 08 March 2013 at 5:31am<br /><br /><font color="#000000">Hi everyone,</font><div>&nbsp;</div><div><font color="#000000">I must change the caption of a tab on a commandbars-ribbon. But I cannot find a way to do so.</font></div><div><font color="#000000"></font>&nbsp;</div><div><font color="#000000">I have tried :</font></div><div><font color="#000000"></font>&nbsp;</div><div><font color="#000000">Form.CommandBars.FindControl(,ID_TAB_RAUM).caption = "Test"</font></div><div><div><font color="#000000">Form.CommandBars.DesignerControls.Find(,ID_TAB_RAUM).caption = "Test"</font></div><div><font color="#000000"></font>&nbsp;</div><div><font color="#000000">and with both I get an error message:</font></div><div><font color="#000000"></font>&nbsp;</div><div><font color="#000000">"Objektvariable oder With-Blockvariable nicht gesetzt" (German OS)</font></div><div><font color="#000000">"<span style='color: rgb31, 73, 125; font-family: "Verdana","sans-serif"; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: "Times New Roman"; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA;' lang="EN-US">Objectvariable orwith-blockvariable not set" (my translation)</span></font></div><div><span style='color: rgb31, 73, 125; font-family: "Verdana","sans-serif"; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: "Times New Roman"; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA;' lang="EN-US"><font color="#000000"></font></span>&nbsp;</div><div><span style='color: rgb31, 73, 125; font-family: "Verdana","sans-serif"; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: "Times New Roman"; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA;' lang="EN-US"><font color="#000000">I hope someone can help me, otherwise all our users have to learn German....</font></span></div><div><span style='color: rgb31, 73, 125; font-family: "Verdana","sans-serif"; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: "Times New Roman"; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA;' lang="EN-US"><font color="#000000"></font></span>&nbsp;</div><div><span style='color: rgb31, 73, 125; font-family: "Verdana","sans-serif"; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: "Times New Roman"; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA;' lang="EN-US"><font color="#000000">Thanks,</font></span></div><div><span style='color: rgb31, 73, 125; font-family: "Verdana","sans-serif"; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: "Times New Roman"; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA;' lang="EN-US"><font color="#000000">Frank</font></span></div></div>]]>
   </description>
   <pubDate>Fri, 08 Mar 2013 05:31:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20878&amp;PID=70025&amp;title=change-coption-of-a-ribbontab#70025</guid>
  </item> 
 </channel>
</rss>