<?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 : CXTShellTreeBase::OnDeleteTreeItem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTShellTreeBase::OnDeleteTreeItem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 13:15:34 +0000</pubDate>
  <lastBuildDate>Tue, 30 Jan 2007 13:29:49 +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=6259</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[CXTShellTreeBase::OnDeleteTreeItem : I observed that in OnItemExpanding...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19885&amp;title=cxtshelltreebaseondeletetreeitem#19885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1730">novastor</a><br /><strong>Subject:</strong> 6259<br /><strong>Posted:</strong> 30 January 2007 at 1:29pm<br /><br />I observed that in OnItemExpanding for our tree, we have overridden your message handler. I did the same for OnDeletetreeItem and that fixed the problem.<DIV>Thanks.</DIV><DIV>Sachin Modak.</DIV>]]>
   </description>
   <pubDate>Tue, 30 Jan 2007 13:29:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19885&amp;title=cxtshelltreebaseondeletetreeitem#19885</guid>
  </item> 
  <item>
   <title><![CDATA[CXTShellTreeBase::OnDeleteTreeItem : We have not changed that part...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19883&amp;title=cxtshelltreebaseondeletetreeitem#19883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1730">novastor</a><br /><strong>Subject:</strong> 6259<br /><strong>Posted:</strong> 30 January 2007 at 12:45pm<br /><br /><P>We have not changed that part of code which you are referring to. My question is more of a wonder as to what would happen if you add that particular message map inside CXTShellTreeBase::OnDeleteTreeItem(). I compared the CXTShellTreeBase classes from 9.8.1 and 10.3.1 and figured that you added a new handler or was it moved from some other class? This part of code has definately changed file:&nbsp;&nbsp;</P><DIV>"c:\program files\codejock software\mfc\xtreme toolkitpro v10.3.1\source\controls\xtshelltreebase.cpp"</DIV><DIV>&nbsp;</DIV><DIV>In the mean time I am looking at OnFolderExpanding. BTW this happens when i call <FONT size=2></DIV><P>m_treeItms.DeleteAllItems(); in our code.</P><DIV></DIV><P>Thanks.</FONT></P>]]>
   </description>
   <pubDate>Tue, 30 Jan 2007 12:45:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19883&amp;title=cxtshelltreebaseondeletetreeitem#19883</guid>
  </item> 
  <item>
   <title><![CDATA[CXTShellTreeBase::OnDeleteTreeItem : Hi, I don&amp;#039;t believe that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19860&amp;title=cxtshelltreebaseondeletetreeitem#19860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6259<br /><strong>Posted:</strong> 30 January 2007 at 2:31am<br /><br />Hi,<DIV>I don't believe that in 9.81 you use lParam and it worked. All code of CXTShellTreeBase assumes that lParam is XT_TVITEMDATA</DIV><DIV>For example check OnFolderExpanding - how it will work if lParam not XT_TVITEMDATA.</DIV>]]>
   </description>
   <pubDate>Tue, 30 Jan 2007 02:31:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19860&amp;title=cxtshelltreebaseondeletetreeitem#19860</guid>
  </item> 
  <item>
   <title><![CDATA[CXTShellTreeBase::OnDeleteTreeItem : Hello,  We are using XtremeToolkitPro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19845&amp;title=cxtshelltreebaseondeletetreeitem#19845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1730">novastor</a><br /><strong>Subject:</strong> 6259<br /><strong>Posted:</strong> 29 January 2007 at 6:17pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>We are using XtremeToolkitPro library. We currently upgraded from 9.81 to 10.3.1, I noticed that a new function is added:</DIV><FONT size=2><P>In xtshelltreebase.coo: CXTShellTreeBase::OnDeleteTreeItem. </P><DIV></DIV><P>It is giving us a crash at this particular position. I noted that inside this function you are assuming that lParam to be <FONT size=2></P><P>XT_TVITEMDATA* lptvid, where as we are using it for our internal purposes. Is there a way to avoid this function being called when I call DeleteAllItems.</P><DIV></DIV>Kindly help,<DIV></DIV>Regards,<DIV></DIV>Sachin Modak.</FONT></FONT>]]>
   </description>
   <pubDate>Mon, 29 Jan 2007 18:17:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6259&amp;PID=19845&amp;title=cxtshelltreebaseondeletetreeitem#19845</guid>
  </item> 
 </channel>
</rss>