<?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 : Password field and caps lock redraw problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Password field and caps lock redraw problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 11:20:19 +0000</pubDate>
  <lastBuildDate>Wed, 16 Apr 2008 02:42:58 +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=10125</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[Password field and caps lock redraw problem : A workaround to this problem was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10125&amp;PID=33733&amp;title=password-field-and-caps-lock-redraw-problem#33733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4063">pietervdm</a><br /><strong>Subject:</strong> 10125<br /><strong>Posted:</strong> 16 April 2008 at 2:42am<br /><br />A workaround to this problem was to&nbsp; simply call&nbsp; <b>RedrawControl&nbsp; </b>on&nbsp; the property grid control .&nbsp; This can be done when handling the <b>XTPWM_PROPERTYGRID_NOTIFY </b>message with the <b>XTP_PGN_EDIT_CHANGED </b>argument. An example is shown below:<br><br>// in the message map<br><b>ON_MESSAGE(XTPWM_PROPERTYGRID_NOTIFY, OnPropertyGridNotify)<br><br></b>// the method<br><b>LRESULT CDlgUserCreateWithPropertyGrid::OnPropertyGridNotify(WPARAM wParam, LPARAM lParam)<br>{<br>&nbsp;&nbsp;&nbsp; if (wParam == XTP_PGN_EDIT_CHANGED)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;m_wndPropertyGrid.RedrawControl();<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; return FALSE;<br>}</b> <span style="display: n&#111;ne; visibility: ;" id="wikEdSetupFlag"></span><span style="display: n&#111;ne; visibility: ;" id="wikEdDiffSetupFlag"></span>]]>
   </description>
   <pubDate>Wed, 16 Apr 2008 02:42:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10125&amp;PID=33733&amp;title=password-field-and-caps-lock-redraw-problem#33733</guid>
  </item> 
  <item>
   <title><![CDATA[Password field and caps lock redraw problem :   I have a propertygriditem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10125&amp;PID=33231&amp;title=password-field-and-caps-lock-redraw-problem#33231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4063">pietervdm</a><br /><strong>Subject:</strong> 10125<br /><strong>Posted:</strong> 07 April 2008 at 9:28am<br /><br /><p ="Ms&#111;normal">I have a&nbsp; propertygriditem with the default passwordmask.&nbsp; If caps lock is on and&nbsp; I enter text into the&nbsp;propertygriditem&nbsp; the whole&nbsp; propertygrid&nbsp; turns&nbsp; grey,except for&nbsp; the&nbsp; propertygriditem's textbox (where I am currentlyentering text into). <br><br>This happens as I start entering text. I don't even have to press enter ofsomething.<br><br>Has anybody encountered this problem before? <br><br>Ps. I'm using Xtreme ToolkitPro v11.1.0</p>&nbsp;<span style="display: n&#111;ne; visibility: ;" id="wikEdSetupFlag"></span><span style="display: n&#111;ne; visibility: ;" id="wikEdDiffSetupFlag"></span>]]>
   </description>
   <pubDate>Mon, 07 Apr 2008 09:28:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10125&amp;PID=33231&amp;title=password-field-and-caps-lock-redraw-problem#33231</guid>
  </item> 
 </channel>
</rss>