Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - XTPPaintTheme order changed ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

XTPPaintTheme order changed ?

 Post Reply Post Reply
Author
Message
jimmy View Drop Down
Senior Member
Senior Member


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 515
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post Topic: XTPPaintTheme order changed ?
    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


Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.