<?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 : Office2007 theme inconsistent</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Office2007 theme inconsistent]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 05:35:32 +0000</pubDate>
  <lastBuildDate>Wed, 27 Feb 2008 08:23:54 +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=9710</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[Office2007 theme inconsistent : actually what would be really...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31648&amp;title=office2007-theme-inconsistent#31648</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 9710<br /><strong>Posted:</strong> 27 February 2008 at 8:23am<br /><br />actually what would be really cool, would be if<DIV>&nbsp;</DIV><DIV>a) the hot gradient colour was used when hovering (like a CListCtrl), and </DIV><DIV>&nbsp;</DIV><DIV>b) it was that cool orange gradient that's used on the Toolbar buttons (for the Office 2007 Black theme anyway)</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV><DIV>&nbsp;</DIV><DIV>Adrien</DIV>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 08:23:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31648&amp;title=office2007-theme-inconsistent#31648</guid>
  </item> 
  <item>
   <title><![CDATA[Office2007 theme inconsistent : Thanks, Adrien  Blue, Black...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31643&amp;title=office2007-theme-inconsistent#31643</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9710<br /><strong>Posted:</strong> 27 February 2008 at 6:43am<br /><br />Thanks, Adrien<DIV>&nbsp;</DIV><DIV>Blue, Black and Silver themes added for Report for 12.0 release.</DIV>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 06:43:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31643&amp;title=office2007-theme-inconsistent#31643</guid>
  </item> 
  <item>
   <title><![CDATA[Office2007 theme inconsistent : or in front of that add  if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31631&amp;title=office2007-theme-inconsistent#31631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 9710<br /><strong>Posted:</strong> 26 February 2008 at 5:54pm<br /><br />or in front of that add<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;if (XTPOffice2007Images()-&gt;IsValid())<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;m_grcGradientColumn.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("Toolbar"), _T("ToolbarFaceLight")),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XTPOffice2007Images()-&gt;GetImageColor(_T("Toolbar"), _T("ToolbarFaceDark")), 0.25f);</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;m_grcGradientColumnPushed.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("Toolbar"), _T("ToolbarFaceDark")),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XTPOffice2007Images()-&gt;GetImageColor(_T("Toolbar"), _T("ToolbarFaceLight")), 0.25f);</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;// shadow on the bottom of&nbsp; the column headers.<BR>&nbsp;&nbsp;&nbsp;&nbsp;m_clrGradientColumnShadow.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("Toolbar"), _T("ControlEditBorder")));&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;// this is the column separator.<BR>&nbsp;&nbsp;&nbsp;&nbsp;m_clrGradientColumnSeparator.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("Toolbar"), _T("ToolbarGripper")));</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;// group box background should be same as workspace?<BR>&nbsp;&nbsp;&nbsp;&nbsp;m_clrGroupBoxBack.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("Workspace"), _T("AppWorkspace")));</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;m_crlNoGroupByText.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("Window"), _T("CaptionTextActive"))); </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;m_clrGroupShadeBack.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("Toolbar"), _T("ToolbarFaceLight")));<BR>&nbsp;&nbsp;&nbsp;&nbsp;// hot is for a column header that is being dragged<BR>&nbsp;&nbsp;&nbsp;&nbsp;m_grcGradientColumnHot.SetStandardValue(m_grcGradientColumn);</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;m_clrGroupRowText.SetStandardValue(XTPOffice2007Images()-&gt;GetImageColor(_T("ShortcutBar"), _T("NormalText")));<BR>&nbsp;&nbsp;&nbsp;&nbsp;m_clrGroupShadeBorder.SetStandardValue(m_clrGradientColumnSeparator);<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;else<BR>&nbsp;&nbsp;&nbsp;{</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 26 Feb 2008 17:54:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31631&amp;title=office2007-theme-inconsistent#31631</guid>
  </item> 
  <item>
   <title><![CDATA[Office2007 theme inconsistent : in   void CXTPReportPaintMan...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31630&amp;title=office2007-theme-inconsistent#31630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 9710<br /><strong>Posted:</strong> 26 February 2008 at 4:19pm<br /><br /><DIV></DIV>in <DIV>&nbsp;</DIV><DIV>void CXTPReportPaintManager::RefreshMetrics()</DIV><DIV>&nbsp;</DIV><DIV>you can see that for m_nColumnStyle == xtpReportColumnOffice2007, it picks column header colours based on the current system colour (luna) setting.</DIV><DIV>&nbsp;</DIV><DIV>No other controls do this (i.e. command bars, window frame etc).</DIV><DIV>&nbsp;</DIV><DIV>I propose for consistency, that the code </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;switch (XTPColorManager()-&gt;GetCurrentSystemTheme())<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;case xtpSystemThemeSilver:<BR>&nbsp;&nbsp;&nbsp;&nbsp;{<BR>...</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; }</DIV><DIV>&nbsp;&nbsp; }</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>be replaced simply with the colour lookups using</DIV><DIV>&nbsp;</DIV><DIV>XTPOffice2007Images()-&gt;GetImageColor(_T("Window"), _T("WindowFrame"))</DIV><DIV>&nbsp;</DIV><DIV>otherwise we have small parts of a GUI of an app which change colour with the windows theme, and most doesn't (or is this the behaviour of the office apps themselves?)</DIV>]]>
   </description>
   <pubDate>Tue, 26 Feb 2008 16:19:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9710&amp;PID=31630&amp;title=office2007-theme-inconsistent#31630</guid>
  </item> 
 </channel>
</rss>