![]() |
Office2007 Themes |
Post Reply
|
| Author | |
Kenneth
Senior Member
Joined: 23 May 2004 Location: United States Status: Offline Points: 256 |
Post Options
Thanks(0)
Quote Reply
Topic: Office2007 ThemesPosted: 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?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Kenneth
Senior Member
Joined: 23 May 2004 Location: United States Status: Offline Points: 256 |
Post Options
Thanks(0)
Quote Reply
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?
|
|
![]() |
|
Kenneth
Senior Member
Joined: 23 May 2004 Location: United States Status: Offline Points: 256 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 February 2011 at 9:27am |
|
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.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 February 2011 at 12:39pm |
|
Right :)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |