<?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 : optimization...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : optimization...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 13:48:04 +0000</pubDate>
  <lastBuildDate>Wed, 07 Oct 2009 02:16:32 +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=15309</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[optimization... : hi,we have used xtreeme toolkit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15309&amp;PID=53658&amp;title=optimization#53658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4284">Pariksh*t</a><br /><strong>Subject:</strong> 15309<br /><strong>Posted:</strong> 07 October 2009 at 2:16am<br /><br />hi,<br>we have used xtreeme toolkit 12.0.1 in our application.<br>The size of exe was 6MB now its 12 MB...<br>we have used ribbonbars in following way<br><br>&nbsp;&nbsp;&nbsp; CXTPCommandBars* pCommandBars = GetCommandBars();<br>&nbsp;&nbsp;&nbsp; m_pTabGalleries = pRibbonBar-&gt;AddTab(ID_GALLERIES_TAB);<br><br>&nbsp;&nbsp;&nbsp; //'/Group Gallaries for buttons and combo box....<br>&nbsp;&nbsp;&nbsp; CXTPRibbonGroup* pGroupGallaries = m_pTabGalleries-&gt;AddGroup(ID_GALLERIES_GROUP_GALLARY);<br>&nbsp;&nbsp;&nbsp; pGroupGallaries-&gt;SetCaption( g_Interface.GetFromStringTable(IDS_GALLARIES));<br>&nbsp;&nbsp;&nbsp; pGroupGallaries-&gt;SetControlsGrouping();<br>&nbsp;&nbsp;&nbsp; pGroupGallaries-&gt;AllowReduce(0);<br><br>&nbsp;&nbsp;&nbsp; //'/Button 'ClipArts'.<br>&nbsp;&nbsp;&nbsp; m_pClipArtsButton = (CXTPControlButton*)pGroupGallaries-&gt;Add(xtpControlButton, IDC_CLIPARTS);<br>&nbsp;&nbsp;&nbsp; m_pClipArtsButton-&gt;SetStyle(xtpButtonIconAndCaptionBelow);<br>&nbsp;&nbsp;&nbsp; UINT uiClipArts&#091;&#093; = {IDC_CLIPARTS};<br>&nbsp;&nbsp;&nbsp; pCommandBars-&gt;GetImageManager()-&gt;SetIcons(IDR_PNG_CLIP_ART, uiClipArts, _countof(uiClipArts), CSize(27, 23));//CSize(32, 32));<br>&nbsp;&nbsp;&nbsp; m_pClipArtsButton-&gt;SetTooltip(g_Interface.GetFromStringTable(IDS_BTMPARENT_BTN_CLIPART));<br>&nbsp;&nbsp;&nbsp; m_pClipArtsButton-&gt;SetHeight(30);//(35)<br>&nbsp;&nbsp;&nbsp; m_pClipArtsButton-&gt;SetWidth(40);<br><br><br>but we havent found any way to free the memory or to optimize the memory<br>what we can do to minimize the size and to optimize or to free the xtp controls?<br>]]>
   </description>
   <pubDate>Wed, 07 Oct 2009 02:16:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15309&amp;PID=53658&amp;title=optimization#53658</guid>
  </item> 
 </channel>
</rss>