<?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 : C&#111;nstraint Combo Not Shown..</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : C&#111;nstraint Combo Not Shown..]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 12:46:37 +0000</pubDate>
  <lastBuildDate>Tue, 30 Aug 2005 05:13: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=2794</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[C&#111;nstraint Combo Not Shown.. : Hi, it presented in XTPVersion.h...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8414&amp;title=constraint-combo-not-shown#8414</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 30 August 2005 at 5:13am<br /><br /><P>Hi,</P><P>it presented in XTPVersion.h file.</P>]]>
   </description>
   <pubDate>Tue, 30 Aug 2005 05:13:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8414&amp;title=constraint-combo-not-shown#8414</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;nstraint Combo Not Shown.. : Oleg  The dialog itself was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8405&amp;title=constraint-combo-not-shown#8405</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1258">MLatimer</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 30 August 2005 at 2:49am<br /><br />Oleg<br><br>The dialog itself was not on top style, but the parent that called thedialog (with a DoModal) was. Im not sure how that affected it but byreseting to "wndNoTopMost" before the DoModal (and reseting after)solved the problem.<br><br>What is the best way to check the version number?<br><br>Regards<br>Mark<br>]]>
   </description>
   <pubDate>Tue, 30 Aug 2005 02:49:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8405&amp;title=constraint-combo-not-shown#8405</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;nstraint Combo Not Shown.. : hmmm.does dialog have &amp;#034;Always...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8356&amp;title=constraint-combo-not-shown#8356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 26 August 2005 at 12:42pm<br /><br />hmmm.&nbsp;does dialog&nbsp; have "Always on Top" style? What version do you have?]]>
   </description>
   <pubDate>Fri, 26 Aug 2005 12:42:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8356&amp;title=constraint-combo-not-shown#8356</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;nstraint Combo Not Shown.. :  When we add constraints to an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8354&amp;title=constraint-combo-not-shown#8354</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1258">MLatimer</a><br /><strong>Subject:</strong> 2794<br /><strong>Posted:</strong> 26 August 2005 at 9:13am<br /><br />When we add constraints to an item in the grid,&nbsp; the pull-downcombo list is not always shown. It is shown behind the main dialog!<br><br>In some cases double clicking in the edit dox with cycle to the next item in the list, but not always.<br><br>The prop-grid is created...<br>CRect rc;<br>m_wndPlaceHolder.GetWindowRect( &amp;rc );<br>ScreenToClient( &amp;rc );<br><br>&nbsp;// create the property grid.<br>if ( m_wndPropertyGrid.Create( rc, this, IDC_PROPERTY_GRID ) )<br>{<br>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; LOGFONT lf;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GetFont()-&gt;GetLogFont( &amp;lf );<br>}<br><br>CXTPPropertyGridItem*  pStandard&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;m_wn dPropertyGrid.AddCategory(_T("Feature  Details"));<br><div style="margin-left: 40px;"><br></div>pItem = pStandard-&gt;AddChildItem(new CXTPPropertyGridItem(sPrompt, ""));<br><br>CStringList strList;<br>thLoadStringValueList(m_sFeatureFile, sCatName + "_values", &amp;strList);<br>CXTPPropertyGridItemConstraints* pList = pItem-&gt;GetConstraints();<br><br>// .... Adding Items Here&nbsp; .... /////<br><br>pItem-&gt;SetFlags(xtpGridItemHasComboButton | xtpGridItemHasEdit);<br><br><img src="uploads/MLatimer/2005-08-26_093815_Untitled-1.gif" border="0"><br>Note the list "poking out" from below the dialog, this list is the constraint list.<br><br><br><br><span style="font-size:10px"><br /><br />Edited by MLatimer</span>]]>
   </description>
   <pubDate>Fri, 26 Aug 2005 09:13:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2794&amp;PID=8354&amp;title=constraint-combo-not-shown#8354</guid>
  </item> 
 </channel>
</rss>