Print Page | Close Window

Office2007 Themes

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=17931
Printed Date: 19 June 2025 at 3:49pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Office2007 Themes
Posted By: Kenneth
Subject: Office2007 Themes
Date Posted: 21 February 2011 at 10:29am
In the current version of ToolKitPro, all four Office2007 Themes must be included:
 
#include "Styles\Office2007\Office2007.rc"
 
however in previous versions we were able to include only the color(s) we needed:
 
#include "Styles\Office2007Blue\Office2007Blue.rc"
 
The requirement to add all four themes increase the size of our resource dll by about 1.7 MB. 
 
Is there any plans to allow selected color includes in the future?
 
 
 
 



Replies:
Posted By: Oleg
Date Posted: 22 February 2011 at 3:30am
Hi,

For 15.0.2 we added some defines to exclude colors:

after update please add before include
#define _XTP_EXCLUDE_OFFICE2007AQUA
#define _XTP_EXCLUDE_OFFICE2007SILVER
#define _XTP_EXCLUDE_OFFICE2007BLACK

Now can just open Office2007.rc and delete what you don't need.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Kenneth
Date Posted: 22 February 2011 at 7:36am
Since you have defined excludes, I would have thought they would have been placed in the Office2007.rc. 
 
Is there anything wrong with simply copying the 1342 Source/Styles/Office2007Blue directory to a private location and using that instead of messing around trying delete all the correct stuff in the 1501 directory?
 


Posted By: Kenneth
Date Posted: 22 February 2011 at 9:27am
Smile
Never mind.  I see what you mean.  I manually added the proposed exclude statements to the 1501 Office2007.rc and it work as you suggested.


Posted By: Oleg
Date Posted: 22 February 2011 at 12:39pm
Right :)

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net