<?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 : Refreshing Menus, CommandBars, and Panes?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Refreshing Menus, CommandBars, and Panes?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 20:37:53 +0000</pubDate>
  <lastBuildDate>Wed, 23 Feb 2005 15:29:46 +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=1827</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[Refreshing Menus, CommandBars, and Panes? : Hi Oleg, I tried it, and it didn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1827&amp;PID=5321&amp;title=refreshing-menus-commandbars-and-panes#5321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=131">AdrianM</a><br /><strong>Subject:</strong> 1827<br /><strong>Posted:</strong> 23 February 2005 at 3:29pm<br /><br /><P><FONT face="Courier New, Courier, mono" size=2>Hi Oleg,</FONT></P><P><FONT face="Courier New, Courier, mono" size=2>I tried it, and it didn't work.&nbsp; Any idea why?</FONT></P><P><FONT face="Courier New, Courier, mono" size=2><table width="99%"><tr><td><pre class="BBcode"></FONT></P><FONT color=#0000ff><P><FONT face="Courier New, Courier, mono" size=2>void</FONT></FONT><FONT face="Courier New, Courier, mono" size=2> CMainFrame::OnThemecolorsOlive()</FONT></P><P><FONT face="Courier New, Courier, mono" size=2>{</FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT face="Courier New, Courier, mono" size=2>XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeOlive);</FONT></P><P><FONT face="Courier New" size=2></FONT>&nbsp;</P><P><FONT size=2><FONT face="Courier New, Courier, mono" color=#0000ff>#ifdef</FONT><FONT face="Courier New, Courier, mono"> _XTP_INCLUDE_COMMANDBARS</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>CXTPPaintManager::RefreshMetrics();</FONT></P><P><FONT face="Courier New, Courier, mono" size=2>GetCommandBars()-&gt;RedrawCommandBars();</FONT></P><P><FONT color=#0000ff><FONT face="Courier New, Courier, mono" size=2>#endif</FONT></P></BLOCKQUOTE></FONT><P><FONT face="Courier New, Courier, mono" size=2>}</FONT></P><P><FONT face="Courier New, Courier, mono" size=2></pre></td></tr></table></FONT></P>]]>
   </description>
   <pubDate>Wed, 23 Feb 2005 15:29:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1827&amp;PID=5321&amp;title=refreshing-menus-commandbars-and-panes#5321</guid>
  </item> 
  <item>
   <title><![CDATA[Refreshing Menus, CommandBars, and Panes? : XTPPaintManager()-&amp;gt;RefreshM...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1827&amp;PID=5266&amp;title=refreshing-menus-commandbars-and-panes#5266</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1827<br /><strong>Posted:</strong> 22 February 2005 at 2:24am<br /><br /><P>XTPPaintManager()-&gt;RefreshMetrics();</P><P>pCommandBars-&gt;RedrawCommandBars();</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 22 Feb 2005 02:24:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1827&amp;PID=5266&amp;title=refreshing-menus-commandbars-and-panes#5266</guid>
  </item> 
  <item>
   <title><![CDATA[Refreshing Menus, CommandBars, and Panes? : How do I refresh ALL the Menus,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1827&amp;PID=5252&amp;title=refreshing-menus-commandbars-and-panes#5252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=131">AdrianM</a><br /><strong>Subject:</strong> 1827<br /><strong>Posted:</strong> 21 February 2005 at 12:21pm<br /><br /><P><FONT face="Arial, Helvetica, sans-serif" size=2>How do I refresh ALL the Menus, CommandBars, and Panes when the following happens?&nbsp; Currently, everything stays the old color.</FONT></P><P>&nbsp;</P><P><table width="99%"><tr><td><pre class="BBcode"></P><FONT face="Courier New" size=2><FONT color=#0000ff size=2><P>void</FONT><FONT size=2> CMainFrame::OnThemeColorsBlue()</P><P>{</P><P>&nbsp;&nbsp;&nbsp;&nbsp; XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeBlue);</P><P>}</P></FONT></FONT><P></pre></td></tr></table></P>]]>
   </description>
   <pubDate>Mon, 21 Feb 2005 12:21:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1827&amp;PID=5252&amp;title=refreshing-menus-commandbars-and-panes#5252</guid>
  </item> 
 </channel>
</rss>