XTPPaintTheme order changed ?
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=3847
Printed Date: 19 July 2025 at 1:12pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: XTPPaintTheme order changed ?
Posted By: jimmy
Subject: XTPPaintTheme order changed ?
Date Posted: 23 March 2006 at 1:13am
Hello,
In version 9.60
enum XTPPaintTheme
{
xtpThemeOfficeXP, // Office XP theme.
xtpThemeOffice2000, // Office 2000 theme.
xtpThemeOffice2003, // Office 2003 theme.
xtpThemeNativeWinXP, // Windows XP themes support.
xtpThemeWhidbey, // Visual Studio 2005 theme.
xtpThemeCustom &nbs p; // Custom theme.
};
In version 9.81
enum XTPPaintTheme
{
xtpThemeOffice2000, // Office 2000 theme.
xtpThemeOfficeXP, // Office XP theme.
xtpThemeOffice2003, // Office 2003 theme.
xtpThemeNativeWinXP, // Windows XP themes support.
xtpThemeWhidbey, &n bsp; // Visual Studio 2005 theme.
xtpThemeCustom &nbs p; // Custom theme.
};
Why are the order of xtpThemeOffice2000 & xtpThemeOfficeXP ?
Because we save this settings in the registry.
And now, it show the wrong theme .
I hate changes, that change the functional.
It's ok, if you change / remove function.
but this.
Jimmy
|
Replies:
Posted By: kstowell
Date Posted: 23 March 2006 at 5:58am
Hello,
This change was made for consistency with other modules in the library. Unfortuantely the change was necessary however the order will not change again .
Regards,
Codejock Support
|
|