<?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 : CXTPPropertyGridItem hexadecimal input ??</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : CXTPPropertyGridItem hexadecimal input ??]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 11:31:45 +0000</pubDate>
  <lastBuildDate>Wed, 19 Oct 2005 12:33:36 +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=3057</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[CXTPPropertyGridItem hexadecimal input ?? : Hi Oleg!  thanx for your reply!  actually...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3057&amp;PID=9137&amp;title=cxtppropertygriditem-hexadecimal-input#9137</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 3057<br /><strong>Posted:</strong> 19 October 2005 at 12:33pm<br /><br />Hi Oleg!<br><br>thanx for your reply!<br><br>actually the way the masked edit is displayed doenst fit our other(non-hex) property grid items. they dont have a prompt, but thehex-item one does...<br><br>this doesnt look too good, so I decided to use another approach byoverriding the inplaceedit control&nbsp; and use OnChar() to limit theinput to hex-keys (0-9,A-F)<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Wed, 19 Oct 2005 12:33:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3057&amp;PID=9137&amp;title=cxtppropertygriditem-hexadecimal-input#9137</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItem hexadecimal input ?? : Try this CXTPPropertyGridItem*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3057&amp;PID=9115&amp;title=cxtppropertygriditem-hexadecimal-input#9115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3057<br /><strong>Posted:</strong> 18 October 2005 at 1:13pm<br /><br /><P>Try this</P><P>CXTPPropertyGridItem* pItemMaskEdit = pCustom-&gt;AddChildItem(new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPPropertyGridItem(_T("Base Address"), _T("0x0000")));<BR>pItemMaskEdit-&gt;SetMask(_T("0xHHHH"), _T("0x____"));<BR></P><P>+</P><P>use</P><P>pItemMaskEdit-&gt;GetMaskedText();</P><P>to get text without mask (without "0x")</P>]]>
   </description>
   <pubDate>Tue, 18 Oct 2005 13:13:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3057&amp;PID=9115&amp;title=cxtppropertygriditem-hexadecimal-input#9115</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridItem hexadecimal input ?? : Hi!  XTP 9.70  I would like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3057&amp;PID=9113&amp;title=cxtppropertygriditem-hexadecimal-input#9113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 3057<br /><strong>Posted:</strong> 18 October 2005 at 12:08pm<br /><br />Hi!<br><br>XTP 9.70<br><br>I would like to create a custom grid item which allows input of hex-values like:<br><br>0xFFFF<br><br>I tried to use SetMask() to restrict the input to hex-characters, butit didnt work as expected. I also dont want the "0x" to appear in myfinal value-string, it should just be displayed as a header to mark thehex-input.<br>If this isnt possible, it would be good, if the user cant edit the "0x" header.<br>the input should just be resticted to 0-9 and A-F.<br><br>how can I accomplish a hex-input property grid item like that ?<br><br>thanx in advance!<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Tue, 18 Oct 2005 12:08:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3057&amp;PID=9113&amp;title=cxtppropertygriditem-hexadecimal-input#9113</guid>
  </item> 
 </channel>
</rss>