<?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 : CXTPStatusBar not subclassed from CStatusBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CXTPStatusBar not subclassed from CStatusBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 17:41:09 +0000</pubDate>
  <lastBuildDate>Wed, 19 Sep 2007 14:51:21 +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=8083</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[CXTPStatusBar not subclassed from CStatusBar : It doesn&amp;#039;t have the exact...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8083&amp;PID=26158&amp;title=cxtpstatusbar-not-subclassed-from-cstatusbar#26158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3003">mrmathis</a><br /><strong>Subject:</strong> 8083<br /><strong>Posted:</strong> 19 September 2007 at 2:51pm<br /><br />It doesn't have the exact same methods.&nbsp; CXTPStatusBar::SetPaneText asks for a CString&amp; rather than LPCTSTR.&nbsp; The proprietary object I use for most of my text handling can automatically cast to LPCTSTR.&nbsp; To get CString&amp; I will have to edit code.<br><br>Also, if (OK, when) I replace CStatusBar with CXTPStatusBar, I will need to change every pointer declaration that deals with CStatusBar and make the change there, too.&nbsp; That's a bummer, and I'm wondering why you didn't just subclass CStatusBar and avoid that kind of issue.<br><br>]]>
   </description>
   <pubDate>Wed, 19 Sep 2007 14:51:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8083&amp;PID=26158&amp;title=cxtpstatusbar-not-subclassed-from-cstatusbar#26158</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPStatusBar not subclassed from CStatusBar : Hello,  Yes, CXTPStatusBaris...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8083&amp;PID=26154&amp;title=cxtpstatusbar-not-subclassed-from-cstatusbar#26154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8083<br /><strong>Posted:</strong> 19 September 2007 at 1:58pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Yes, CXTPStatusBar&nbsp;is not derived from CStatusBar, but it has all same methods.&nbsp; Just replace CStatusBar to CXTPStatusBar, think it will work without any changes.</DIV>]]>
   </description>
   <pubDate>Wed, 19 Sep 2007 13:58:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8083&amp;PID=26154&amp;title=cxtpstatusbar-not-subclassed-from-cstatusbar#26154</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPStatusBar not subclassed from CStatusBar : I am working with a large existing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8083&amp;PID=26144&amp;title=cxtpstatusbar-not-subclassed-from-cstatusbar#26144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3003">mrmathis</a><br /><strong>Subject:</strong> 8083<br /><strong>Posted:</strong> 19 September 2007 at 11:02am<br /><br />I am working with a large existing application, making use of Codejock in various places.&nbsp; In a few places, I would like to replace CStatusBar usage with CXTPStatusBar to take advantage of its extended capabilities.&nbsp; I assumed that the XTP control would derive from the MFC control, and that I could change the single internal API I have to obtain the status bar control to cast the CXTPStatusBar to a CStatusBar, and that most places in my code base could continue to function just fine through the CStatusBar interface without any editing on my part.&nbsp; However, that fell apart once I realized that CXTPStatusBar doesn't derive from CStatusBar. <br><br>Is there any way to handle this without massive edits to my code base?<br><br>--Mike<br><br>]]>
   </description>
   <pubDate>Wed, 19 Sep 2007 11:02:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8083&amp;PID=26144&amp;title=cxtpstatusbar-not-subclassed-from-cstatusbar#26144</guid>
  </item> 
 </channel>
</rss>