<?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 : Styles and themes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Styles and themes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 05:59:09 +0000</pubDate>
  <lastBuildDate>Thu, 06 Nov 2014 04:59:56 +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=22449</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[Styles and themes : Oh, my mistake I should of cause...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22449&amp;PID=72889&amp;title=styles-and-themes#72889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22449<br /><strong>Posted:</strong> 06 November 2014 at 4:59am<br /><br />Oh, my mistake I should of cause use&nbsp;<span style="line-height: 16.7999992370605px; : rgb248, 248, 252;">xtpGridThemeResource.</span><div><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;"><br></span></div><div><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;">What about Tree View controls?</span></div><div><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;">Setting SetTheme(</span><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;">xtpControlThemeResource) on a&nbsp;</span>CXTPTreeCtrl&nbsp;</div><div>does not seem to make is Office2010Black?</div><div><br></div><div>-cpede</div>]]>
   </description>
   <pubDate>Thu, 06 Nov 2014 04:59:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22449&amp;PID=72889&amp;title=styles-and-themes#72889</guid>
  </item> 
  <item>
   <title><![CDATA[Styles and themes : Ok, I found out that on the command...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22449&amp;PID=72888&amp;title=styles-and-themes#72888</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22449<br /><strong>Posted:</strong> 06 November 2014 at 4:36am<br /><br />Ok, I found out that on the command bar I can call:<div>m_myDockingPanes.SetTheme(xtpPaneThemeResource);</div><div><br></div><div>Which I expect uses the stuff from the Office2010Black resource?</div><div><br></div><div>But, there is no such resource theme for the property editor</div><div><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;">m_myPropertyEditor.SetTheme(</span><span style="line-height: 16.7999992370605px;">xtpPaneThemeResource</span><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;">); &nbsp; &nbsp;&lt;- not working</span></div><div><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;"><br></span></div><div><span style="line-height: 16.7999992370605px; : rgb248, 248, 252;">-cpede</span></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 06 Nov 2014 04:36:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22449&amp;PID=72888&amp;title=styles-and-themes#72888</guid>
  </item> 
  <item>
   <title><![CDATA[Styles and themes : Is there an example on how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22449&amp;PID=72886&amp;title=styles-and-themes#72886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22449<br /><strong>Posted:</strong> 06 November 2014 at 4:24am<br /><br />Is there an example on how to use Styles and Themes together?<div><br></div><div>If e.g. I selected a style like this:</div><div>XTPResourceImages()-&gt;SetHandle(_T("Office2010.dll"),_T("Office2010Black.ini"));</div><div><br></div><div>I expect that my ribbon, command bars, property editor, controls etc become is a black look.</div><div><br></div><div>It seems to work for the ribbon when calling&nbsp;</div><div>XTPPaintManager()-&gt;SetTheme(xtpThemeRibbon);</div><div><br></div><div>However for the docking panes and for the property editor I have to call</div><div>m_myDockingPanes.SetTheme(xtpPaneThemeOffice2007Word);</div><div><span style="line-height: 16.7999992370605px;">m_myPropertyEditor.SetTheme(xtpPaneThemeOffice2007Word);</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">Or what?</span></div><div><span style="line-height: 16.7999992370605px;">How do I match the Styles with the Themes?</span></div><div><span style="line-height: 16.7999992370605px;">How do I get my app to look&nbsp;</span>consistent<span style="line-height: 16.7999992370605px;">?</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">And even more strange, how do I control the tool tips on my controls?</span></div><div><span style="line-height: 16.7999992370605px;"><br></span></div><div><span style="line-height: 16.7999992370605px;">-cpede</span></div>]]>
   </description>
   <pubDate>Thu, 06 Nov 2014 04:24:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22449&amp;PID=72886&amp;title=styles-and-themes#72886</guid>
  </item> 
 </channel>
</rss>