<?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 : All Items Selected in pull down menu</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : All Items Selected in pull down menu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 13:26:38 +0000</pubDate>
  <lastBuildDate>Tue, 18 Aug 2020 02:47:30 +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=24026</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[All Items Selected in pull down menu : I had the same issue and was told...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77809&amp;title=all-items-selected-in-pull-down-menu#77809</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5742">docontrol</a><br /><strong>Subject:</strong> 24026<br /><strong>Posted:</strong> 18 August 2020 at 2:47am<br /><br />I had the same issue and was told that there is a bug in 19.2. I was provided with a patch to fix that error and now it looks fine.]]>
   </description>
   <pubDate>Tue, 18 Aug 2020 02:47:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77809&amp;title=all-items-selected-in-pull-down-menu#77809</guid>
  </item> 
  <item>
   <title><![CDATA[All Items Selected in pull down menu : My fix:replace lineBOOL bSelected...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77802&amp;title=all-items-selected-in-pull-down-menu#77802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9437">DiZSl</a><br /><strong>Subject:</strong> 24026<br /><strong>Posted:</strong> 08 August 2020 at 2:50am<br /><br /><div>My fix:<br></div><div>replace line<br></div><div>BOOL bSelected = ((0 != lpDrawItemStruct-&gt;itemState) &amp; ODS_SELECTED);</div>to<br><div>BOOL bSelected = (0 != (lpDrawItemStruct-&gt;itemState &amp; ODS_SELECTED));</div><div>in function<br></div><div><div>void CXTPPropertyGridInplaceList::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct)</div><div><br><br></div></div>]]>
   </description>
   <pubDate>Sat, 08 Aug 2020 02:50:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77802&amp;title=all-items-selected-in-pull-down-menu#77802</guid>
  </item> 
  <item>
   <title><![CDATA[All Items Selected in pull down menu : I was told this a known issues...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77792&amp;title=all-items-selected-in-pull-down-menu#77792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2826">byteman</a><br /><strong>Subject:</strong> 24026<br /><strong>Posted:</strong> 27 July 2020 at 1:07pm<br /><br />I was told this a known issues and will be resolved in TKP 19.3]]>
   </description>
   <pubDate>Mon, 27 Jul 2020 13:07:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77792&amp;title=all-items-selected-in-pull-down-menu#77792</guid>
  </item> 
  <item>
   <title><![CDATA[All Items Selected in pull down menu : The problem appeared in our app...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77789&amp;title=all-items-selected-in-pull-down-menu#77789</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2826">byteman</a><br /><strong>Subject:</strong> 24026<br /><strong>Posted:</strong> 26 July 2020 at 1:37pm<br /><br />The problem appeared in our app after updating to 19.2 and is reproducible in the CodeJock sample app: ...\Samples\PropertyGrid\GridSample (see attached screenshot). No changes were made in the sample code<div><br></div><div>The pulldown menu control works fine it's just the highlighting is broken.</div><div><img src="uploads/2826/pulldown.png" height="1050" width="1680" border="0" /><br></div>]]>
   </description>
   <pubDate>Sun, 26 Jul 2020 13:37:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24026&amp;PID=77789&amp;title=all-items-selected-in-pull-down-menu#77789</guid>
  </item> 
 </channel>
</rss>