<?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 : Tabbed Toolbar.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Tabbed Toolbar.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 22:42:33 +0000</pubDate>
  <lastBuildDate>Mon, 08 Jan 2007 08:52:58 +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=5928</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[Tabbed Toolbar. : Hello  Already logged a issuetrak#...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=19008&amp;title=tabbed-toolbar#19008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 08 January 2007 at 8:52am<br /><br />Hello<DIV></DIV><DIV></DIV>Already logged a issuetrak# 11581 <DIV></DIV>thnks]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 08:52:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=19008&amp;title=tabbed-toolbar#19008</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : Hi,   Create issue in issuetrack,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18973&amp;title=tabbed-toolbar#18973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 08 January 2007 at 2:57am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Create issue in issuetrack, attach changed sample. I need see all changes you did.</DIV>]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 02:57:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18973&amp;title=tabbed-toolbar#18973</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : Any suggestions on this..... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18969&amp;title=tabbed-toolbar#18969</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 08 January 2007 at 12:10am<br /><br />Any suggestions on this.....]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 00:10:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18969&amp;title=tabbed-toolbar#18969</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : Hello       No My question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18866&amp;title=tabbed-toolbar#18866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 05 January 2007 at 3:43am<br /><br />Hello <DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>No My question is how can i set the minimu hieght of the tab when undocked irrespective of the no of buttons each tab has.</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>I derived a class from <FONT size=2>CXTPTabToolBar and overridden this function, C</FONT>alcDynamicLayout and handled the size returned from </DIV><DIV><DIV><FONT size=2>CSize sz = CXTPToolBar::CalcDynamicLayout(nLength, nMode);</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>and checked if sz.cy &lt; 500 then reset the size as follows</FONT></DIV><FONT size=2><FONT size=2><P></FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2> maxY= GetSystemMetrics(SM_CYSCREEN);</P><DIV></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2>(sz.cy &lt; 500)</DIV><P>sz.cy = maxY - 50;</P><DIV></FONT></FONT>Here the question frames is in two ways:</DIV></DIV><DIV>1. Imagine a tab1 as got 15buttons and a tab2 as 2 buttons only now when we undock it with keeping tab1 as active the size (height)&nbsp;of the Tabbed toolbar would be computed with the all the buttons in it. and if we keep tab2 active and undock it the height of the tabbed toolbar would be only based on the 2 buttons present in tab2. So here how can me maintain the average height irrespective of the buttons each tab contain.</DIV><DIV>2. Now how can we make the toolbar when undocked display the buttons in column wise, i.e, restricting it to have minimum height and can increase in width (keep increasing the columns based on the number of buttons)</DIV><DIV><img src="https://forum.codejock.com/uploads/20070105_034111_2butt&#111;ns_single.JPG" border="0"></DIV><DIV><img src="https://forum.codejock.com/uploads/20070105_034011_single_column.JPG" border="0"></DIV><DIV><img src="https://forum.codejock.com/uploads/20070105_034328_mutli_column.JPG" border="0"></DIV><DIV>thnks</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 03:43:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18866&amp;title=tabbed-toolbar#18866</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : Hi, I not sure where problem......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18795&amp;title=tabbed-toolbar#18795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 04 January 2007 at 5:59am<br /><br />Hi,<DIV>I not sure where problem... You want to set height of toolbar if no buttons in some tab?</DIV>]]>
   </description>
   <pubDate>Thu, 04 Jan 2007 05:59:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18795&amp;title=tabbed-toolbar#18795</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : Any suggestions on this.... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18791&amp;title=tabbed-toolbar#18791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 04 January 2007 at 4:43am<br /><br />Any suggestions on this....]]>
   </description>
   <pubDate>Thu, 04 Jan 2007 04:43:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18791&amp;title=tabbed-toolbar#18791</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : Hello  pToolBar-&amp;gt;SetMinimumWidth...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18697&amp;title=tabbed-toolbar#18697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 29 December 2006 at 4:15am<br /><br /><P>Hello </P><P>pToolBar-&gt;SetMinimumWidth would set the minimum width of the Toolbar it works but here I manipulated the TabToolbar so that when ever we try to float or dock it, its always vertical instead of horizontal. And SetMinimumWidth would work only in case the toolbar is Horizontally docked or floating.</P><DIV>I guess we should be handling that in <FONT size=2>CXTPControls::CalcDynamicSize, here in this function it would check for the no of buttons exist in the tab and then it would calculate the size of the toolbar (sumation of size of buttons) and the set the size. Instead of based on the no of buttons can we set the minimum height of the tabtoolbar.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thnks</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 29 Dec 2006 04:15:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18697&amp;title=tabbed-toolbar#18697</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : Hi, You can call pToolBar-&amp;gt;SetMinimumWidth......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18681&amp;title=tabbed-toolbar#18681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 28 December 2006 at 3:12pm<br /><br />Hi,<DIV>You can call pToolBar-&gt;SetMinimumWidth...</DIV>]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 15:12:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18681&amp;title=tabbed-toolbar#18681</guid>
  </item> 
  <item>
   <title><![CDATA[Tabbed Toolbar. : hello  When try to undock /...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18673&amp;title=tabbed-toolbar#18673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 5928<br /><strong>Posted:</strong> 28 December 2006 at 9:46am<br /><br />hello<DIV>&nbsp;</DIV><DIV>When try to undock / float the Tabbed Toolbar. The tab size get resized based on the buttons in that particular tab. Can we make the tab size standard instead of resetting it based on the no of buttons in the tab. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 28 Dec 2006 09:46:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5928&amp;PID=18673&amp;title=tabbed-toolbar#18673</guid>
  </item> 
 </channel>
</rss>