![]() |
Change colors of a theme |
Post Reply
|
| Author | |
farr02
Groupie
Joined: 10 May 2005 Status: Offline Points: 51 |
Post Options
Thanks(0)
Quote Reply
Topic: Change colors of a themePosted: 17 November 2006 at 5:36am |
|
Hello,
does XTP 9.81 provide a simple way - without creating a new theme - to change the colors of one of the predefined themes (eg. I want CXTPOffice2003Theme with a user defined background color)? Bye Holger |
|
![]() |
|
farr02
Groupie
Joined: 10 May 2005 Status: Offline Points: 51 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 November 2006 at 9:26am |
|
I found out myself:
int aElement[] = { COLOR_APPWORKSPACE }; COLORREF aColor[] = { RGB(...) }; GetPaintManager()->SetColors( 1, aElement, aColor ); |
|
![]() |
|
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 |