<?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 : StatusBar Theme?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : StatusBar Theme?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 13:29:01 +0000</pubDate>
  <lastBuildDate>Wed, 13 Jun 2007 01:33:06 +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=7361</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[StatusBar Theme? : Great!. It works. Many Thanks ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7361&amp;PID=23637&amp;title=statusbar-theme#23637</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 7361<br /><strong>Posted:</strong> 13 June 2007 at 1:33am<br /><br />Great!. It works. Many Thanks]]>
   </description>
   <pubDate>Wed, 13 Jun 2007 01:33:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7361&amp;PID=23637&amp;title=statusbar-theme#23637</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar Theme? : Hi,  I guess you use Office...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7361&amp;PID=23635&amp;title=statusbar-theme#23635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7361<br /><strong>Posted:</strong> 13 June 2007 at 12:35am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I guess you use Office 2003 theme?</DIV><DIV>&nbsp;</DIV><DIV>You can create custom theme and fill status bar manually:</DIV><DIV>&nbsp;</DIV><DIV><BR>class CAshokTheme : public CXTPOffice2003Theme<BR>{<BR>&nbsp;void FillStatusBar(CDC* pDC, CXTPStatusBar* pBar)<BR>&nbsp;{<BR>&nbsp;&nbsp;pDC-&gt;FillSolidRect(CXTPClientRect(pBar), XTPColorManager()-&gt;grcDockBar.clrDark);</DIV><DIV>// &nbsp;&nbsp;XTPDrawHelpers()-&gt;GradientFill(pDC, CXTPClientRect(pBar), XTPColorManager()-&gt;grcDockBar, FALSE); // or gradient.<BR></DIV><DIV>&nbsp;}<BR>};</DIV><DIV>&nbsp;</DIV><DIV>to apply call</DIV><DIV>&nbsp;</DIV><DIV>XTPPaintManager()-&gt;SetCustomTheme(new CAshokTheme());<BR></DIV>]]>
   </description>
   <pubDate>Wed, 13 Jun 2007 00:35:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7361&amp;PID=23635&amp;title=statusbar-theme#23635</guid>
  </item> 
  <item>
   <title><![CDATA[StatusBar Theme? : Hi,  I have a problem with CXTPStatusBar....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7361&amp;PID=23614&amp;title=statusbar-theme#23614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 7361<br /><strong>Posted:</strong> 12 June 2007 at 4:06am<br /><br /><P>Hi,</P><DIV>&nbsp;&nbsp; I have a problem with CXTPStatusBar. Please see the code...</DIV><DIV>&nbsp;</DIV><DIV>The following code is in te InitInstance()</DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><P>CXTPStatusBar m_wndStatusBar;</P></FONT></DIV><DIV><FONT color=#0000ff size=2><P>if</FONT><FONT size=2> (!m_wndStatusBar.Create(</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>) ||</P><P>!m_wndStatusBar.SetIndicators(indicators,</FONT><FONT color=#0000ff size=2>sizeof</FONT><FONT size=2>(indicators)/</FONT><FONT color=#0000ff size=2>sizeof</FONT><FONT size=2>UINT)))</P><P>{</P><P>TRACE0(</FONT><FONT color=#800000 size=2>"Failed to create status bar\n"</FONT><FONT size=2>);</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> -1; </FONT><FONT color=#008000 size=2>// fail to create</P></FONT><FONT size=2><P>}</P><P></FONT><FONT size=2>COLORREF clr = XTPColorManager()-&gt;grcDockBar.clrDark;</P><P>m_wndStatusBar.GetStatusBarCtrl().SetBkColor(clr);</P><DIV>It is working fine ie., it brings the commandbars theme into the statusbar. But when I am implementing the manifest for the common controls, the statusbar theme become changed to classic theme style. Any Solutions.</FONT><FONT color=#008000 size=2></DIV></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 12 Jun 2007 04:06:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7361&amp;PID=23614&amp;title=statusbar-theme#23614</guid>
  </item> 
 </channel>
</rss>