<?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 : controls in a ribbon bar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : controls in a ribbon bar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 11:44:43 +0000</pubDate>
  <lastBuildDate>Wed, 17 Sep 2008 03:22:43 +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=11889</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[controls in a ribbon bar : Hi Marco,use pControlEdit-&amp;gt;SetFlags(xtpFlagWrapRow); ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=41083&amp;title=controls-in-a-ribbon-bar#41083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3079">Osiris</a><br /><strong>Subject:</strong> 11889<br /><strong>Posted:</strong> 17 September 2008 at 3:22am<br /><br />Hi Marco,<br><br>use pControlEdit-&gt;SetFlags(xtpFlagWrapRow);<br><br><br>]]>
   </description>
   <pubDate>Wed, 17 Sep 2008 03:22:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=41083&amp;title=controls-in-a-ribbon-bar#41083</guid>
  </item> 
  <item>
   <title><![CDATA[controls in a ribbon bar : As much as I hate bumps, problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40974&amp;title=controls-in-a-ribbon-bar#40974</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 11889<br /><strong>Posted:</strong> 12 September 2008 at 12:08pm<br /><br />As much as I hate bumps, problem is still open.<br>Can someone provide a short snippet to get the aligned edit controls as on the picture?!]]>
   </description>
   <pubDate>Fri, 12 Sep 2008 12:08:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40974&amp;title=controls-in-a-ribbon-bar#40974</guid>
  </item> 
  <item>
   <title><![CDATA[controls in a ribbon bar : Oleg, can you plese be a little...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40325&amp;title=controls-in-a-ribbon-bar#40325</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 11889<br /><strong>Posted:</strong> 24 August 2008 at 10:51am<br /><br />Oleg, can you plese be a little more precisely on that one.<br><br>If I add a CXTPControlLabel before a CXTPControlEdit, the EditControl is always in a new line under the ControlLabel but never right of it.<br><br>So, this doesn't work:<br><br>pControl = pGroup-&gt;Add(xtpControlLabel, 0);<br>pControl-&gt;SetCaption(_T("Find"));<br>pControl-&gt;SetStyle(xtpButtonCaption);<br>pControl-&gt;SetWidth(180);<br><br>CXTPControlEdit* pControlEdit = (CXTPControlEdit*)pGroup-&gt;Add(xtpControlEdit, ID_BUTTON__FIND);<br>pControlEdit-&gt;SetWidth(200);<br><br>How do I get both in onle line as seen in the second picture above?<br><br><br>Thanx, Marco<br><br>]]>
   </description>
   <pubDate>Sun, 24 Aug 2008 10:51:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40325&amp;title=controls-in-a-ribbon-bar#40325</guid>
  </item> 
  <item>
   <title><![CDATA[controls in a ribbon bar : Hi,  Same - add xtpControlLabel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40134&amp;title=controls-in-a-ribbon-bar#40134</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11889<br /><strong>Posted:</strong> 20 August 2008 at 2:16am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Same - add xtpControlLabel with captions.</DIV>]]>
   </description>
   <pubDate>Wed, 20 Aug 2008 02:16:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40134&amp;title=controls-in-a-ribbon-bar#40134</guid>
  </item> 
  <item>
   <title><![CDATA[controls in a ribbon bar : Hi Oleg,how can I do this with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40119&amp;title=controls-in-a-ribbon-bar#40119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 11889<br /><strong>Posted:</strong> 19 August 2008 at 6:09pm<br /><br />Hi Oleg,<br><br>how can I do this with the ActiveX CommandBars ?<br>]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 18:09:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40119&amp;title=controls-in-a-ribbon-bar#40119</guid>
  </item> 
  <item>
   <title><![CDATA[controls in a ribbon bar : Hi,  You can try add CXTPControlLabel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40111&amp;title=controls-in-a-ribbon-bar#40111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11889<br /><strong>Posted:</strong> 19 August 2008 at 3:45pm<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>You can try add CXTPControlLabel for captions&nbsp; instead captions of Edit...</DIV>]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 15:45:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40111&amp;title=controls-in-a-ribbon-bar#40111</guid>
  </item> 
  <item>
   <title><![CDATA[controls in a ribbon bar : Hi all,if I put two edit controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40103&amp;title=controls-in-a-ribbon-bar#40103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3079">Osiris</a><br /><strong>Subject:</strong> 11889<br /><strong>Posted:</strong> 19 August 2008 at 11:07am<br /><br />Hi all,<br><br><img src="file:///C:/DOKUME%7E1/SKO%7E1.EQU/LOKALE%7E1/Temp/moz-screenshot-4.jpg" border="0">if I put two edit controls into a ribbon bar group then they are displayed on top of each other like intended. But the width of the edit controls is not the same - They are both aligned to the right side of the 'column' and reach to the right end of the controls label (see picture)<br><br><img src="uploads/20080819_105756_edit_fields.jpg" height="155" width="256" border="0"><br><br>I tryed to use CXTPControlEdit::SetWidth() and&nbsp; &nbsp; CXTPControlEdit::SetLabelWidth() but that doesn't seem to have the right effect. I'm afraid that there is no solution to this because in the sample application of the Xtreme Toolkit Pro this problem is 'fixed' by adding some spaces to the end of the shorter label string.<br>But I've seen a sample picture in a forum entry with correct aligned edit controls - so maybe it is possible.<br><br>Another thing I was wondering about is if it would be possible to 'break' the strict column orientation for the ribbon controls. I like to have to button controls below the edit controls like in this picture:<br><br><img src="uploads/20080819_110600_edit_fields_wan.jpg" height="153" width="285" border="0"><br><br><br>If it is not possible: could one put a whole dialog (resource with own controls) into a ribbon group?<br><br>Thanks in advance<br>Stefan<br><br><br><br><br>]]>
   </description>
   <pubDate>Tue, 19 Aug 2008 11:07:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11889&amp;PID=40103&amp;title=controls-in-a-ribbon-bar#40103</guid>
  </item> 
 </channel>
</rss>