<?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 : CXTPPropertyGrid notificati&#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : CXTPPropertyGrid notificati&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:56:10 +0000</pubDate>
  <lastBuildDate>Fri, 20 May 2005 23:54:25 +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=2214</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[CXTPPropertyGrid notificati&#111;n : Hi Oleg!  the problem is, that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6714&amp;title=cxtppropertygrid-notification#6714</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 2214<br /><strong>Posted:</strong> 20 May 2005 at 11:54pm<br /><br />Hi Oleg!<br><br>the problem is, that the inplace-edit control stays visible when theuser clicks the scrollbar of the listctrl. this is not really nice. theinplace-edit-ctrl is hidden when you click on any other control, whynot in this case? <br><br>and:<br>this is just what I experienced now, maybe there are other possibleinconsistent behaviours with other controls too, thats why I suggestedto use a hook with mouse-activation msgs.<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Fri, 20 May 2005 23:54:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6714&amp;title=cxtppropertygrid-notification#6714</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGrid notificati&#111;n : Don&amp;#039;t see &amp;#034;big problem&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6701&amp;title=cxtppropertygrid-notification#6701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2214<br /><strong>Posted:</strong> 20 May 2005 at 8:08am<br /><br />Don't see "big problem" user scroll listbox without changing active item in list box and focus... So what the problem with it?]]>
   </description>
   <pubDate>Fri, 20 May 2005 08:08:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6701&amp;title=cxtppropertygrid-notification#6701</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGrid notificati&#111;n : Hi Oleg!  the LVN_ITEMCHANGED...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6679&amp;title=cxtppropertygrid-notification#6679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 2214<br /><strong>Posted:</strong> 19 May 2005 at 7:58am<br /><br />Hi Oleg!<br><br>the LVN_ITEMCHANGED msg arrives before the NM_CLICK notification.<br>I added the SetFocus() call to the LVN_ITEMCHANGED handler and it works now.<br><br>but I realized another big problem:<br>if my listbox has many objects, a horizontal scrollbar is displayed.<br>when I edit an item within the propertygrid and click on the scrollbar of the listbox, <br>no notification is sent. if the XTP inplace editctrl relies on focus-handling,<br>this is not sufficient in this case, because no focus-msgs are sent with a scrollbar.<br><br>I suppose there is an additional processing necessary like installing amessage-hook to process mouse-activation msgs or the likes.<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Thu, 19 May 2005 07:58:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6679&amp;title=cxtppropertygrid-notification#6679</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGrid notificati&#111;n : Try to manually remove focus before...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6622&amp;title=cxtppropertygrid-notification#6622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2214<br /><strong>Posted:</strong> 17 May 2005 at 6:48am<br /><br /><P>Try to manually remove focus before you update propertygrid with new object:</P><P>&nbsp;</P><P>viod List::OnClick()<BR>{</P><P>&nbsp;&nbsp;&nbsp; List.SetFocus();&nbsp;&nbsp;&nbsp; // &lt;- must send notification.</P><P>&nbsp;&nbsp; UpdateGrid();</P><P>&nbsp;&nbsp;&nbsp; <BR>}</P>]]>
   </description>
   <pubDate>Tue, 17 May 2005 06:48:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6622&amp;title=cxtppropertygrid-notification#6622</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGrid notificati&#111;n : Hi Oleg!  thanx for your reply....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6618&amp;title=cxtppropertygrid-notification#6618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 2214<br /><strong>Posted:</strong> 17 May 2005 at 4:55am<br /><br />Hi Oleg!<br><br>thanx for your reply. it doesnt appear with your sample.<br>I managed to find out what is happening:<br><br>I have a dialog with a listbox on the left and a propertygrid on the right.<br>the listbox displays objects, the propertygrid displays the propertiesof the currently selected listbox-object. when the listbox-selectionchanges, the propertygrid gets updated with the properties of the newselected object.<br><br>when I change a property of an object via the inplacedit-control and click<br>e.g. on a button everything is fine, the property gets updated.<br>But if I click on another object within the listbox during editing a property, <br>the propertygrid gets updated with the properties of the new selected object <br>and AFTERWARDS the propertygrid notification message XTP_PGN_ITEMVALUE_CHANGED for the previous object-property<br>arrives and it is not valid at this time anymore.<br><br>so the problem lies within the mixed up order how messages get processed.<br>any hints on how to solve this ?<br><br>thanx in advance!<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Tue, 17 May 2005 04:55:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6618&amp;title=cxtppropertygrid-notification#6618</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGrid notificati&#111;n : Strange.. it must work... Can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6549&amp;title=cxtppropertygrid-notification#6549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2214<br /><strong>Posted:</strong> 12 May 2005 at 3:44pm<br /><br /><P>Strange.. it must work...</P><P>Can you reproduce it with our PropretyGrid sample?</P>]]>
   </description>
   <pubDate>Thu, 12 May 2005 15:44:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6549&amp;title=cxtppropertygrid-notification#6549</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGrid notificati&#111;n : Hi!  XTP 9601  I am using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6540&amp;title=cxtppropertygrid-notification#6540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 2214<br /><strong>Posted:</strong> 12 May 2005 at 5:58am<br /><br />Hi!<br><br>XTP 9601<br><br>I am using a CXTPProperytGrid within a dialog.<br>I am using the XTP_PGN_ITEMVALUE_CHANGED notification to<br>update my internal objects. this notification is not sent, when I click<br>on another dialog-item like a button. It is just sent when I press RETURN<br>or click another property-gid-item.<br><br>I also need the notification, when the user clicks somewhere else within<br>the dialog in order to correctly update my internal objects.<br><br>thanx in advance!<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Thu, 12 May 2005 05:58:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2214&amp;PID=6540&amp;title=cxtppropertygrid-notification#6540</guid>
  </item> 
 </channel>
</rss>