<?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 : Probably bug fix</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Visual C++ MFC : Probably bug fix]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 20:09:48 +0000</pubDate>
  <lastBuildDate>Thu, 11 Jun 2009 07:30:22 +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=14502</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[Probably bug fix : I have large PNG file in CImage...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14502&amp;PID=49847&amp;title=probably-bug-fix#49847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5293">xxLuda</a><br /><strong>Subject:</strong> 14502<br /><strong>Posted:</strong> 11 June 2009 at 7:30am<br /><br />I have large PNG file in CImage in our app with about 1000 icons, and need to assign for example icons  {3,340} to PropertyGrid. (Assign of whole file is realy slow)<br /><br />I think, that this function do what i need, but second param of SetIcons is only CmdID and not position in source bmp ;-(.<br /><br />When I try this, SetIcon load first two Icons and assign CmdID 3 and 340 for these icons.<br /><br />Is there any way how to do what I need ?<br /><br />Thanks<br /><br /><br /><br />Edited:<br />I'm already resolved icons extracting by self.  Currently  I'm creating temporary bitmap with requested icons and pass it to SetIcons method.<br /><br />]]>
   </description>
   <pubDate>Thu, 11 Jun 2009 07:30:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14502&amp;PID=49847&amp;title=probably-bug-fix#49847</guid>
  </item> 
  <item>
   <title><![CDATA[Probably bug fix : Just use _wndPropertyGrid.Get...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14502&amp;PID=49840&amp;title=probably-bug-fix#49840</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14502<br /><strong>Posted:</strong> 11 June 2009 at 7:18am<br /><br />Just use<DIV>_wndPropertyGrid.GetImageManager()-&gt;SetIcons(*pbmpTest,<strong>NULL</strong>, 5, imgEx.GetIconSize(), xtpImageNormal, TRUE);&nbsp; </DIV><DIV>for&nbsp;0, 1, 2, 3, 4</DIV>]]>
   </description>
   <pubDate>Thu, 11 Jun 2009 07:18:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14502&amp;PID=49840&amp;title=probably-bug-fix#49840</guid>
  </item> 
  <item>
   <title><![CDATA[Probably bug fix : In method &amp;#039;CXTPImageManager::SetIcons&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14502&amp;PID=49831&amp;title=probably-bug-fix#49831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5293">xxLuda</a><br /><strong>Subject:</strong> 14502<br /><strong>Posted:</strong> 11 June 2009 at 3:58am<br /><br />In method 'CXTPImageManager::SetIcons' in file 'p:\dependentlibrarieswhole\xtreme toolkitpro v13.0.0\source\common\xtpimagemanager.cpp'<br /><br />LN3636:<br />BOOL bIgnoreNulls = (nIconCount == nCount);<br /><br />update to:<br /><br />BOOL bIgnoreNulls = (nIconCount == nCount) || ( nCount&gt;0 && pCommands && pCommands&#091;0&#093;==0 );<br /><br />Without this fix, this doesn't work correctly<br />UINT btnFilter2&#091;&#093; = {0,1,2,3,4};<br />m_wndPropertyGrid.GetImageManager()-&gt;SetIcons(*pbmpTest,btnFilter2, 5, imgEx.GetIconSize(), xtpImageNormal, TRUE);<br /><br />LV]]>
   </description>
   <pubDate>Thu, 11 Jun 2009 03:58:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14502&amp;PID=49831&amp;title=probably-bug-fix#49831</guid>
  </item> 
 </channel>
</rss>