XTPPaintTheme order changed ? |
Post Reply |
Author | |
jimmy
Senior Member Joined: 11 November 2003 Location: Austria Status: Offline Points: 515 |
Post Options
Thanks(0)
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 |
|
kstowell
Admin Group Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
|
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 |
|
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 |