<?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 : Drawing bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Drawing bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 03:36:54 +0000</pubDate>
  <lastBuildDate>Tue, 08 May 2007 10:00:45 +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=7071</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[Drawing bug : ... alsoset Notfy style of your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22679&amp;title=drawing-bug#22679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7071<br /><strong>Posted:</strong> 08 May 2007 at 10:00am<br /><br />... also&nbsp;set &nbsp;Notfy style of your STATIC control to handle click events... Now you can't resize Bottom&nbsp; Help area.]]>
   </description>
   <pubDate>Tue, 08 May 2007 10:00:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22679&amp;title=drawing-bug#22679</guid>
  </item> 
  <item>
   <title><![CDATA[Drawing bug :    oleg wrote:Anyway if you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22674&amp;title=drawing-bug#22674</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 7071<br /><strong>Posted:</strong> 08 May 2007 at 9:05am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Anyway if you don't create it using Create method you have to be sure it has clip styles. Modify styles in resources or add in code:<div><font size="1"></font><p><font size="1"></font><font color="#020002" size="1">m_wndPropertyGrid</font><font size="1">.</font><font color="#020002" size="1">ModifyStyle</font><font size="1">(0, </font><font color="#020002" size="1">WS_CLIPCHILDREN</font><font size="1"> | </font><font color="#020002" size="1">WS_CLIPSIBLINGS</font><font size="1">);</font></p><font size="1"></font></div></td></tr></table><br><br>Thanks, that fixed it.<br><br>]]>
   </description>
   <pubDate>Tue, 08 May 2007 09:05:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22674&amp;title=drawing-bug#22674</guid>
  </item> 
  <item>
   <title><![CDATA[Drawing bug : Hello,   I not really like that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22668&amp;title=drawing-bug#22668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7071<br /><strong>Posted:</strong> 08 May 2007 at 7:50am<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>I not really like that you subclass "STATIC" control to PropertyGrid. We register special Windows Class - "XTPPropertyGrid"....</DIV><DIV>&nbsp;</DIV><DIV>Anyway if you don't create it using Create method you have to be sure it has clip styles. Modify styles in resources or add in code:</DIV><DIV><FONT size=1><P></FONT><FONT color=#020002 size=1>m_wndPropertyGrid</FONT><FONT size=1>.</FONT><FONT color=#020002 size=1>ModifyStyle</FONT><FONT size=1>(0, </FONT><FONT color=#020002 size=1>WS_CLIPCHILDREN</FONT><FONT size=1> | </FONT><FONT color=#020002 size=1>WS_CLIPSIBLINGS</FONT><FONT size=1>);</P></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 08 May 2007 07:50:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22668&amp;title=drawing-bug#22668</guid>
  </item> 
  <item>
   <title><![CDATA[Drawing bug : Hello Oleg, I&amp;#039;ve modified...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22663&amp;title=drawing-bug#22663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 7071<br /><strong>Posted:</strong> 08 May 2007 at 7:16am<br /><br /><P>Hello Oleg,</P><P>I've modified the sample to reproduce the bug. The problem occurs if the property grid is not hosted inside a static control.</P><P>I've replaced the placeholder with <strong>DDX_Control(pDX, IDC_PROPERTY_GRID, m_wndPropertyGrid);</strong>.</P><P>The property grid also flickers a lot in that case if you resize the dialog.<BR><a href="css_styles/default_style.css" target="_blank"><BR><BR><img src="uploads/temp/20070508_071322_gridsample.png" border="0"><BR><BR></P><DIV><a href="uploads/temp/20070508_070734_GridSample.zip" target="_blank">uploads/temp/20070508_070734_GridSample.zip</A><BR><BR></DIV>]]>
   </description>
   <pubDate>Tue, 08 May 2007 07:16:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22663&amp;title=drawing-bug#22663</guid>
  </item> 
  <item>
   <title><![CDATA[Drawing bug : Hi,  Can you try reproduce same...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22655&amp;title=drawing-bug#22655</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7071<br /><strong>Posted:</strong> 08 May 2007 at 6:48am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Can you try reproduce same with our PropertyGrid sample?</DIV>]]>
   </description>
   <pubDate>Tue, 08 May 2007 06:48:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22655&amp;title=drawing-bug#22655</guid>
  </item> 
  <item>
   <title><![CDATA[Drawing bug : I&amp;#039;ve found a drawing bug...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22644&amp;title=drawing-bug#22644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 7071<br /><strong>Posted:</strong> 07 May 2007 at 4:41pm<br /><br />I've found a drawing bug of the property grid with long items. I've tested it also without the skinframework but no difference. Here are the screenshots and steps to reproduce it:<br><br>1) Item with&nbsp; combobox, show tooltip for long string:<br><br><img src="uploads/temp/20070507_163524_memo_tooltip.png" height="486" width="560" border="0"><br><br>2) Move the mouse cursor to the right above the combo box button:<br><br><img src="uploads/temp/20070507_163750_memo_dropdown.png" height="479" width="418" border="0"><br><br>3) Move the mouse cursor up to the other date item button:<br><br><img src="uploads/temp/20070507_163851_memo_drawing.png" height="479" width="418" border="0"><br><br>]]>
   </description>
   <pubDate>Mon, 07 May 2007 16:41:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7071&amp;PID=22644&amp;title=drawing-bug#22644</guid>
  </item> 
 </channel>
</rss>