<?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 : Why standard toolbar?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Why standard toolbar?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 07:47:09 +0000</pubDate>
  <lastBuildDate>Fri, 12 Oct 2007 08:53:28 +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=8407</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[Why standard toolbar? : I understand, I didn&amp;#039;t thought...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8407&amp;PID=27259&amp;title=why-standard-toolbar#27259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 8407<br /><strong>Posted:</strong> 12 October 2007 at 8:53am<br /><br />I understand, I didn't thought of the individual components as we have the complete toolkit.<br><br>In that case it would be nice if there would be a function in the toolkit that adds the default property grid buttons to a CXTPToolBar / CXTPCommandBar.<br>But I'm not sure if the property grid could catch those commands, maybe you could look into this?<br><br>Also could you make this function a static method of the property grid?<br><br><br>void _DoCollapseExpand(CXTPPropertyGridItems* pItems, ITEMFUNCTIONPTR pFunction)<br>{<br>&nbsp;&nbsp; &nbsp;for (int i = 0; i &lt; pItems-&gt;GetCount(); i++)<br>&nbsp;&nbsp; &nbsp;{<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;CXTPPropertyGridItem* pItem = pItems-&gt;GetAt(i);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;if (pItem-&gt;HasChilds())<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;(pItem-&gt;*pFunction)();<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;_DoCollapseExpand(pItem-&gt;GetChilds(), pFunction);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;}<br>&nbsp;&nbsp; &nbsp;}<br>}<br><br>]]>
   </description>
   <pubDate>Fri, 12 Oct 2007 08:53:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8407&amp;PID=27259&amp;title=why-standard-toolbar#27259</guid>
  </item> 
  <item>
   <title><![CDATA[Why standard toolbar? : Hello,  Its another module....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8407&amp;PID=27251&amp;title=why-standard-toolbar#27251</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8407<br /><strong>Posted:</strong> 12 October 2007 at 8:30am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Its another module. PropertyGrid can't use classes from CommandBars or DockingPane etc. its not so difficult to add Toolbar in application like we do in Visual Studio sample.</DIV>]]>
   </description>
   <pubDate>Fri, 12 Oct 2007 08:30:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8407&amp;PID=27251&amp;title=why-standard-toolbar#27251</guid>
  </item> 
  <item>
   <title><![CDATA[Why standard toolbar? : The property grid uses a CToolBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8407&amp;PID=27224&amp;title=why-standard-toolbar#27224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 8407<br /><strong>Posted:</strong> 11 October 2007 at 9:05am<br /><br />The property grid uses a CToolBar instead of a CXTPToolBar, why?<br><br>Is there a reason why or could this be changed in a future release?<br><br>]]>
   </description>
   <pubDate>Thu, 11 Oct 2007 09:05:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8407&amp;PID=27224&amp;title=why-standard-toolbar#27224</guid>
  </item> 
 </channel>
</rss>