<?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 : Ribbon Control  &quot;LineBreak&quot;</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon Control  &quot;LineBreak&quot;]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 05:28:24 +0000</pubDate>
  <lastBuildDate>Tue, 22 Mar 2011 10:14:34 +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=6081</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[Ribbon Control  &quot;LineBreak&quot; : Hi;have you ever solved this?Give...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=63459&amp;title=ribbon-control-linebreak#63459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 22 March 2011 at 10:14am<br /><br />Hi;<br>have you ever solved this?<br>Give me a hint!<br>]]>
   </description>
   <pubDate>Tue, 22 Mar 2011 10:14:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=63459&amp;title=ribbon-control-linebreak#63459</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Control  &quot;LineBreak&quot; : good morning :-)  -&amp;gt; i still...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19469&amp;title=ribbon-control-linebreak#19469</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2648">dandan</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 18 January 2007 at 3:52am<br /><br />good morning :-)<DIV>&nbsp;</DIV><DIV><strong>-&gt; i still need a linebreak for my ribbons</strong></DIV><DIV>&nbsp;</DIV><DIV>changing the height of the ribbonbar does not change anything, nor smaller buttons - they are still floating around.</DIV><DIV>&nbsp;</DIV><DIV>thanks :-)</DIV>]]>
   </description>
   <pubDate>Thu, 18 Jan 2007 03:52:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19469&amp;title=ribbon-control-linebreak#19469</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Control  &quot;LineBreak&quot; : thanks, but that doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19368&amp;title=ribbon-control-linebreak#19368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2648">dandan</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 15 January 2007 at 10:49am<br /><br />thanks, but that doesn't change anything (as i expected..)<DIV>&nbsp;</DIV><DIV>the standard-behaviour of a ribbon-group is: use as much width as possible (not height) - so it comes that it uses two rows ("Zeilen" in german)&nbsp;on large windows and three in small windows (as i want it)</DIV><DIV>&nbsp;</DIV><DIV>here are the graphics:</DIV><DIV><img src="https://forum.codejock.com/uploads/20070115_104424_ribb&#111;n_resizing.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>the left image looks just ugly, i need a possibility to have it always compact like in the right window</DIV><DIV>&nbsp;</DIV><DIV>Code behind:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode">CXTPRibbonGroup* pGroupMonate = pTabTest-&gt;AddGroup(ID_GROUP_MONATE);<BR>pGroupMonate-&gt;SetControlsGrouping(); // nice horz. grouping<BR>pGroupMonate-&gt;ShowOptionButton(); // optionbutton</DIV><DIV>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_1)-&gt;SetBeginGroup(TRUE);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_2);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_3);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_4);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_5);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_6);</DIV><DIV>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_7)-&gt;SetBeginGroup(TRUE);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_8);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_9);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_10);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_11);<BR>pGroupMonate-&gt;Add(xtpControlButton, ID_MONAT_12);</DIV><DIV>CXTPControlEdit* pControlEdit = (CXTPControlEdit*)pGroupMonate-&gt;Add(xtpControlEdit, ID_JAHRESAUSWAHL);<BR>pControlEdit-&gt;SetBeginGroup(TRUE);<BR>pControlEdit-&gt;SetStyle(xtpButtonIconAndCaption);<BR>pControlEdit-&gt;SetWidth(120);<BR>pControlEdit-&gt;ShowSpinButtons();</pre></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>also a decreased size of the buttons or spinbuttons does not change the behaviour.</DIV>]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 10:49:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19368&amp;title=ribbon-control-linebreak#19368</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Control  &quot;LineBreak&quot; : I don&amp;#039;t understand how come...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19343&amp;title=ribbon-control-linebreak#19343</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 15 January 2007 at 6:46am<br /><br />I don't understand how come it is in three rows when the window is small, and in two when maximized. The height of the ribbon bar is the same, uninfluenced by the size of the window. Normally, if it has enough space it will display in as much rows as possible. Try increasing the height of the RibbonBar by larger number of pixels and see what happens. (For instance SetGroupsHeight(200); )]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 06:46:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19343&amp;title=ribbon-control-linebreak#19343</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Control  &quot;LineBreak&quot; : good morning :-) -- yes, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19339&amp;title=ribbon-control-linebreak#19339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2648">dandan</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 15 January 2007 at 4:10am<br /><br /><DIV>good morning :-)</DIV><DIV>--</DIV><DIV>yes, but it doesnt show up in the next row, it still floats around like the other buttons (means: on large window-&gt; two rows, on small windows -&gt; three rows) - but i need <strong>statically three rows</strong></DIV><DIV></DIV><DIV>--</DIV><DIV>thx</DIV>]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 04:10:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19339&amp;title=ribbon-control-linebreak#19339</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Control  &quot;LineBreak&quot; : P.S. If you want to start a new...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19242&amp;title=ribbon-control-linebreak#19242</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 12 January 2007 at 10:40am<br /><br />P.S. If you want to start a new column in a group, even if there is enough place in the current column, you can use CXTPControl::SetBeginGroup.]]>
   </description>
   <pubDate>Fri, 12 Jan 2007 10:40:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19242&amp;title=ribbon-control-linebreak#19242</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Control  &quot;LineBreak&quot; : Normally, Ribbon can hold three...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19241&amp;title=ribbon-control-linebreak#19241</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 12 January 2007 at 10:36am<br /><br />Normally, Ribbon can hold three rows of controls. Maybe is your Textbox a bit larger than the buttons. Try making your groups bigger to make place for your controls. Use CXTPRibbonBar::SetGroupsHeight(int nHeight).<DIV>&nbsp;</DIV><DIV>Hope it helps.</DIV><DIV>&nbsp;</DIV><DIV>Sincerely, </DIV><DIV>&nbsp;</DIV><DIV>Bojan Hrnkas</DIV>]]>
   </description>
   <pubDate>Fri, 12 Jan 2007 10:36:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19241&amp;title=ribbon-control-linebreak#19241</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Control  &quot;LineBreak&quot; : Hi,    Is it possible to insert...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19179&amp;title=ribbon-control-linebreak#19179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2648">dandan</a><br /><strong>Subject:</strong> 6081<br /><strong>Posted:</strong> 11 January 2007 at 6:48am<br /><br />Hi,<DIV></DIV><DIV></DIV><DIV></DIV><DIV>Is it possible to insert something like a "Linebreak" in a Group of many Buttons manually?</DIV><DIV>&nbsp;</DIV><DIV>What i have now when the Window is maximized: </DIV><DIV>&#091;_Button+Caption_____&#093;</DIV><DIV>&#091;_Button+Caption_____&#093; &#091;_Textbox+Caption____&#093;</DIV><DIV>&nbsp;</DIV><DIV>When i resize the Window, the Textbox goes to the third line (where i want it)</DIV><DIV>But i also want it in the third line on a full screen window.</DIV><DIV>&nbsp;</DIV><DIV>Like this:</DIV><DIV><DIV>&#091;_Button+Caption_____&#093;</DIV><DIV>&#091;_Button+Caption_____&#093; </DIV><DIV>&#091;_Textbox+Caption____&#093;</DIV><DIV>&nbsp;</DIV><DIV>is there some</DIV><DIV>pControl-&gt;SetLineBreak(); ?</DIV><DIV>(can't find anything in the manual)</DIV></DIV>]]>
   </description>
   <pubDate>Thu, 11 Jan 2007 06:48:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6081&amp;PID=19179&amp;title=ribbon-control-linebreak#19179</guid>
  </item> 
 </channel>
</rss>