<?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 : Bug introduced in 12.0.2</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Bug introduced in 12.0.2]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 07:26:39 +0000</pubDate>
  <lastBuildDate>Fri, 03 Oct 2008 05:01:06 +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=12279</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[Bug introduced in 12.0.2 : WS_EX_CONTROLPARENT was added...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41614&amp;title=bug-introduced-in-12-0-2#41614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12279<br /><strong>Posted:</strong> 03 October 2008 at 5:01am<br /><br /><P>WS_EX_CONTROLPARENT was added for some reason. Not sure why though :P</P><DIV>Could it have something to do with Alt-shortcuts? Anyway, I'll try to remove it! Thanks!</DIV>]]>
   </description>
   <pubDate>Fri, 03 Oct 2008 05:01:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41614&amp;title=bug-introduced-in-12-0-2#41614</guid>
  </item> 
  <item>
   <title><![CDATA[Bug introduced in 12.0.2 : Hi, Actually its question to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41580&amp;title=bug-introduced-in-12-0-2#41580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12279<br /><strong>Posted:</strong> 02 October 2008 at 4:02am<br /><br /><P>Hi,</P><DIV><BR>Actually its question to Microsoft why API GetNextDlgTabItem never return back :-(</DIV><DIV>&nbsp;</DIV><DIV>There can be easy workaround - remove this SetFocus :) or remove WE_EX_CONTROLPARENT from child Dialog style (Why do you need this style ??)</DIV>]]>
   </description>
   <pubDate>Thu, 02 Oct 2008 04:02:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41580&amp;title=bug-introduced-in-12-0-2#41580</guid>
  </item> 
  <item>
   <title><![CDATA[Bug introduced in 12.0.2 : Please have a look at my sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41571&amp;title=bug-introduced-in-12-0-2#41571</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12279<br /><strong>Posted:</strong> 01 October 2008 at 5:22pm<br /><br />Please have a look at my sample project!]]>
   </description>
   <pubDate>Wed, 01 Oct 2008 17:22:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41571&amp;title=bug-introduced-in-12-0-2#41571</guid>
  </item> 
  <item>
   <title><![CDATA[Bug introduced in 12.0.2 : Can you try reproduce something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41461&amp;title=bug-introduced-in-12-0-2#41461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12279<br /><strong>Posted:</strong> 29 September 2008 at 4:21am<br /><br />Can you try reproduce something like that with our samples ?<DIV>&nbsp;</DIV><DIV>I tried GUI_VisualStudio sample and can't reproduce :(</DIV><DIV><BR>Try set focus in WM_SETFOCUS handler:</DIV><DIV>&nbsp;</DIV><DIV><BR>void CMyPane::OnSetFocus(CWnd* /*pOldWnd*/)<BR>{<BR>&nbsp;m_wndPropertyGrid.SetFocus();<BR>}</DIV>]]>
   </description>
   <pubDate>Mon, 29 Sep 2008 04:21:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41461&amp;title=bug-introduced-in-12-0-2#41461</guid>
  </item> 
  <item>
   <title><![CDATA[Bug introduced in 12.0.2 : BOOL CMyPane::OnInitDialog(){...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41442&amp;title=bug-introduced-in-12-0-2#41442</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12279<br /><strong>Posted:</strong> 28 September 2008 at 5:02pm<br /><br />BOOL CMyPane::OnInitDialog()<BR>{<BR>&nbsp;&nbsp;&nbsp; CXTResizeDialog::OnInitDialog();<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; if (CreateGrid())<BR>&nbsp;&nbsp;&nbsp; {<BR><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_wndPropertyGrid.SetFocus(); // Causes eternal loop!!<BR></strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SetResize(IDC_GRID_DATA, SZ_TOP_LEFT, SZ_BOTTOM_RIGHT);<BR>&nbsp;&nbsp;&nbsp; }<BR><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Upgraded from 12.0.1 and got this problem...</DIV><DIV>------------------------------------------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>Edit: And here's a sample project demonstrating the problem!</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/20081001_172133_PropertyGridPro.zip" target="_blank">uploads/20081001_172133_PropertyGridPro.zip</A></DIV>]]>
   </description>
   <pubDate>Sun, 28 Sep 2008 17:02:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12279&amp;PID=41442&amp;title=bug-introduced-in-12-0-2#41442</guid>
  </item> 
 </channel>
</rss>