<?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 : Typo in samples with ODA_SELECT</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Typo in samples with ODA_SELECT]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 13:15:27 +0000</pubDate>
  <lastBuildDate>Fri, 03 Jun 2005 01:55:37 +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=2306</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[Typo in samples with ODA_SELECT : You right!  Never trust MSDN...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2306&amp;PID=6872&amp;title=typo-in-samples-with-oda-select#6872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2306<br /><strong>Posted:</strong> 03 June 2005 at 1:55am<br /><br /><P>You right! </P><P>Never trust MSDN :) this code was copied from CListBox::DrawItem member sample. :)&nbsp; </P><P>we will remove this condition part. </P>]]>
   </description>
   <pubDate>Fri, 03 Jun 2005 01:55:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2306&amp;PID=6872&amp;title=typo-in-samples-with-oda-select#6872</guid>
  </item> 
  <item>
   <title><![CDATA[Typo in samples with ODA_SELECT : The Property grid samples DelphiGridPage.cpp...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2306&amp;PID=6848&amp;title=typo-in-samples-with-oda-select#6848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1202">CGrant</a><br /><strong>Subject:</strong> 2306<br /><strong>Posted:</strong> 01 June 2005 at 7:18pm<br /><br /><P>The Property grid samples DelphiGridPage.cpp and SimpleGridPage.cpp have a mistake in their owner draw code; where the test should be seeing if the ODA_SELECT bit is set, it sets it instead.</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P><FONT color=#0000ff>BOOL</FONT> <FONT color=#808080>bSelected</FONT> = ((<FONT color=#808080>lpDrawItemStruct</FONT>-&gt;<FONT color=#808080>itemAction</FONT> | <FONT color=#a000a0>ODA_SELECT</FONT>) &amp;&amp; (<FONT color=#808080>lpDrawItemStruct</FONT>-&gt;<FONT color=#808080>itemState</FONT> &amp; <FONT color=#a000a0>ODS_SELECTED</FONT>));</P><P></pre></td></tr></table></P><P>I suggest either replacing the '|' with '&amp;', or remove that part of the condition.</P><P>The same code is in all the ODA_SELECTED examples.</P><P>Colin</P>]]>
   </description>
   <pubDate>Wed, 01 Jun 2005 19:18:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2306&amp;PID=6848&amp;title=typo-in-samples-with-oda-select#6848</guid>
  </item> 
 </channel>
</rss>