<?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 : CXTPPropertyGridInplaceList - derivati&#111;n.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : CXTPPropertyGridInplaceList - derivati&#111;n.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 21:19:47 +0000</pubDate>
  <lastBuildDate>Thu, 26 Jan 2006 03:32:56 +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=3009</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[CXTPPropertyGridInplaceList - derivati&#111;n. : Thanks it&amp;#039;s worked. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=10698&amp;title=cxtppropertygridinplacelist-derivation#10698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1572">Cedric</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 26 January 2006 at 3:32am<br /><br />Thanks it's worked. ]]>
   </description>
   <pubDate>Thu, 26 Jan 2006 03:32:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=10698&amp;title=cxtppropertygridinplacelist-derivation#10698</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridInplaceList - derivati&#111;n. : Standard List created with LBS_STRING...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=10683&amp;title=cxtppropertygridinplacelist-derivation#10683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 25 January 2006 at 9:31am<br /><br /><P>Standard List created with LBS_STRING style.</P><P>I suggest you to change logic something like:</P><P>CStyleItem::CStyleItem( CString _Caption )<BR>&nbsp;: CXTPPropertyGridItem( _Caption )<BR>{<BR>&nbsp;m_nFlags = xtpGridItemHasComboButton;<BR>&nbsp;m_StyleList.m_pItem = this;</P><P>&nbsp;//SOLID epaisseur 1 a cause du system NT<BR>&nbsp;AddStyleItem(PS_SOLID,1);<BR>&nbsp;<BR>&nbsp;//Traits exotiques</P><P>&nbsp;AddStyleItem( PS_DOT, 2 );<BR>&nbsp;AddStyleItem( PS_DASH, 2 );<BR>&nbsp;AddStyleItem( PS_DASHDOT, 2 );<BR>&nbsp;AddStyleItem( PS_DASHDOTDOT, 2 );</P><P>&nbsp;//Ajouter les épaisseurs "SOLID" &gt;1<BR>&nbsp;AddStyleItem( PS_SOLID, 2 );<BR>&nbsp;AddStyleItem( PS_SOLID, 3 );<BR>&nbsp;AddStyleItem( PS_SOLID, 4 );<BR>&nbsp;AddStyleItem( PS_SOLID, 5 );<BR>&nbsp;AddStyleItem( PS_SOLID, 7 );<BR>&nbsp;AddStyleItem( PS_SOLID, 9 );<BR>&nbsp;AddStyleItem( PS_SOLID, 11 );<BR>}</P><P>void CStyleItem::AddStyleItem(int style,int epaisseur) <BR>{<BR>&nbsp;// add a listbox item<BR>&nbsp;DWORD stockval = MAKELONG((style &amp; PS_STYLE_MASK)|PS_GEOMETRIC, epaisseur);<BR>&nbsp;GetConstraints()-&gt;AddConstraint(_T("Item"), stockval);<BR>}</P><P>to move items to constraints of Items.</P><P>and drawing:</P><P>void CStyleItemList::DrawItem ( LPDRAWITEMSTRUCT lpDrawItemStruct )<BR>{<BR>&nbsp;CDC* pDC = CDC::FromHandle(lpDrawItemStruct-&gt;hDC);<BR><strong>&nbsp;CXTPPropertyGridItemConstraint* p =  (CXTPPropertyGridItemConstraint*)lpDrawItemStruct-&gt;itemDa ta;<BR>&nbsp;DWORD a = p-&gt;m_dwData;</strong></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 25 Jan 2006 09:31:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=10683&amp;title=cxtppropertygridinplacelist-derivation#10683</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridInplaceList - derivati&#111;n. : Hye. I tried to inherit CTXPropertyGridInplaceList,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=10673&amp;title=cxtppropertygridinplacelist-derivation#10673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1572">Cedric</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 25 January 2006 at 5:36am<br /><br /><P>Hye. I tried to inherit CTXPropertyGridInplaceList, to draw something different than text. drawing of GridItem is fine. But when I to show my InplaceList when AddString message is occur i got an execption error.</P><P>Where I'm wrong ?</P><P>I join a sample with my problem</P><P><A href="https://forum.codejock.com/uploads/Cedric/2006-01-25_053544_GridSample.zip" target="_blank">2006-01-25_053544_GridSample.zip</A></P><P>PS: My Item is "Style" in global setting and I worked with 9.80</P>]]>
   </description>
   <pubDate>Wed, 25 Jan 2006 05:36:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=10673&amp;title=cxtppropertygridinplacelist-derivation#10673</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridInplaceList - derivati&#111;n. : Dear Oleg,  As ever many thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=8990&amp;title=cxtppropertygridinplacelist-derivation#8990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1176">Kevin6</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 05 October 2005 at 8:30am<br /><br /><P>Dear Oleg, </P><P>&nbsp;As ever many thanks for your reply - I am able to continue with my development.</P><P>I have search for -: SetInplaceList </P><P>in the help/documentation&nbsp;but it is not documented. Please can you add it to the documentation list.</P><P>regards</P><P>Richard</P><P>ps. I am using ver 9.70</P>]]>
   </description>
   <pubDate>Wed, 05 Oct 2005 08:30:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=8990&amp;title=cxtppropertygridinplacelist-derivation#8990</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridInplaceList - derivati&#111;n. : in 9.80 was added CXTPPropertyGrid::SetInplaceList...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=8989&amp;title=cxtppropertygridinplacelist-derivation#8989</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 05 October 2005 at 8:05am<br /><br /><P>in 9.80 was added CXTPPropertyGrid::SetInplaceList to set custom inplace list</P><P>m_wndGrid.SetInplaceList (new CMyInplaceList);</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 05 Oct 2005 08:05:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=8989&amp;title=cxtppropertygridinplacelist-derivation#8989</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridInplaceList - derivati&#111;n. : Oleg,  I would like to be able...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=8986&amp;title=cxtppropertygridinplacelist-derivation#8986</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1176">Kevin6</a><br /><strong>Subject:</strong> 3009<br /><strong>Posted:</strong> 05 October 2005 at 7:35am<br /><br /><P>Oleg, </P><P>I would like to be able to customise some of the functionality of the ListBox control in the PropertyGrid.</P><P>I do not understand how I am supposed to do this as the class construction makes this difficult to understand.</P><P>There are no examples that I can find in the Samples to help me with this.</P><P>I would appreciate some advice.</P><P>regards</P><P>Richard</P>]]>
   </description>
   <pubDate>Wed, 05 Oct 2005 07:35:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3009&amp;PID=8986&amp;title=cxtppropertygridinplacelist-derivation#8986</guid>
  </item> 
 </channel>
</rss>