<?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 : Black ribbon from startup not possible?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Black ribbon from startup not possible?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 14:56:53 +0000</pubDate>
  <lastBuildDate>Tue, 22 Jul 2008 16:35:15 +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=11499</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[Black ribbon from startup not possible? : That solved it for all but one...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38714&amp;title=black-ribbon-from-startup-not-possible#38714</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 11499<br /><strong>Posted:</strong> 22 July 2008 at 4:35pm<br /><br />That solved it for all but one pane. I also had to move "<FONT color=#040004 size=2>GetPaintManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>SetColumnStyle</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>xtpReportColumnOffice2007</FONT><FONT size=2>);" from the constructor of my report controls, to <FONT color=#040004 size=2>PreSubclassWindow!<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Thanks Oleg!</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 16:35:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38714&amp;title=black-ribbon-from-startup-not-possible#38714</guid>
  </item> 
  <item>
   <title><![CDATA[Black ribbon from startup not possible? : Hi, Above you set theme for CommandBars....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38669&amp;title=black-ribbon-from-startup-not-possible#38669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11499<br /><strong>Posted:</strong> 22 July 2008 at 1:57am<br /><br /><DIV>Hi,</DIV><DIV>Above you set theme for CommandBars. you have set theme for DockingPane too. </DIV><DIV>&nbsp;</DIV><DIV>Find <FONT size=2><FONT color=#040004>m_paneManager</FONT>.SetTheme line and move it after m<FONT color=#040004>_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>InstallDockingPanes</FONT></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 01:57:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38669&amp;title=black-ribbon-from-startup-not-possible#38669</guid>
  </item> 
  <item>
   <title><![CDATA[Black ribbon from startup not possible? :  // Set Office 2007 Theme CX...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38649&amp;title=black-ribbon-from-startup-not-possible#38649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 11499<br /><strong>Posted:</strong> 21 July 2008 at 6:15pm<br /><br /><FONT color=#008000 size=2><DIV>// Set Office 2007 Theme</DIV><DIV></FONT><strong><FONT color=#040004 size=2>CXTPPaintManager</FONT><FONT size=2>::</FONT><FONT color=#040004 size=2>SetTheme</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>xtpThemeRibbon</FONT><FONT size=2>);</FONT></strong></DIV><DIV><FONT size=2><FONT color=#040004 size=2>-- InitCommandBars --</FONT></FONT></DIV><DIV><FONT size=2><FONT color=#040004 size=2>-- Create ribbon --</FONT></FONT></DIV><DIV><FONT size=2><FONT color=#040004 size=2>-- Create child windows (panes) --</FONT></FONT></DIV><DIV><FONT color=#040004 size=2></FONT>&nbsp;</DIV><DIV><FONT color=#040004 size=2>m_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>InstallDockingPanes</FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>);</FONT></DIV><DIV><FONT color=#040004 size=2>m_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>EnableKeyboardNavigate</FONT><FONT size=2>();</FONT></DIV><DIV><FONT color=#040004 size=2>m_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>GetPaintManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>m_nSplitterSize</FONT><FONT size=2> = 2;</FONT></DIV><DIV><FONT color=#040004 size=2>m_paneManager</FONT><FONT size=2>.</FONT><FONT color=#040004 size=2>HideClient</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>TRUE</FONT><FONT size=2>);</FONT></DIV><DIV><FONT size=2>&nbsp;</DIV></FONT><DIV><FONT size=2><FONT color=#040004 size=2>Then I create its panes! I don't specify a theme (haven't I already set it above?).</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 18:15:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38649&amp;title=black-ribbon-from-startup-not-possible#38649</guid>
  </item> 
  <item>
   <title><![CDATA[Black ribbon from startup not possible? : Hi,  What theme you have for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38610&amp;title=black-ribbon-from-startup-not-possible#38610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11499<br /><strong>Posted:</strong> 21 July 2008 at 4:15am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>What theme you have for Panes ? Try to set theme before you create panes.</DIV>]]>
   </description>
   <pubDate>Mon, 21 Jul 2008 04:15:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38610&amp;title=black-ribbon-from-startup-not-possible#38610</guid>
  </item> 
  <item>
   <title><![CDATA[Black ribbon from startup not possible? :  XTP 12.0.1, XP SP2, SDI-application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38588&amp;title=black-ribbon-from-startup-not-possible#38588</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 11499<br /><strong>Posted:</strong> 20 July 2008 at 5:28am<br /><br /><FONT color=#040004 size=2><DIV>XTP 12.0.1, XP SP2, SDI-application with panes.</DIV><DIV>&nbsp;</DIV><DIV>In CMainFrame constructor:</DIV><DIV>&nbsp;</DIV><DIV></FONT><FONT color=#040004 size=2>XTPSkinManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>GetResourceFile</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>SetModuleHandle</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>hModule</FONT><FONT size=2>);</FONT></DIV><DIV><FONT color=#040004 size=2>XTPSkinManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>LoadSkin</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>NULL</FONT><FONT size=2>, </FONT><FONT color=#040004 size=2>_T</FONT><FONT size=2>(</FONT><FONT color=#a31515 size=2>"NORMALBLUE.INI"</FONT><FONT size=2>));</FONT></DIV><DIV><FONT size=2><FONT color=#040004 size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT color=#040004 size=2>XTPOffice2007Images</FONT><FONT size=2>()-&gt;</FONT><FONT color=#040004 size=2>SetHandle</FONT><FONT size=2>(</FONT><FONT color=#040004 size=2>hModule</FONT><FONT size=2>, </FONT><FONT color=#040004 size=2>_T</FONT><FONT size=2>(</FONT><FONT color=#a31515 size=2>"OFFICE2007<strong>BLACK</strong>.INI"</FONT><FONT size=2>));</FONT></FONT></DIV><DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT size=2>Then when I create multiple panes in CMainFrame::OnCreate, some of them are initially seen as if "OFFICE2007<strong>BLUE</strong>" was set! After a second or so, they turn black. Why this delay?!</FONT></FONT></DIV><DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2><FONT size=2>What is going on? I explicitly set black ribbon-style, way before the panes are created!</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Sun, 20 Jul 2008 05:28:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11499&amp;PID=38588&amp;title=black-ribbon-from-startup-not-possible#38588</guid>
  </item> 
 </channel>
</rss>