<?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 : CXTPPropertyGridItemEnum drop down not appearing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : CXTPPropertyGridItemEnum drop down not appearing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 09:36:20 +0000</pubDate>
  <lastBuildDate>Mon, 15 Sep 2008 06:00:18 +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=12139</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[CXTPPropertyGridItemEnum drop down not appearing : Hi,  Have to work automatically....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=41003&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#41003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12139<br /><strong>Posted:</strong> 15 September 2008 at 6:00am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Have to work automatically. Check maybe you call SetFlags later..</DIV><DIV>&nbsp;</DIV><DIV>try to modify our sample to getsame result abnd attach change file here.</DIV>]]>
   </description>
   <pubDate>Mon, 15 Sep 2008 06:00:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=41003&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#41003</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemEnum drop down not appearing : Sorry, it looks like the posting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=40967&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#40967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4529">DLewanda</a><br /><strong>Subject:</strong> 12139<br /><strong>Posted:</strong> 12 September 2008 at 8:13am<br /><br />Sorry, it looks like the posting mechanism ate my &#091;i&#093;.&nbsp; I am doing what you suggested.&nbsp; I can see the items individually if I use the arrow keys, but I can't see the drop-down menu.&nbsp; Any other ideas?]]>
   </description>
   <pubDate>Fri, 12 Sep 2008 08:13:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=40967&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#40967</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemEnum drop down not appearing : guess you need   pOperationI...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=40958&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#40958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12139<br /><strong>Posted:</strong> 12 September 2008 at 1:08am<br /><br />guess you need <DIV>&nbsp;</DIV><DIV>pOperationItem-&gt;GetConstraints()-&gt;AddConstraint( OPERATION_MODES&#091; i &#093;<strong><EM></strong><EM>&nbsp;<EM><I>, i )</I>;<BR></EM></EM></DIV></EM>]]>
   </description>
   <pubDate>Fri, 12 Sep 2008 01:08:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=40958&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#40958</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItemEnum drop down not appearing :  I modified the standard CXTPPropertyGridItemEnum...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=40945&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#40945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4529">DLewanda</a><br /><strong>Subject:</strong> 12139<br /><strong>Posted:</strong> 11 September 2008 at 10:45am<br /><br />I modified the standard CXTPPropertyGridItemEnum example to load constraints from an array of CStrings.&nbsp; While I can see all the constraints if I use the arrow keys, clicking on the drop-down button doesn't show the constraint list as expected.&nbsp; Here is my code sample<br><br>&nbsp;&nbsp; CXTPPropertyGridItem* pOperationItem = pPropertyCategoryItem-&gt;AddChildItem( <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; new CXTPPropertyGridItemEnum( _T("Operation:"), selectedOperation, &amp;selectedOperation ) );<br><br>&nbsp;&nbsp; for( int i = 0; i &lt; OPERATION_MODE_COUNT; i++ )<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pOperationItem-&gt;GetConstraints()-&gt;AddConstraint( OPERATION_MODES<em> <em><i>, i )</i>;<br>&nbsp;&nbsp; }<br><br><i>Notes:<br></i></em>pPropertyCategoryItem is a CXTPPropertyGridItem* (actually a CXTPPropertyGridItemCategory)<br>OPERATION_MODES is a CString&#091;&#093;<br>OPERATION_MODE_COUNT = 5<br><br><em><i>Please let me know what I am missing.<br><br>Thanks in advance!</i><br></em>]]>
   </description>
   <pubDate>Thu, 11 Sep 2008 10:45:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12139&amp;PID=40945&amp;title=cxtppropertygriditemenum-drop-down-not-appearing#40945</guid>
  </item> 
 </channel>
</rss>